Apache secure frontend for Service Desk

0 Likes
Setup Apache to use SSL per Novell's Documentation.
Make sure your Apache server has the proxy and proxy_http modules loaded.
I created an ssl.conf file in the vhosts.d directory.
These lines were added after Apache was configured and tested.
        ProxyRequests Off
ProxyPreserveHost On

<Location / >
ProxyPass http://localhost:8700/
ProxyPassReverse http://localhost:8700/
SSLRequireSSL
</Location>

Tags:

Labels:

How To-Best Practice
Comment List
Related
Recommended