Zazen wrote:
Hi dude! I have an orrible trouble with this poor cgi: is a client
pop3 web based gateway.The function "connetti()" never been called and
i don't know why!! ...
Weren't the advices you got in comp.lang.perl.misc good enough?
--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bi
Hi dude! I have an orrible trouble with this poor cgi: is a client
pop3 web based gateway.The function "connetti()" never been called and
i don't know why!!The functions in the bottom of the script
load,save,restore the state of the session by save the
user,pass,host,id in a file.if you try to exec
Hi,
I try to setup the UserDir cgi-bin to work for each user under my
apache 2.0 and still not working, here is what i have done:
- under httpd.conf file
UserDir public_html
Options ExecCGI
SetHandler cgi-script
and i create the hello.pl script and works when run from command line
On Sun, 7 Apr 2002 01:11:16 -0500, [EMAIL PROTECTED] (Kevin Queen) wrote:
>
>Can't locate strict.pm in @INC (@INC contains:
>/usr/local/lib/perl5/5.6.1/i486-linux /usr/local/lib/perl5
>/5.6.1 /usr/local/lib/perl5/site_perl/5.6.1/i486-linux
>/usr/local/lib/perl5/site_perl/5.6.1 /usr/local/li
>b/pe
ou show as included paths.
Scot R.
-Original Message-
From: Kevin Queen [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 07, 2002 12:11 AM
To: 'mailing list'
Subject: I need CGI Help
Hello, I am relatively new to Unix and Perl/CGI, I am trying to set up
cvsweb.
ing what you show as
included paths.
Scot R.
-Original Message-
From: Kevin Queen [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 07, 2002 12:11 AM
To: 'mailing list'
Subject: I need CGI Help
Hello, I am relatively new to Unix and Perl/CGI, I am trying to set up
cvsweb.cgi and
Hello, I am relatively new to Unix and Perl/CGI, I am trying to set up
cvsweb.cgi and am getting a Premature end of script headers error. Now my
issue is that it is saying the following in the logs:
Can't locate strict.pm in @INC (@INC contains:
/usr/local/lib/perl5/5.6.1/i486-linux /usr/local/l
Paolo
-Messaggio originale-
Da: Michael P. Carel [mailto:[EMAIL PROTECTED]]
Inviato: domenica 24 giugno 2001 0.16
A: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Oggetto: Re: cgi help
> Hello Michael,
Hi Maxim,
>
> Saturday, June 23, 2001, Michael P. Carel <[EMAIL PROTECTED]>
wrote
I've had problems similar to this, they were caused because I had the
absolute path to the file wrong
-Original Message-
From: Michael P. Carel [mailto:[EMAIL PROTECTED]]
Sent: 23 June 2001 23:16
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: cgi help
> Hello Mic
Hello Michael,
Sunday, June 24, 2001, Michael P. Carel <[EMAIL PROTECTED]> wrote:
>> MPC> Hi there, Is there any one who can help with my problem regarding
MPC> perl
>> MPC> cgi's.
>> MPC> I've encountering problemwith my webpages when i execute my cgi prog,
MPC> heres
>> MPC> my error messages
> Hello Michael,
Hi Maxim,
>
> Saturday, June 23, 2001, Michael P. Carel <[EMAIL PROTECTED]>
wrote:
>
>
> MPC> Hi there, Is there any one who can help with my problem regarding
perl
> MPC> cgi's.
> MPC> I've encountering problemwith my webpages when i execute my cgi prog,
heres
> MPC> my error mes
Hello Michael,
Saturday, June 23, 2001, Michael P. Carel <[EMAIL PROTECTED]> wrote:
MPC> Hi there, Is there any one who can help with my problem regarding perl
MPC> cgi's.
MPC> I've encountering problemwith my webpages when i execute my cgi prog, heres
MPC> my error messages in my page:
[...]
M
It is most likely the missing first line :
make sure you print this as the first line of the output
print "Content-type: text/html\n\n";
then comes your HTML output
or better yet use the following:
use CGI;
my $q=new CGI;
print $q->header;
read about the CGI module by typing
perldoc CGI on y
Hi there, Is there any one who can help with my problem regarding perl
cgi's.
I've encountering problemwith my webpages when i execute my cgi prog, heres
my error messages in my page:
Internal Server Error
The server encountered an internal error or
misconfiguration and was unable to complete
yo
14 matches
Mail list logo