| Current Path : /etc/httpd/conf.d/ |
| Current File : //etc/httpd/conf.d/revers.conf |
<VirtualHost webconsole.iiita.ac.in:443> ProxyPreserveHost on #RequestHeader set Host "webconsole.iiita.ac.in" ErrorLog logs/webconsole-error_log CustomLog logs/webconsole_access_log combined ServerName webconsole.iiita.ac.in SSLEngine on ProxyRequests off SSLCertificateFile /etc/starcert/ssl.crt/iiita.crt SSLCertificateChainFile /etc/starcert/ssl.crt/iiitaca.crt SSLCertificateKeyFile /etc/starcert/ssl.key/iiita.key ProxyPass / http://localhost:3000/ ProxyPassReverse / http://localhost:3000/ #ProxyPass /mstsc http://localhost:8080/guacamole/ #ProxyPassReverse /mstsc http://localhost:8080/guacamole/ </VirtualHost>