Quantcast
Channel: Spiceworks Community
Viewing all articles
Browse latest Browse all 12

Apache Reverse Proxy

$
0
0

I've to setup a reverse proxy on the same server my Webserver runs. So I want to redirect:"https://servername/logs" Opens a new window to my Webserver.

Reverse proxy:

Apache
NameVirtualHost10.5.3.200:443 10.5.3.200:443>*>Order deny,allow Allow from allProxyPass/logs/ http://10.5.3.200 ProxyPassReverse/logs/ http://10.5.3.200 ServerName spufi002.ads.ktag.ch ServerAdmin"sm-linux@ag.ch"DocumentRoot"/srv/www/"ErrorLog/var/log/apache2/error_logTransferLog/var/log/apache2/access_logSSLEngineonSSLProtocolall -SSLv2 -SSLv3 SSLCipherSuiteALL:!aNULL:!eNULL:!SSLv2:!LOW:!EXP:!MD5:@STRENGTH SSLCertificateFile/etc/apache2/ssl.crt/server.crtSSLCertificateKeyFile/etc/apache2/ssl.key/server.key~ "\.(cgi|shtml|phtml|php3?)$">SSLOptions +StdEnvVars "/srv/www/cgi-bin">SSLOptions +StdEnvVars "/srv/www/">Order allow,deny ...
This topic first appeared in the Spiceworks Community

Viewing all articles
Browse latest Browse all 12

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>