Hi,
ScriptAlias is a CGI thing, not a mod_perl thing. If you're trying to run
thing with Apache::Registry, you should use Alias instead. If you're trying
to use CGI and need help with that, try posting your question on
http://perlmonks.org/.
- Perrin
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 erro
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 erro