[us...@httpd] Zeus Subserver Equivalent in Apache2?

2009-06-29 Thread Monkey Daemon
Hi all, I'm looking into our options going forward for our web-hosting cluster. We're currently running Zeus Web Server using sub servers. The idea behind webservers is that you can have a directory layout that looks like: /var/www/%HOSTING-PACKAGE-TYPE%/%x%/%x%/%domain-name.tld/html/ and the

Re: [us...@httpd] Zeus Subserver Equivalent in Apache2?

2009-06-29 Thread Tom Evans
On Mon, 2009-06-29 at 15:08 +0100, Monkey Daemon wrote: > Hi all, > > I'm looking into our options going forward for our web-hosting > cluster. > > We're currently running Zeus Web Server using sub servers. > > The idea behind webservers is that you can have a directory layout > that looks like:

Re: [us...@httpd] Zeus Subserver Equivalent in Apache2?

2009-06-29 Thread Mike Cardwell
Monkey Daemon wrote: I'm looking into our options going forward for our web-hosting cluster. We're currently running Zeus Web Server using sub servers. The idea behind webservers is that you can have a directory layout that looks like: /var/www/%HOSTING-PACKAGE-TYPE%/%x%/%x%/%domain-name.tl

Re: [us...@httpd] Zeus Subserver Equivalent in Apache2?

2009-06-29 Thread Monkey Daemon
2009/6/29 Mike Cardwell > > Monkey Daemon wrote: > >> I'm looking into our options going forward for our web-hosting cluster. >> >> We're currently running Zeus Web Server using sub servers. >> >> The idea behind webservers is that you can have a directory layout that >> looks like: >> >> /var/ww

Re: [us...@httpd] Zeus Subserver Equivalent in Apache2?

2009-07-02 Thread Chandranshu .
Hi Are you running PHP with CGI? If yes, then you can use the directive blocks and the Options Directive to optionally allow or disallow execution of PHP scripts. For example, your basic hosting can have a config: Options -ExecCGI while for your Hosting package, it can read: Options +

Re: [us...@httpd] Zeus Subserver Equivalent in Apache2?

2009-07-02 Thread Monkey Daemon
2009/7/2 Chandranshu . : > Hi > > Are you running PHP with CGI? If yes, then you can use the > directive blocks and the Options Directive to > optionally allow or disallow execution of PHP scripts. For example, your > basic hosting can have a config: > >     Options -ExecCGI > > > while for you