php55 missing in FilesMatch line

zEitEr

Super Moderator
Joined
Apr 11, 2005
Messages
15,214
Location
GMT +7.00
Hello,
as you can see

Code:
[root@server extra]# cat httpd-suphp.conf
<IfModule mod_suphp.c>
<FilesMatch "\.(inc|php|php3|php4|php44|php5|php52|php53|php54|php6|phtml|phps)$">
AddHandler x-httpd-php53 .inc .php .php3 .php4 .php5 .php53 .phtml
AddHandler x-httpd-php55 .php55
</FilesMatch>
<Location />
suPHP_Engine on
suPHP_ConfigPath /usr/local/php53/lib/
suPHP_AddHandler x-httpd-php53
suPHP_AddHandler x-httpd-php55
</Location>
</IfModule>

[root@server extra]#

php55 missing in FilesMatch line when building PHP with:

Code:
# cat /usr/local/directadmin/custombuild/options.conf
#PHP settings.
#Default version of PHP is always php1_release. Possible values for php1/php2_release: 5.3, 5.4, 5.5, no. php1/php2_mode: mod_php, fastcgi, php-fpm or suphp)
php1_release=5.3
php2_release=5.5
php1_mode=suphp
php2_mode=suphp

Please, fix it.
 
Thank you for the report. A corrected version of the build script should be uploaded very soon.
 
Back
Top