3 messages in ru.sysoev.nginxProxy server configuration
FromSent OnAttachments
just startingMar 23, 2008 12:14 pm 
Maxim DouninMar 23, 2008 2:18 pm 
just startingMar 23, 2008 3:19 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Proxy server configurationActions...
From:just starting (just@public.gmane.org)
Date:Mar 23, 2008 12:14:02 pm
List:ru.sysoev.nginx

hi,

Can someone specify how to configure nginx as proxy server for:

1. apache http server running on port 8000 2. apache tomcat server running on port 8080

What I want as end result is:

http://myip/ should point to the root directory of apache http : http://127.0.0.1:8000 http://myip/test should point to some app hosted in tomcat like : http://127.0.0.1:8080/testsite

Thanks, Rakesh.