She's on the right track... I have Apache with PHP installed, one instance, and 
serve 18 websites out of it concurrently. ONLY one loaded copy of either... 
works just fine. Writing mysites in STDIO in/out thru visual basic AND now in 
PHP to elimiinate MOST of the VB .exe script files... but like I said, 18 sites 
sharing it NOW...

See us online at 
http://www.LOVEnCompany.com.
http://www.PandRphotographyLLC.com
http://www.SunflowerPageants.com
http://www.OKCPACO.org

I could go ON and ON... all are in the same instance of apache/php


---------- Original Message ----------
From: "Sheryl" <gubyd...@his.com>
To: users@httpd.apache.org
Subject: Re: [us...@httpd] php
Date: Wed, 20 May 2009 13:43:15 -0400 (EDT)

Hi,

Did you do a separate compile for each instance of apache?  If so, that
wasn't necessary.  You can run as many sites as you want off one compiled
copy and use calling parameters and globals to point each one to a
different httpd.conf.

But if they're all compiled the same way you should be able to just
compile PHP once and copy the libphp5.so file to the modules directory in
each instance of apache.  In your startup file, set and export the PHPRC
variable to the path to a separate php.ini file for each instance of
apache.  See

http://www.php.net/manual/sl/configuration.php

Sheryl

> Hi
>
> I am using apache on solaris.
>
> I am not using vhosts. Each instance has a seperate httpd.conf
>
> Is there a way to avoid doing configure/make/make install?
> should I do the work for each instance?
>
> thank you
>



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
____________________________________________________________
Click here to find the perfect banking opportunity!
http://thirdpartyoffers.juno.com/TGL2131/fc/BLSrjnsKoDNzHvk59ZBZVbQFhjKmqBokxfiT98hKKuQi397uB5LZl7VTEP2/

Reply via email to