Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F8199869
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
564 B
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
Mime Type
text/x-diff
Expires
Thu, Jul 9, 12:42 AM (17 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1052364
Default Alt Text
(564 B)
Attached To
Mode
R26 chwala
Attached
Detach File
Event Timeline
Log In to Comment