Index: [Article Count Order] [Thread]

Date:  Fri, 6 Jul 2007 20:43:31 -0400
From:  Pathik <cobaltlist (at mark) gmail.com>
Subject:  [coba-e:10332] CGI Extensions
To:  coba-e (at mark) bluequartz.org
Message-Id:  <349568420707061743r55d9861dg305a6fd57a30f44b (at mark) mail.gmail.com>
X-Mail-Count: 10332

I am trying to execute a cgi file without the ".cgi" extension, for
example instead of having:

http://www.mysite.com/cgi-bin/mycgibinary.cgi

I want it to execute the cgi as

http://www.mysite.com/cgi-bin/mycgibinary

What do I need to do? This used to work fine on this server (Cobalt
Raq4) before I upgraded to BQ.

I added the following into my vhosts/site2.include file and restart
the httpd server and it still doesnt work.

ScriptAlias "/home/.sites/143/site2/web/cgi-bin/" cgi-bin

<Directory "/home/.sites/143/site2/web/cgi-bin">
    AllowOverride None
    Options ExecCGI
    Order allow,deny
    Allow from all
</Directory>

Thanks,
Pathik