phpdevster escreveu:
Hi

i am trying to run two Apache server on the same machine and that is work
fine

but the problem is how to create separate php.ini for each Apache server .
is that possible ??

Two usual possibilities:

1) To install two Apache Services ( Windows environment )

   Apache 1.3.xx running php 4
   Apache 2 running php 5

   http://www.educar.pro.br/

2) To use only one Apache2 Service

   Setting two virtual hosts, one for php4 and other for php5

   http://foundationphp.com/tutorials/apache22_vhosts.php
--
zerof
http://www.educar.pro.br/
Apache - PHP - MySQL - Boolean Logics - Project Management
----------------------------------------------------------
Você deve, sempre, consultar uma segunda opinião!
----------------------------------------------------------      
You must hear, always, one second opinion! In all cases.
----------------------------------------------------------
Let the people know if this info was useful to you!
----------------------------------------------------------

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to