Re: [us...@httpd] Spider Monkey

2010-03-03 Thread Monkey Daemon
On 3 March 2010 12:09, Krist van Besien wrote: > On Wed, Mar 3, 2010 at 12:46 PM, antoine wrote: >> Hello, I have a question in spider monkey api for parsing javascript. >> >> Is this the right list to apply ?? If not please tell me where to ask. > > http://lmgtfy.com/

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

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

[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: apache ssi & php in same file extensions

2008-12-16 Thread monkey
Nick Kew webthing.com> writes: > > monkey wrote: > > (thank you for everyone on the clarification > > on subject headings). > > > > > > Yes, Eric; as of now I am able to get apache to > > parse .html and .php extensions > > and work with ap

Re: apache ssi & php in same file extensions

2008-12-16 Thread monkey
(thank you for everyone on the clarification on subject headings). Yes, Eric; as of now I am able to get apache to parse .html and .php extensions and work with apache includes. I am also able to get apache to parse .html and .php extensions for php. What I cannot do is get both .html and

apache

2008-12-15 Thread monkey
How can I get apache to interpret both php and html extenstions at the same time for PHP and apache's virtual includes? Basically I need an html and php file to be parsed for apache includes and php includes. I'm running Apache 2. thanks in advanced for any assitance -