Changes

From SME Server
Jump to navigationJump to search
10 bytes added ,  09:42, 28 November 2007
no edit summary
Line 1: Line 1:  
wouldn't it be better to point the alias to /opt/openfire/documentation/docs instead of giving access to the openfire directory, the only purpose for this is to view the docs.
 
wouldn't it be better to point the alias to /opt/openfire/documentation/docs instead of giving access to the openfire directory, the only purpose for this is to view the docs.
   −
# Openfire instant messaging documentation
     −
Alias /openfire /opt/openfire/documentation/docs
+
# Openfire instant messaging documentation
 
+
<Directory /opt/openfire/documentation/docs>
+
Alias /openfire /opt/openfire/documentation/docs
 +
 +
<Directory /opt/openfire/documentation/docs>
 
     AddType application/x-httpd-php .php .php3 .phtml
 
     AddType application/x-httpd-php .php .php3 .phtml
 
     Options Indexes +Includes FollowSymLinks
 
     Options Indexes +Includes FollowSymLinks
Line 11: Line 12:  
     deny from all
 
     deny from all
 
     allow from all
 
     allow from all
</Directory>
+
</Directory>
 
+
# end of Openfire fragment
+
# end of Openfire fragment
 
+
 
Russell
 
Russell
276

edits

Navigation menu