Hello,
Is it possible to use multiple PHP 5 subversions in Apache e.g. PHP
5.2.5 and PHP 5.3 . I just want to use PHP 5.2.5 by default and PHP
5.3 for partucular Virtual Host. The problem is that the LoadModule
directive in httpd.conf is php5_module but I want to have e.g.
php5_module and php5.3_module ?
The modules are apxs. The server is runing on Linux
- Ivan
Is it possible to use multiple PHP 5 subversions in Apache e.g. PHP
5.2.5 and PHP 5.3 . I just want to use PHP 5.2.5 by default and PHP
5.3 for partucular Virtual Host. The problem is that the LoadModule
directive in httpd.conf is php5_module but I want to have e.g.
php5_module and php5.3_module ?
The modules are apxs. The server is runing on Linux
- Ivan
Comment