Re: Can PHP 4 and 5 coexist on a single server?
- From: Metin Savignano <ms507@xxxxxxxxx>
- Date: Fri, 02 Jun 2006 22:34:23 +0200
Since our existing sites are much to large to test and update to run under PHP 5, I want to investigate whether we can install PHP 5 and configure Apache to use PHP 4 for all the existings sites and use PHP 5 for the new one.
Has anyone successfully done this, and how?
Yes, you can do that. You have to setup different application types in the Apache conf, and then you can map the php suffix to any of them. This can be done on a per-directory base using .htaccess (will be propagated to all directories underneath as well).
HTH-!
.
- Follow-Ups:
- Re: Can PHP 4 and 5 coexist on a single server?
- From: Justin L. Kennedy
- Re: Can PHP 4 and 5 coexist on a single server?
- Prev by Date: include xmlrpc ...
- Next by Date: Re: GROUP BY clause not working
- Previous by thread: Re: Can PHP 4 and 5 coexist on a single server?
- Next by thread: Re: Can PHP 4 and 5 coexist on a single server?
- Index(es):
Relevant Pages
|