: A simplest solution will be to configure mod security in a reverse proxy mode to have web server independent configuration. Second part is to map URL to your Filesystem Locations following
A simplest solution will be to configure mod security in a reverse proxy mode to have web server independent configuration. Second part is to map URL to your Filesystem Locations following is a simple example from Apache HTTP Server Documentation.
ProxyPass /foo/ internal.example.com/bar/ ProxyPassReverse /foo/ internal.example.com/bar/
"When clients request documents under the /foo/ directory, the server fetches those documents from the /bar/ directory on internal.example.com and returns them to the client as if they were from the local server" [Apache HTTP Server Documentation] .
More posts by @Connie744
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2025 All Rights reserved.