Re: Apache port help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



* Tim Ford <tford@xxxxxxxx> [2009-03-05 19:57]:
> Thanks, I have apache set to listen on port 8080. When I type
> http://intranet:8080 it works but I want my users to just type in
> http://intranet and apache converts it for them. Its either
> mod_rewrite or mod_proxy.

No. If your users don't specify any port (and just enter
http://intranet) their webbrowser connects to port 80, thereby
speaking directly with M$-IIS in your case. Your httpd on port 8080
never gets to see the request, hence there is nothing you can do with
mod_rewrite or mod_proxy in httpd.

You could proxy from M$-IIS to your httpd (if that's possible and you
know how), but that's not a question for this list.

Or maybe twist the ports around and let M$-IIS listen on a
non-standard port (like 8080) and httpd on port 80. *Then* configure
proxying of certain request to M$-IIS. But this would probably change
URLs for whatver M$-IIS was serving, so it all depends on what you
want and how much work you're willing to invest.

cheers,
-peter

-- 
peter.schober@xxxxxxxxxxxx - vienna university computer center
Universitaetsstrasse 7, A-1010 Wien, Austria/Europe
Tel. +43-1-4277-14155, Fax. +43-1-4277-9140

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux