[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Perl/CGIWrap-Error?
- Subject: [cobalt-users] Perl/CGIWrap-Error?
- From: Nikolas Samios <ns@xxxxxxxxxxxx>
- Date: Tue Dec 21 03:28:39 1999
- Organization: mediaphil - gesellschaft für digitale medien und kommunikation mbh
Hi everybody!
I encountered a big problem with our perl scripts we used to run on a
sun-machine before. When a script is trying to write something to the
RaQ HD, for example:
sub CreatePage{
open(PAGE,">$PageLocation") || die("Error $! opening file");
foreach $line (@template) {
print PAGE $line
}
close(PAGE);
return 1;
}
the RaQ2 always gives a Internal Server Error. The funny thing is, that
from telnet, all Scripts are running and writing perfectly.
Scripts have all rights, user is admin and the group is siteX.
We already tried to hack out CGI-Wrapper and added the following lines
to the httpd.conf so that the script is no more executed via cgi-wrap
AddHandler cgi-script .pl
ScriptAlias /cgi-bin/ /home/sites/site8/web/cgi-bin
Any ideas out there?
Thanks!
Niko
_____________________________
Nikolas Samios
technical director
[!] m e d i a p h i l
digital media
Dompfaffweg 10
D-81827 Munich
Germany
Tel: +49.89.431.908.0
Fax: +49.89.431.908.80
eMail: ns@xxxxxxxxxxxx
http://www.mediaphil.de
_____________________________