-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Pionier,

On 1/13/2010 7:45 AM, pionier wrote:
> I have a problem with configuration tomcat with apache... i have to use
> proxy to map every request from port 80 to 8080...

Why are you using Apache httpd at all? Your VirtualHost *:80 sends 100%
of requests to Tomcat:

> NameVirtualHost *:80
> <VirtualHost *:80>
>         ServerName example.com
>         Include /etc/apache2/vhosts.d/default_vhost.include
> 
>         ProxyRequests On
>         ProxyPass / http://www.example.com:8080/
> #       ProxyPassReverse / http://www.example.com:8080/
> 
>         <IfModule mpm_peruser_module>
>                 ServerEnvironment apache apache
>         </IfModule>
> </VirtualHost>
> </IfDefine>

If you aren't using Apache httpd for anything, why not take it out of
your setup?

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAktN+10ACgkQ9CaO5/Lv0PBW5gCfWeBHfuIrDOQVmEfqXWyd67Pd
bQYAnj45lj124go3moBeMPgVLXzUP81a
=cN76
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to