Menu

Unable to get webmin to work with httpd proxy

Webmin
Brian G
2012-07-13
2013-05-22
  • Brian G

    Brian G - 2012-07-13

    I have followed the webmin instructions to setup Apache and Webmin so that Webmin can be accessed via port 80.

    Specifically, I have added this to httpd.conf
    ProxyPass /webmin/ http://localhost:10000/
    ProxyPassReverse /webmin/ http://localhost:10000/
    <Proxy *>
    allow from all
    </Proxy>

    I have added this to /etc/webmin/config
    webprefix=/webmin
    webprefixnoredir=1
    referer=my_fully_qualified_dns_name

    Here is the error that shows up in the Apache log:

    File does not exist: /usr/local/apache2/htdocs/webmin

     
  • Brian G

    Brian G - 2012-07-13

    Fixed my own problem.  A / is required at the end of the address entered into the browser.

     

Log in to post a comment.