Re: [Catalyst] httpd.conf.

2007-06-17 Thread Kyoko,Shikamata
@lists.rawmode.org Sent: Saturday, June 16, 2007 12:52 AM Subject: Re: [Catalyst] httpd.conf. On Jun 15, 2007, at 8:11 AM, Kyoko,Shikamata wrote: 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

[Catalyst] httpd.conf.

2007-06-15 Thread Kyoko,Shikamata
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

Re: [Catalyst] httpd.conf.

2007-06-15 Thread Michael Reece
On Jun 15, 2007, at 8:11 AM, Kyoko,Shikamata wrote: 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 /