all
Thanks.
Gary
-Original Message-
From: Nick Kew [mailto:[EMAIL PROTECTED]
Sent: Saturday, November 05, 2005 12:57 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Configuration directives question
On Saturday 05 November 2005 20:12, Gary W. Smith wrote:
> What we n
On Saturday 05 November 2005 20:12, Gary W. Smith wrote:
> What we need to do is to disable PHP (any any type of SSI) for
> DocumentRoot and anything under there but keep it enabled for certain
> script aliases (such as horde which lives in /usr/local/horde).
Don't disable it. Make sure you don'
Place the following into an .htaccess file
php_flag engine off
http://php.net/manual/en/ref.apache.php#ini.engine
Gary W. Smith wrote:
Hello,
I ’ m trying to work up a html only server for of about 1000 + people.
This server is a dual role server as it holds both their static html
Title: Configuration directives question
Hello,
I’m trying to work up a html only server for of about 1000+ people. This server is a dual role server as it holds both their static html pages and their email (running cyrus).
We were looking at using mod_user but we wanted to work around th