[Info-vax] PHP7 Config Files

issinoho iain at issinoho.com
Fri Aug 21 05:45:53 EDT 2020


On Thursday, 20 August 2020 at 17:55:07 UTC+1, issinoho wrote:
> Hi, 
> 
> Trying to set up the PHP7 kit from the berrymans site with CSWS and although the readme tells you where to put all the binaries it doesn't tell you how to wire things together in the config files. This is a vanilla install. 
> 
> No guidance on httpd.conf and no sign of a MOD_PHP.CONF file in the kit. 
> 
> Can anyone help please? 
> 
> VSI AXPVMS VMS V8.4-2L1 
> VSI AXPVMS SSL111 V1.1-1GB 
> VSI AXPVMS CSWS V2.4-38D 
> 
> TIA

Asked and answered. Here is the mod_php.conf magic sauce...

LoadModule php7_module modules/mod_php_apache-2_0.exe
AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php-source .phps
Alias /php/ "/apache$root/php/scripts/"

And in httpd.conf...

Include /apache$root/conf/mod_php.conf



More information about the Info-vax mailing list