On Mon, Sep 05, 2005 at 08:39:53AM -0300, Michael Nishikawa wrote:
| Hi,
| 
| I would like to know if anyone has had the experience of running 2 apache
| servers on 1 linux (ubuntu) server for PHP. The cause of all of this
| commotion is the fact of having 2 project each with register_globals
| differed from the other.  Appreciate any help.

http://ru.php.net/manual/en/ini.php
you can change value of register_globals var from .htaccess or httpd.conf 
just write:
php_value register_globals 1
in .htaccess or <VirtualServer ...> section.

-- 
Anatoly Pugachev

Attachment: pgpjfuODnAgTZ.pgp
Description: PGP signature

Reply via email to