You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ha...@hyperreal.com> on 1995/08/09 18:55:00 UTC

Re: apache-0.8.8 bug

 
> This is apache-0.8.8 on hpux9.05 gcc-2.7.0
> 
> Previously (ncsa-1.4, and I think apache-0.6.5) this worked in
> srm.conf:
> 
> ScriptAlias /cgi-bin/ /usr/local/etc/httpd/cgi-bin/
> ScriptAlias /Harvest/cgi-bin/ /local/etc/httpd/harvest/cgi-bin/
> ScriptAlias /star/cgi-bin/ /local/etc/httpd/sdd-www/htdocs/star/cgi-bin/
> Alias /Harvest/ /local/etc/httpd/harvest/
> Alias /comsat-www/ /local/etc/httpd/comsat-www/htdocs/
> Alias /star/ /local/etc/httpd/sdd-www/htdocs/star/
> Alias /pub/ /hosts/ftp/local/users/ftp/pub/
> 
> But with 0.8.8, this is not recognized as a script:
> 
> http://www/Harvest/cgi-bin/BrokerQuery.pl.cgi.
> 
> I needed to add:
> 
> AddType application/x-httpd-cgi .cgi
> 


there appears to be a conflict between the ScriptAlaias and the Alias
starting with /Harvest/.

Probably just a case of rearanging the order in which they are checked.

We'll look into it.

regards,
rob