How can I use Apache on Ubuntu 11.04 and Webmin to set up a reverse proxy for Webmin's port 10000 to access it through a subfolder like www.example.com/webmin or webmin.example.com?
|
feedback
|
|
You can use apache's mod_proxy to do this as a virtualhost
or as a URL, add the following tto your main virtualhost configuration
the servername.tld could be localhost to an IP address | |||
|
feedback
|
|
There are specific configuration instructions over here: http://webmin.com/apache.html You can either run it through Apache completely negating the webmin miniserver or run it through mod_proxy as Ignacio describes. | ||||
|
feedback
|
|
mod_proxy will allow you to configure httpd as a reverse proxy to other web applications. | |||
|
feedback
|