Changes

Jump to navigation Jump to search
1,401 bytes added ,  08:16, 15 September 2007
m
Line 414: Line 414:     
=====New DB settings=====
 
=====New DB settings=====
http://wiki.contribs.org/Moodle#Options
+
 
 +
* To disable foo. (default is enabled)
 +
config setprop foo status disabled
 +
 
 +
* To limit access to foo.
 +
config setprop foo 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/foo
 +
note, this adds another url, it doesn't remove the default
 +
 
 +
config setprop foo URL school
 +
 
 +
* To run foo from the root of a domain eg.
 +
foo.yourserver.net or <br>
 +
domain2.org
 +
 
 +
config setprop foo domain foo.yourserver.org OR
 +
config setprop foo domain domain2.org
 +
 
 +
In /server-manager ''Hostnames and Addressess'' setup foo as a hostname on one of you domains or <br>
 +
in ''Domains'' setup a new domain eg. domain2.org, this 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
 +
 
 +
 
 +
====Related applications====
 +
* eaccelerator
 +
 
 +
php applications may 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
 +
 
    
<noinclude>[[Category:Howto]]</noinclude>
 
<noinclude>[[Category:Howto]]</noinclude>
 
<noinclude>[[Category:Dungog]]</noinclude>
 
<noinclude>[[Category:Dungog]]</noinclude>

Navigation menu