To bring the secure server down on one instance would the easiest way
be commenting out
#llisten 443 and then issuing a "apachectl graceful", and Vice versa
for port 80?
Can one instance have Vitural Server Hosting on port 80 but not on the
Secure Server?
Also it might be a nightmare to configure PHP on two separate
instances, if you have the servers installed under different users.

On 6/14/05, Joshua Slive <[EMAIL PROTECTED]> wrote:
> On 6/14/05, Kory Wheatley <[EMAIL PROTECTED]> wrote:
> > Question:
> >
> > Would it be better to setup Apache Secure Server and NON Secure Server
> > on two separate configuration instances, or one just one instance?
> > Would it be a performance hit to have it setup  as two separate server
> > instances?
> 
> It really depends on what you prefer to maintain.  It is pretty-much
> equivalent in terms of performance.  If you have only one instance,
> then you get a shared idle server pool, which could save a little
> memory.  But with two instances, you can tailor the necessary modules
> for each server, which could save memory as well.  Two instances is
> probably a little more resilient, in that bringing down one
> (accidentally or deliberately) will not affect the other.  But it is
> probably a little more of a hassel to configure.
> 
> Joshua.
>

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to