Re: Apache 1.2b7 : POST Method not supported?
Eric J. Schwertfeger (ejs@bfd.com)
Mon, 10 Mar 1997 07:28:46 -0800 (PST)
Date: Mon, 10 Mar 1997 07:28:46 -0800 (PST)
From: "Eric J. Schwertfeger" <ejs@bfd.com>
To: Jeff Watkins <jwatkins@FuturePress.com>
Subject: Re: Apache 1.2b7 : POST Method not supported?
In-Reply-To: <199703091018.CAA09799@terra.futurepress.com>
Message-Id: <Pine.BSF.3.95.970310072553.11966A-100000@harlie.bfd.com>
On Sun, 9 Mar 1997, Jeff Watkins wrote:
> AppClass /web/Production/Exploser/test/index.fcgi
> AddHandler fastcgi-script .fcgi
> <Location /test/index.fcgi>
> SetHandler fastcgi-script
> </Location>
Do you have Options ExecCGI on?
here's my setup
Alias /fcgi-bin/ /usr/local/www/fcgi-bin/
<Directory /usr/local/www/fcgi-bin/>
SetHandler fastcgi-script
AllowOverride None
Options ExecCGI
</Directory>
and then afterwords, the AppClass directives.
The only significant differences are I use Directory instead of Location,
and I've got the ExecCGI option, which is necessary.