From: Hugo C. <hug...@ya...> - 2003-09-18 11:49:52
|
Hi, I am using webmin on port 10000 over apache as proxy. Apache is configured to forward http://localhost/webmin/ requests to webmin. I found two peculiarities : 1. the switch user button directs the browser to http://hostname.domain/webmin/ instead of http://localhost/webmin/. 2. When 'Log changes made to files' is disabled, there is a hyperlink 'Logging of file changes' in the Actions Log module. The link seems to broken because of webmin being proxied over Apache (I get a 'Not Found' message, inspecting the html source reveals that the link misses the '/webmin' directory). I guess the link needs to be constructed using one of the options 'webprefix' or 'webprefixnoredir' ? A question : I already found lots of user documentation on webmin. Is there also good developer documentation available ? I am especially interested in the use of webmin's internal functions (header, use of acl's etc.). While developing my own modules, I often get warnings about the use of uninitialized values in webmin's functions, probably because I use them in a wrong way. Hugo __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |