Hi porters,

Long time no need for me to email this list! I upgraded my mailserver yesterday 
to -current (last upgrade was around 11th Sept) and now my squirrelmail no 
longer works :-(.

The problem is, going to my normal login screen nothing displays but "access 
denied". It is not a permissions issue as when I put an index.html file in the 
same directory httpd(8) displays it as normal.

There were some notes on the squirrelmail website about issues with php when 
using squirrel-1.4.22 which suggested to try the stable branch (I tried 
20151028_0201-SVN.stable.tar.gz but get the same problem).

in /var/www/logs/access.log:
coiloptic.org 197.231.221.211 - - [30/Oct/2015:17:07:11 +1100] "GET 
/portal/src/login.php HTTP/1.1" 403 0

in /var/www/logs/error.log:
Access to the script '/htdocs-squirrel/portal/src' has been denied (see 
security.limit_extensions)

in vi /etc/php-fpm.conf I initially tried the default, then changed to the 
below as suggested by search engines(neither worked):
security.limit_extensions = .php .php3 .php4 .php5 .html

I have been using php-5.5 up till now but also tried php-5.6 today and that has 
the same issue.

httpd.conf:
prefork 5

server "default" {
        listen on * port 80
        root "/htdocs"
}

server "default" {
        listen on * tls port 443
        root "/htdocs"
        location "*.php" {
                fastcgi socket \
                "/run/php-fpm.sock"
                }
}

Is there something I am missing? I see from searching marc.info there was some 
problem with tls on php lately...

Thanks,
Brett.

Reply via email to