Page MenuHomePhorge

No OneTemporary

Size
564 B
Referenced Files
None
Subscribers
None
diff --git a/doc/chwala.conf b/doc/chwala.conf
new file mode 100644
index 0000000..30d7833
--- /dev/null
+++ b/doc/chwala.conf
@@ -0,0 +1,17 @@
+# A suggested default configuration for chwala under httpd
+
+Alias /chwala /usr/share/chwala/public_html
+
+<Directory "/usr/share/chwala/public_html/">
+ AllowOverride All
+ <IfModule mod_authz_core.c>
+ # Apache 2.4
+ Require all granted
+ </IfModule>
+ <IfModule !mod_authz_core.c>
+ # Apache 2.2
+ Order Allow,Deny
+ Allow from All
+ </IfModule>
+</Directory>
+

File Metadata

Mime Type
text/x-diff
Expires
Thu, Jul 9, 12:42 AM (19 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1052364
Default Alt Text
(564 B)

Event Timeline