You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jeremy Nix <Je...@sfsltd.com> on 2003/04/14 18:26:12 UTC

[users@httpd] DirectoryIndex directive with ScriptAlias

I'm trying to configure bugzilla on my apache server to respond to the
/bugzilla url.  I've tried numerous configurations, but for some reason
I cannot get the DirectoryIndex directive to redirect urls from
/bugzilla to /bugzilla/index.cgi.  Can somebody tell me what I'm doing
wrong.

DirectoryIndex index.html index.cgi

## BUGZILLA APPLICATION
ScriptAlias /bugzilla "C:/Apps/bugzilla/"
<Directory "C:/Apps/bugzilla">
    AddOutputFilter Includes html
    Options Indexes ExecCGI
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

_________________
Jeremy Nix
Senior Application Developer
Southwest Financial Ltd.
Jeremy.Nix@sfsltd.com
(513) 621-6699 ext 1158


RE: [users@httpd] DirectoryIndex directive with ScriptAlias

Posted by Jeff Cohen <su...@gej-it.com>.
AddHandler cgi-script .cgi .pl
That's what you are missing in this directory directive.

All the best,
Jeff Cohen

-----Original Message-----
From: Jeremy Nix [mailto:Jeremy.Nix@sfsltd.com] 
Sent: Monday, April 14, 2003 12:26 PM
To: users@httpd.apache.org
Subject: [users@httpd] DirectoryIndex directive with ScriptAlias

I'm trying to configure bugzilla on my apache server to respond to the
/bugzilla url.  I've tried numerous configurations, but for some reason I
cannot get the DirectoryIndex directive to redirect urls from /bugzilla to
/bugzilla/index.cgi.  Can somebody tell me what I'm doing wrong.
DirectoryIndex index.html index.cgi 
## BUGZILLA APPLICATION 
ScriptAlias /bugzilla "C:/Apps/bugzilla/" 
<Directory "C:/Apps/bugzilla"> 
    AddOutputFilter Includes html 
    Options Indexes ExecCGI 
    AllowOverride None 
    Order allow,deny 
    Allow from all 
</Directory> 
_________________ 
Jeremy Nix 
Senior Application Developer 
Southwest Financial Ltd. 
Jeremy.Nix@sfsltd.com 
(513) 621-6699 ext 1158 


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org