Configuration
How can i change to PHP5 ?2 How can i change to PHP5 ?
Written by BeNe If you want to change from PHP4 to PHP5, only edit the php4-fcgi-starter file under /var/www/fcgi/your-domain.tld/ and change the last line from:
"exec /usr/bin/php4-cgi" to "exec /usr/bin/php5-cgi"
This can be done for every domain. So one domain can run with PHP4 and the other domain can run with PHP5 at the same time.
After this change you have to restart your Apache.
| < Prev | Next > |
|---|

