[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [hobbit] Problem with some hobbit manpages
- To: hobbit (at) hswn.dk
- Subject: RE: [hobbit] Problem with some hobbit manpages
- From: Frédéric Mangeant <frederic.mangeant (at) steria.com>
- Date: Wed, 16 Feb 2005 10:35:12 +0100
- Organization: Steria
- Thread-index: AcUTpLOtnZA9aUH7SDO04kqFUw8w7wAZc9Ig
> Stephen Beaudry mailed me - he had the same problem and found the
> solution:
>
> This occurs because by default, apache associates the cgi-script
> handler with any filename containing ".cgi". I fixed this on my
> server by changing the following line in my httpd.conf
>
> AddHandler cgi-script .cgi ->to-> AddHandler cgi-script .cgi$
>
> This forces the match to only occur if the ".cgi" is at the end of
> the filename (duh) :)
That did the trick. Thanks !
--
Frédéric Mangeant