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 all ProxyPass/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 ...