Hi,
I'd like to execute other cgi program at /cgi-bin/.
I set the following to httpd.conf. But, I cannot execute cgi. Please let me know my mistake .
-----
<Perl>
       use lib qw( /var/www/MyApp/lib );
</Perl>

PerlModule MyApp

<Location />
   SetHandler       perl-script
   PerlHandler      MyApp
</Location>

ScriptAlias /cgi-bin/ "/var/www/other"
<Location /cgi-bin/>.....</Location>
-----
regards,
Kyoko

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to