From http to https:
1) Copy file httpd.conf_https from the Tarball to filefolder /root/ispconfig/httpd/conf
2) Make a copy of the existing httpd.conf file !
3) Rename httpd.conf_https to httpd.conf
4) Open the new httpd.conf and replace {SERVER_NAME} with the server name
(have a look at the backed-up httpd.conf to find out the correct value)
5) Open /home/admispconfig/ispconfig/lib/config.inc.php and change the ISPConfig URL from http to https.
6) Finally restart ISPConfig: /etc/init.d/ispconfig_server restart
From https to http:
1) Copy file httpd.conf_http van de Tarball to filefolder /root/ispconfig/httpd/conf
2) Make a copy of the existing httpd.conf file !
3) Rename httpd.conf_http to httpd.conf
4) Open the new and replace {SERVER_NAME} with the server name
(have a look at the backed-up httpd.conf to find out the correct value)
5) Open /home/admispconfig/ispconfig/lib/config.inc.php and change the ISPConfig URL from https to http.
6) Finally restart ISPConfig: /etc/init.d/ispconfig_server restart
But be careful !
Hans
Last edited by Hans; 14th April 2006 at 19:22.
|