Incorrect httpd-directories.conf cause webmail, phpmyadmin, etc can't be accessed

nmb

Verified User
Joined
Sep 13, 2008
Messages
223
In Custombuild 2.0, PHP-FPM. I already did

./build rewrite_confs

but I couldn't access /webmail, /phpmyadmin So, I checked the config file.

/etc/httpd/conf/extra/httpd-directories.conf

there is the line

Code:
<IfModule mod_fastcgi.c>
	FastCgiExternalServer /var/www/html/index.php -socket [B]/tmp/fpm53/[/B]webapps.sock -pass-header Authorization

which is incorrect. The correct one is

Code:
FastCgiExternalServer /var/www/html/index.php -socket [B]/usr/local/php53/sockets/[/B]webapps.sock -pass-header Authorization

change it and restart Apache, then, it works.
 
Thanks for the report.
Will upload the fix shortly.

./build update
./build rewrite_confs

once your downloadserver gets the update.

John
 
Back
Top