Page 1 of 1

Upgrade 3.0.1.9 - Cannot access web page

Posted: 26 Mar 2017 13:42
by colin
After upgrading, when I try to access the mailscanner webpage I get:

The following conf.php mandatory entries are missing, check and compare your conf.php with conf.php.example.
- LDAP_SSL

I then added "defile ('LDAP_SSL' true);" to /var/www/html/mailscanner/conf.php
and now get:

Forbidden
You don't have permission to access /mailscanner/status.php on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

Re: Upgrade 3.0.1.9 - Cannot access web page

Posted: 26 Mar 2017 14:21
by shawniverson
Need a comma..

Code: Select all

define('LDAP_SSL', true);

Re: Upgrade 3.0.1.9 - Cannot access web page

Posted: 26 Mar 2017 14:32
by colin
Thanks, fixed the typo but still getting the same error.

Re: Upgrade 3.0.1.9 - Cannot access web page

Posted: 26 Mar 2017 14:37
by shawniverson
Look at your apache error logs and refresh the page, see what you are getting as an error...in /var/log/httpd/

Re: Upgrade 3.0.1.9 - Cannot access web page

Posted: 26 Mar 2017 14:50
by colin
Thanks, that pointed me back to the same line in conf.php There was another typo. defile instead of define. A Freudian slip that did exactly what I typed :oops:

I just need to get LDAP working again now, but that is something I can play with.