You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2013/05/24 18:03:57 UTC

[Bug 53098] mod_proxy_ajp: patch to set worker secret passed to tomcat

https://issues.apache.org/bugzilla/show_bug.cgi?id=53098

--- Comment #2 from Dmitry <da...@gmail.com> ---
example of more secure configuration.

main apache virtualhost file (world readable):

...
ProxyPass /test ajp://localhost:8009/test
#Include must be after ProxyPass
Include ajp_secrets.include
...

contents of ajp_secrets.include (only root readable):

...
ProxySet ajp://localhost:8009/test secret=123
...

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org