Hmmm, I though I had a stadard build but perhaps I didn't.
The upgrade whent without any noticable errors, i.e. it didn't stop and complain. The server reboot and then no more access to the web console.
On the console a scrolling error repeats thus:
"Syntax error on line 873 of /etc/httpd/conf/httpd.conf Invalid command "RequireSSL", perhaps mis-spelled or defined in the by a module not included in the server configuration"
This seems to be the relevant section in https.conf
# Administration: phpMyAdmin
Alias /phpmyadmin /opt/administration/phpmyadmin
<Directory /opt/administration/phpmyadmin>
RequireSSL on
Options -Indexes
AllowOverride None
order deny,allow
deny from all
allow from all
AuthName "phpMyAdmin"
AuthType Basic
AuthExternal pwauth
require user admin
Satisfy all
AddType application/x-httpd-php .php .php3
php_flag magic_quotes_gpc on
php_flag track_vars on
</Directory>
I have tried to find this same error in some of the logs but have failed so far.
Any ideas as to what is going on. The server seems to be working as normal apart from anything to do with web functionality, i.e. webmail, admin console and web console.
Peter.