Christopher Schultz-2 wrote:
> 
> -----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
> 
> 
> 

i dont exacly uderstand u...
I bought virtual server with tomcat and apatch... 
when i try to run tomcat from root i still have error like in BindException
*80 it looks like my root user is not exacly as privillaged as root
should... so i need to find another way:/
Can u tell me do you exacly have in mind ?
-- 
View this message in context: 
http://old.nabble.com/tomcat-%2B-apache-%2B-proxy-%3D-very-slow-response-tp27144316p27148786.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


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

Reply via email to