|
From: Jamie C. <jca...@we...> - 2002-04-15 23:30:58
|
Franck GENTEUR wrote: > > Hi ! > > Configuration : webmin 0.950 and Apache 1.3.23 > The situation has changed... Now the webmin page with the following > message : "You do not have access to any Webmin modules."... > Any ideas ? > Thanx You are running Webmin under Apache, right? It sounds like you haven't set the WEBMIN_CONFIG environment variable properly, which can be done a directive like SetEnv WEBMIN_CONFIG /etc/webmin SetEnv WEBMIN_VAR /var/webmin Or possibly the CGI programs are not being run as root, meaning that they don't have permissions to read /etc/webmin - Jamie |