Changes

From SME Server
Jump to navigationJump to search
357 bytes added ,  09:42, 28 November 2007
no edit summary
Line 1: Line 1: −
Start the Openfire Messaging Server
+
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.
   −
/etc/rc.d/init.d/openfire start
     −
'''I believe it should be'''
+
# Openfire instant messaging documentation
 
+
cd /opt/openfire/bin
+
Alias /openfire /opt/openfire/documentation/docs
 
+
sh openfire.sh
+
<Directory /opt/openfire/documentation/docs>
 
+
    AddType application/x-httpd-php .php .php3 .phtml
or
+
    Options Indexes +Includes FollowSymLinks
 
+
    order deny,allow
./openfire.sh
+
    deny from all
 
+
    allow from all
to start openfire
+
</Directory>
 +
 +
# end of Openfire fragment
 +
 +
Russell
276

edits

Navigation menu