|
From: nieca-onet <ni...@po...> - 2006-05-21 06:09:34
|
Witaj! = hi! hi there from Poland! here is my story to try to make webmin as mydomain.pl/webmin on my personal web server I've installed a package of apache+PHP+mySQL named lampp I've also installed webmin addon for this. some excepts of my http.conf file ServerRoot "/opt/lampp" Listen 80 LoadModule proxy_module modules/mod_proxy.so DocumentRoot "/opt/lampp/htdocs" now, I wanna reach webmin as www.mydomain.pl/webmin adding this to httpd.conf ProxyPass /webmin/ http://localhost:10000/ ProxyPassReverse /webmin/ http://localhost:10000/ and to opt/lampp/etc/webmin/config webprefix=/webmin webprefixnoredir=1 referer=mydomain.pl/webmin ./lampp restart typing http://mydomain.pl/webmin i get this Not Found The requested URL /webmin was not found on this server. typing http://mydomain.pl:10000 I get webmin loggin page and everything works fine. any suggestions? -- Pozdrowienia=cheers Grzegorz |