Kerio MailServer - WebMail
Kerio MailServer - WebMail
webovy server apache (port 80) mi bezi na rovnakom pc, kde aj mail server kerio. mam problem s webmailom, kedze standartne je http port v nom nastaveny na 80. zmenil som ho na 8080 a aj na routry som spravne nastavil port forwarding. lenze ak dam do vyhladavaca nazov mailserveru, webmail sa nespusti a namiesto toho sa spusti documentroot apacheu. co treba este teda nastavit?
-
- Moderátor
- Príspevky: 15054
- Dátum registrácie: Ut 26. Feb, 2008, 14:00
- Bydlisko: Bratislava/Štúrovo
Re: Kerio MailServer - WebMail
Nuz, zjavne ten port forwarding dobre nemas nastaveny... Ak totiz Apache bezi na 80 a Kerio na 8080, tak Apache nema sancu hovorit do komunikacie na porte 8080. Forwarding mas nastaveny teda asi na port 80, a nie 8080.
Re: Kerio MailServer - WebMail
nastavene to mam dobre.. apache bezi na porte 80, cize ak dam stranku http://www.superlux.sk" onclick="window.open(this.href);return false; (:80) spusti sa web server. ak dam http://skuska.superlux.sk" onclick="window.open(this.href);return false; (:80) apache to bere ako subdomenu. ale ako ma system vediet, ze uz http://mail.superlux.sk" onclick="window.open(this.href);return false; nie je subdomena, ale web mail a nema nacuvat port 80, ale port 8080. skor to vidim tak, ze by sa malo v apache zakazat, aby reagoval na http://mail.superlux.sk:80" onclick="window.open(this.href);return false; a automaticky ako dalsi v poradi bol spusteny port 8080 cize http://mail.superlux.sk:8080" onclick="window.open(this.href);return false;
myslim, ze tomu rozumiem spravne. ved tu niet comu nerozumiet. aj v apache mam nastaveny NameVirtualHost *:80 !!, cize sa necudujem, ze mi to apache bere ako subdomenu. pokial zakazdym nedam za adresu aj cislo portu http://mail.superlux.sk:8080" onclick="window.open(this.href);return false; system nemoze vediet o tom, ze to ma ist tymto portom.
myslim, ze tomu rozumiem spravne. ved tu niet comu nerozumiet. aj v apache mam nastaveny NameVirtualHost *:80 !!, cize sa necudujem, ze mi to apache bere ako subdomenu. pokial zakazdym nedam za adresu aj cislo portu http://mail.superlux.sk:8080" onclick="window.open(this.href);return false; system nemoze vediet o tom, ze to ma ist tymto portom.
-
- Moderátor
- Príspevky: 15054
- Dátum registrácie: Ut 26. Feb, 2008, 14:00
- Bydlisko: Bratislava/Štúrovo
Re: Kerio MailServer - WebMail
Nuz, takto to nefunguje. Bud ti bude bezat webmail na 8080, alebo je cas naucit sa nakonfigurovat nejaky ten proxy modul...
http://forums.kerio.com/index.php?t=msg ... rch=apache" onclick="window.open(this.href);return false;
http://forums.kerio.com/index.php?t=msg&goto=45153" onclick="window.open(this.href);return false;
http://forums.kerio.com/index.php?t=msg ... rch=apache" onclick="window.open(this.href);return false;
http://forums.kerio.com/index.php?t=msg&goto=45153" onclick="window.open(this.href);return false;
Re: Kerio MailServer - WebMail
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
ProxyRequests Off
<VirtualHost *:80>
ServerName mail.superlux.sk
<Location />
ProxyPass http://host:8080/" onclick="window.open(this.href);return false;
ProxyPassReverse http://host:8080/" onclick="window.open(this.href);return false;
</Location>
</VirtualHost>
-takto to mam asi zle
LoadModule proxy_http_module modules/mod_proxy_http.so
ProxyRequests Off
<VirtualHost *:80>
ServerName mail.superlux.sk
<Location />
ProxyPass http://host:8080/" onclick="window.open(this.href);return false;
ProxyPassReverse http://host:8080/" onclick="window.open(this.href);return false;
</Location>
</VirtualHost>
-takto to mam asi zle
-
- Moderátor
- Príspevky: 15054
- Dátum registrácie: Ut 26. Feb, 2008, 14:00
- Bydlisko: Bratislava/Štúrovo
Re: Kerio MailServer - WebMail
Dufam ze tam nemas v tych Proxy nastaveniach ten retazec host, ale aspon 127.0.0.1, ak to mas na tom istom PC, pripadne IP druheho PC, na ktorom bezi ten webmail.
Re: Kerio MailServer - WebMail
chalan!! ide to!! a to som dnes cely den otravoval dvoch kolegov co maju rozbehnutych niekolko serverov a povedali ze to nepojde.
VELKA VDAKA
..ale robi to jednu blbost http://superlux.sk/" onclick="window.open(this.href);return false; ide, http://mail.superlux.sk/" onclick="window.open(this.href);return false; ide, ale preco ide aj http://xxxx.superlux.sk/" onclick="window.open(this.href);return false; ??
edit: osrapvedlnujem sa, moja chyba. zabudol som to pridat do system32/etc/hosts
VELKA VDAKA
..ale robi to jednu blbost http://superlux.sk/" onclick="window.open(this.href);return false; ide, http://mail.superlux.sk/" onclick="window.open(this.href);return false; ide, ale preco ide aj http://xxxx.superlux.sk/" onclick="window.open(this.href);return false; ??
edit: osrapvedlnujem sa, moja chyba. zabudol som to pridat do system32/etc/hosts