« Reply #15 on: March 15, 2007, 10:25:27 PM »
Does anyone know if it is possible to disable the authentication of this contrib.
When I access myserver.be/moodle I get a login prompt before I actually see the moodle homepage.
Could I disable this?
Thanx
Don't edit a dungog contrib template for what you want.
to limit access to the web app.
config setprop WEBAPP 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)
You want..
config setprop moodle PublicAccess global
expand-template /etc/httpd/conf/httpd.conf
svc -h /service/httpd-e-smith