The apache module was working fine with webmin's 1.050 miniserv.pl, but when I moved it to run under apache, I get a "page could not be displayed" error. There doesn't appear to be anything in any error log.
I can go in and run my custom commands, no problem, so I'm pretty dang sure apache is configured right.
I deleted the apache module and re-downloaded it as a wbm and installed it again, same problem.
Any thoughts?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-01-30
Maybe this helps point to a more serious problem, I tried to save the log options, but webmin spewed:
Failed to save logging options : Failed to restart Webmin server!
So I might have a major webmin wide problem (although my custom commands work). Just in case it matters, here is my portion of the httpd.conf file (inside of my <Virtual tag):
The apache module was working fine with webmin's 1.050 miniserv.pl, but when I moved it to run under apache, I get a "page could not be displayed" error. There doesn't appear to be anything in any error log.
I can go in and run my custom commands, no problem, so I'm pretty dang sure apache is configured right.
I deleted the apache module and re-downloaded it as a wbm and installed it again, same problem.
Any thoughts?
Maybe this helps point to a more serious problem, I tried to save the log options, but webmin spewed:
Failed to save logging options : Failed to restart Webmin server!
So I might have a major webmin wide problem (although my custom commands work). Just in case it matters, here is my portion of the httpd.conf file (inside of my <Virtual tag):
SetEnv WEBMIN_CONFIG /usr/local/etc/webmin
SetEnv WEBMIN_VAR /var/webmin
SetEnv SERVER_ROOT /usr/local/lib/webmin
SetEnv MINISERV_CONFIG /usr/local/etc/webmin/miniserv.conf
DirectoryIndex index.html index.cgi
DocumentRoot "/usr/local/lib/webmin"
<Directory /usr/local/lib/webmin>
Options ExecCGI
AuthName Webmin
AuthType basic
AuthUserFile /usr/local/etc/webmin/htusers
require valid-user
</Directory>
So let's see, running on FreeBSD 4.7 and latest apache mod_ssl port. Hope this helps. If it turns out to be a non-module problem, I apologize!