|
| I'm new in Apache and I have a RedHat6 server with apache2.2 and tomcat6.
I'm trying to configure the parameter connectiontimeout, like the below
configuration: ProxyRequests Off
ProxyPreserveHost On
<Proxy *>
Order allow,deny
Allow from all
</Proxy>
Redirect permanent / https://mysite/app/
ProxyPass /app/ ajp://172.31.0.24:8109/app/ connectiontimeout=90
ProxyPassReverse /app/ ajp://172.31.0.24:8109/app/
When I tried to restart apache, I got the message below:
Starting httpd: Syntax error on line 66 of /etc/httpd/conf.d/app.conf:
ProxyPass unknown Worker parameter
I did the same configuration on tomcat's server.xml
Does anyone can help me? What probably this means and what I should to do to
set the parameter and start apache's service without this error? |
Hélio S. LPIC-1, ITIL V3 Foundation, MCTS
Phone +55(081)9989-1605
Linux User N°564847
Be Free, Be Linux!
-
-
-