
mathangi at cisco
Nov 2, 2001, 2:52 AM
Post #1 of 1
(319 views)
Permalink
|
|
Perl Script unable to stat
|
|
Hi I am using Apache 1.3.20. with perl module 1.25. In the httpd.conf I have included this line ScriptAliasMatch ^/cgi-bin/cwb-ipm/(.*) "D:\IPM1\Server\cgi-bin/$1" In the cgi-bin I have .exe as well as .pl files.The call to .exe works fine whereas call to .pl files gives an "page not found error page". But if I make change in the conf file as ScriptAlias /cgi-bin "D:\IPM1\Server\cgi-bin" I am able to access both .exe as well .pl I need to set an alias for /cgi-bin/cwb-ipm.How do I do that? Please clarify me about this. Thanx Mathangi
|