Hello,
I have many web-projects, many of witch work only with Apache 1.3. Now
we have new projects and want to develelop them on Apache 2.
I have installed Apache2 as main web-server (on port 80) and Apache
1.3 as secondary (on port 8000).
I need some virtual hosts run on Apache 2, and some - on Apache 1.3.
I use mod_proxy under Apache 2 to forward requests for some virtual
hosts to Apache 1.3.
<VirtualHost *:80>
ServerName myproj.mydomain.com
ServerAlias myproj
ProxyRequests Off
ProxyPreserveHost On
ProxyPass / http://127.0.0.1:8000/
</VirtualHost>
All is OK. But I have only such problem:
When I see access_log of Apache 1.3 for my project, I see requests
from 127.0.0.1. I don't see realy Client-IP. It's bad for my
web-project promotion and visitors analysis.
Is it possible to make tunneling from Apache 2 to Apache 1.3 for some
virtual hosts?
---------------------------------------------------------------------
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: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]