virtual host fur apache 2.0.5 und webmin

Alles, was den Apache betrifft, kann hier besprochen werden.

virtual host fur apache 2.0.5 und webmin

Postby nieca » 11. May 2006 19:18

ich hab xampp-1.4.9a und webmin addon 05

ich mochte webmin login nich als http://localhost:10000 sondern als
www.webmin.mydomain.com login.
was soll ich ins httpd.conf schreiben, um webmin als www.webmin.mydoimain.com erreichen?

httpd.conf
Code: Select all
<VirtualHost _default_>
ServerName webmin.mydomain.com
ProxyPass / http://localhost:10000/
ProxyPassReverse / http://localhost:10000/
</VirtualHost>

und
/opt/lampp/webmin/conf
Code: Select all
referer=webmin.mydomain.com



aber das fungiert nich!
nieca
 
Posts: 6
Joined: 09. May 2006 18:46

Postby deepsurfer » 12. May 2006 11:31

Code: Select all
NameVirtualHost *:80

<VirtualHost webmin.mydomain.com:80>
ServerName webmin.mydomain.com
ProxyPass / http://localhost:10000/
ProxyPassReverse / http://localhost:10000/
</VirtualHost>


Hast du denn auch im Apache das proxy Modul geladen ??
chirio Deep
Wie sagte einst der MCP aus Tron auf dem Bildschirm zu schreiben Pflegte
" ... end of communication ... "
User avatar
deepsurfer
AF Moderator
 
Posts: 6440
Joined: 23. November 2004 10:44
Location: Cologne
Operating System: Win-XP / Win7 / Linux -Debian

Postby nieca » 12. May 2006 15:14

doch!
im apache 2.0.5 httpd.conf von xampp-1.4.9a ist mod_proxy.so default eingeladen.
ich habe auch im webmin config file referer=webmin.mydomain.com geschrieben.

hab' jemand webmin als virtual host oder www.mydomain.com/webmin richtig gemacht?

gruesse aus Polen :)
nieca
 
Posts: 6
Joined: 09. May 2006 18:46


Return to Apache

Who is online

Users browsing this forum: No registered users and 18 guests