Apache HTTP Server: Difference between revisions

(Created page with " ==Compression== ==HTTPS Redirect== <pre> <VirtualHost *:80> ServerName my_server.com ServerSignature Off RewriteEngine on RewriteCond %{HTTPS} !=on RewriteRule .*...")
 
Line 16: Line 16:


==Proxying==
==Proxying==
[https://httpd.apache.org/docs/current/mod/mod_proxy.html mod_proxy documentation]<br>
[https://httpd.apache.org/docs//mod/mod_proxy_wstunnel.html mod_proxy_wstunnel documentation]<br>
General proxying to another server.<br>
General proxying to another server.<br>
Note that this can be another service on the same machine (localhost), same network, or another network entirely.<br>
Note that this can be another service on the same machine (localhost), same network, or another network entirely.<br>