[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] CGIwrapper help!
- Subject: [cobalt-users] CGIwrapper help!
- From: "Eric Winchell" <e@xxxxxxxxxxxxxxxxx>
- Date: Fri Jul 20 13:59:29 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I realize this topic has been beaten down but I just can't get any perl to
run.
[Fri Jul 20 12:30:30 2001] [warn] [client 24.181.92.16] handler
"cgi-wrapper" not found for: /home/lj/cgi-bin/test.pl
[Fri Jul 20 12:30:30 2001] [error] [client 24.181.92.16] Premature end of
script headers: /usr/cgiwrap/cgiwrap
Premissions for test.pl and parent directory are correct and this has been
added to access.conf:
<Directory /home/lj>
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
AddHandler cgi-wrapper .cgi
AddHandler cgi-wrapper .pl
</Directory>
It's a virtual domain and the following lines pertaining to cgi/perl are in
the vhost area:
AddHandler cgi-wrapper .cgi
AddHandler cgi-wrapper .pl
ScriptAlias /cgi-bin /home/lj/cgi-bin
Test.pl runs fine on other virtual domains... the only difference I can see
is that this particular root directory is /home/lj/htdocs and cgi directory
/home/lj/cgi-bin
Anyone?