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

--- Comment #2 from Dmitry <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to