If you wish to disable SSL for the Webppliance GUI (just the GUI and not the virtual sites):
Edit /usr/lib/opcenter/fastcgi/httpd-tmpl.conf. Comment out 'SSLEngine on' by adding a # at the beginning of the line.
Then edit '/home/httpd/html/index.shtml' and change 'https' to 'http'.
Then run this command:
/etc/rc.d/init.d/webgui restart. .
Remember that affects only the GUI. SSL is still available for the virtual sites.
All current domains need to be changed so a redirect to SSL is prevented for the login page.
Edit the /etc/httpd/conf/httpd.conf file and remove the "s" from "https" on all lines that start with Redirect.
To prevent future domains from redirecting to SSL edit the following file.
VHAppConf.pm
Search for "https" There will be 2 lines you have to change: "\tRedirect /admin https://$IP:19638/webhost/services/virtualhosting/siteadmin\n". "\tRedirect /user https://$IP:19638/webhost/services/virtualhosting/useradmin\n".
Remove the "s"
This will force all future domains not to have the https.
In the /home/httpd/html directory there is a file called index.shtml that redirects to the ensim default main web GUI link page. By removing this or changing the redirect it contains you can change the landing page of the private server domain.
The redirect is done with a meta refresh tag that looks like
meta http-equiv="Refresh" content="1; URL=https://:19638/webhost/rollout">
If you change the last part starting with 19638 to
19638/webhost/services/virtualhosting/siteadmin
you can change it to redirect clients right to the siteadmin login page.
Donot remove this tag from the page.
<!--#set var="hostname" value="$HTTP_HOST"-->
The redirect that automatically log you into a clients GUI will no longer work if removed.
This is only accessible as root user. You will need to upload your replacement graphic to the server then log into shell become root and move the graphic to the location specified above.
Yes. In the Appliance Administrator for the WSE and RSE and the Private Server Administrator for the BSE, you can replace the OLM.net logo with your company logo so as to brand/private label the control panels. When logged in through Telnet,
Type su - and then your root password to become root
Then use this path to make any changes: /usr/lib/opcenter/images/logo.gif
Please note you need to back up files that you have customized because any upgrades we implement will over write these files. Once upgrades have been completed you can re-initiate your customizations.
You need to modify the following file to customize the index page for new sites:
/etc/virtualhosting/templates/index.html
Please note you need to back up files that you have customized because any upgrades we implement will overwrite these files. Once upgrades have been completed you can re-initiate your customizations.