Line 25: |
Line 25: |
| | | |
| === Options === | | === Options === |
− | * To disable roundcube. (default is enabled)
| + | You can fine tune access to roundcube with DB settings. |
− | config setprop roundcube status disabled
| + | |
− | | + | http://wiki.contribs.org/Generic_WebApp_rpm#New_DB_settings |
− | * To limit access to roundcube.
| |
− | config setprop roundcube PublicAccess OPTION | |
− | | |
− | OPTION is either of the following.
| |
− | | |
− | none => No access
| |
− | local => Local network (no password required)
| |
− | local-pw => Local network (password required)
| |
− | global => Entire Internet(no password required)
| |
− | global-pw => Entire Internet(password required)
| |
− | global-pw-remote => Entire Internet(password required outside local network)
| |
− | | |
− | * To add a different URL eg. yourserver.net/cube
| |
− | note, this adds another url, it doesn't remove the default
| |
− | | |
− | config setprop roundcube URL cube
| |
− | | |
− | * To run roundcube from the root of a domain eg.
| |
− | cube.yourserver.net or <br>
| |
− | domain2.org
| |
− | | |
− | config setprop roundcube domain cube OR
| |
− | config setprop roundcube domain domain2.org
| |
− | | |
− | In /server-manager ''Hostnames and Addressess'' setup eg. cube as a hostname on one of you domains or <br>
| |
− | in ''Domains'' setup a new domain eg. domain2.org, roundcube will overrule the panel setting
| |
− | | |
− | To enable your changes run these commands
| |
− | | |
− | expand-template /etc/httpd/conf/httpd.conf
| |
− | sv h /service/httpd-e-smith
| |
− | | |
− | * php applications will be faster with http://sourceforge.net/projects/eaccelerator
| |
− | prepared for sme7 by MasterSleepy
| |
− | http://www.vanhees.cc/index.php?name=CmodsDownload&file=index&req=viewdownloaddetails&lid=314 | |
− | | |
− | yum enablerepo=dungog install smeserver-eaccelerator
| |
| | | |
| === Local Settings === | | === Local Settings === |