The upgrade is done. The changes made to this version threw me for a while as I struggled to get my server reconnected to the net! I still have anunresolved issue if anyone can help:
1. I had to shut down the secure server (SSL); I haven't figured out quite how to meld the old config (which was part of httpd.conf) to the new ssl.conf file. When I specified the name and port (443) for the secure server, it turned the whole box into a secure server. Only part of the server is secure, and these files are on my second server.
The main server (server #1) connects to the secure server (and mydomainecom) via the /mnt/server#2 route. This was set up in the old httpd.conf file under the SSL VirtualHost directives:
<VirtualHost *:443>
# General setup for the virtual host
DocumentRoot "/var/ServerName mydomain-ecommerce.com
ServerAlias ServerAdmin webmaster@mydomain-ecommerce.com
In the new ssl.conf file, I had the following:
<VirtualHost *:443>
# General setup for the virtual host
DocumentRoot "/var/ServerName mydomain-ecommerce.com
ServerAlias ServerAdmin webmaster@mydomain-ecommerce.com
The domain was set up as a regular vhost in a vhost container on both the old (7.3) and new (8.0) versions of RedHat.
This allowed the files related to credit card processing, etc. to be put on server#2, and run under the SSL protocol without having the whole server run as SSL.
If anyone has installed 8.0 and experienced a similar issue, please let me know how it was resolved. I would like to get my secure server up and running as soon as possible.
If this post is indecipherable (as mine often are) please tell me so I can just post the whole bunch of mess!
1. I had to shut down the secure server (SSL); I haven't figured out quite how to meld the old config (which was part of httpd.conf) to the new ssl.conf file. When I specified the name and port (443) for the secure server, it turned the whole box into a secure server. Only part of the server is secure, and these files are on my second server.
The main server (server #1) connects to the secure server (and mydomainecom) via the /mnt/server#2 route. This was set up in the old httpd.conf file under the SSL VirtualHost directives:
<VirtualHost *:443>
# General setup for the virtual host
DocumentRoot "/var/ServerName mydomain-ecommerce.com
ServerAlias ServerAdmin webmaster@mydomain-ecommerce.com
In the new ssl.conf file, I had the following:
<VirtualHost *:443>
# General setup for the virtual host
DocumentRoot "/var/ServerName mydomain-ecommerce.com
ServerAlias ServerAdmin webmaster@mydomain-ecommerce.com
The domain was set up as a regular vhost in a vhost container on both the old (7.3) and new (8.0) versions of RedHat.
This allowed the files related to credit card processing, etc. to be put on server#2, and run under the SSL protocol without having the whole server run as SSL.
If anyone has installed 8.0 and experienced a similar issue, please let me know how it was resolved. I would like to get my secure server up and running as soon as possible.
If this post is indecipherable (as mine often are) please tell me so I can just post the whole bunch of mess!