logo       

Re: Jetty and Port 80: msg#00289

java.jboss.user

Subject: Re: Jetty and Port 80

Look under mod_proxy on the apache site. Don't remember
if it compiles into httpd by default....think it does.

Then, when you configure apache, look in the conf files for
references to mod_proxy. As an example case I use, I
have the following in the apache config files that routes
port 80 to 8080 for a directory/application icva:

<IfModule mod_proxy.c>
ProxyPass /icva http://YOURHOSTNAME:8080/icva
ProxyPassReverse /icva http://YOURHOSTNAME:8080/icva
</IfModule>

where YOURHOSTNAME is the hostname of your web
server, like www.base2inc.com.

All the default stuff on the apache config files for the mod_proxy
I have commented out and things seem to work fine.

This is with apache 1.3.X.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Oh, it's good to be a geek.
http://thinkgeek.com/sf


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise