Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: no51 on September 01, 2006, 07:19:37 PM

Title: No access to server-manager webpage after upgrade 6.0 to 7.0
Post by: no51 on September 01, 2006, 07:19:37 PM
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.
Title: No access to server-manager webpage after upgrade 6.0 to 7.0
Post by: byte on September 01, 2006, 10:53:01 PM
Peter,

You'll find your answer here...

http://forums.contribs.org/index.php?action=search2&search=RequireSSL

This is a very old bug. HTH