Re: [phplib] HELP: multiple phplib on the same server From: Chris Stankevitz (chris <email protected>)
Date: 07/16/00

Francis,

I have done this with my different virtual servers under Apache for FreeBSD.
Section 2.6 of the documentation explains all of this.

http://phplib.netuse.de/documentation/documentation-2.html#ss2.6

Basically, I added php3_include_path and php3_prepend_file directives to my
<VirtualHost> directives. I'm sure you do the same thing for your directories.

Good luck!

Chris

At 01:00 PM 7/16/2000 +0800, you wrote:
>I am building a web site that will allow users to log bugs of our product. I
>want to be able to support all our product. For this reason, I need to run
>three different phplib on my php cgi.
>
>the configuration would be like that:
>web site: www.theSite.com/product1/support
> /product2/support
> /product3/support
>I have 3 different databases and three sets of different pages. So I want to
>have 3 local.inc, 3 loginform.ihtml, etc.
>
>My problem comes when I want to configure php with the prepend.php3 and the
>php3.ini, so php will be able to go to the good directory and get the good
>local, etc.
>
>Anybody have already done this ?
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: phplib-unsubscribe <email protected>
>For additional commands, e-mail: phplib-help <email protected>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>