Subject: Re: Apache, mysql and apache help - beginner
To: poff <poff@sixbit.org>
From: Jeremy C. Reed <reed@reedmedia.net>
List: netbsd-help
Date: 08/09/2003 04:29:57
On Sat, 9 Aug 2003, poff wrote:

> Is there any way to get it setup as above, namely, no cgi-bin, no .cgi
> extensions?

ScriptAlias can be used to define an entire directory of CGI executables.

Or allowing CGIs can also be done with:
  Options +ExecCGI

And to use a .php file try:
  AddHandler cgi-script .php

(Then, of course, make the scripts executable.)

   Jeremy C. Reed
   http://bsd.reedmedia.net/