cgi help

2001-07-05 Thread Michael P. Carel
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

Re: cgi help

2001-07-05 Thread Gabor Szabo
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

Re: cgi help

2001-07-05 Thread Maxim Berlin
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

Re: cgi help

2001-07-05 Thread Michael P. Carel
> 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

RE: cgi help

2001-07-05 Thread Sally
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

R: cgi help

2001-07-05 Thread Paolo ACTIS
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

Re[2]: cgi help

2001-07-05 Thread Maxim Berlin
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

I need CGI Help

2002-04-06 Thread Kevin Queen
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

Apache (cgi) help for UserDir

2004-11-15 Thread Jim Goh
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

Huge cgi!Help!pop3 Client

2007-10-07 Thread Zazen
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

RE: I need CGI Help

2002-04-07 Thread Kevin Queen
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

RE: I need CGI Help

2002-04-07 Thread Scot Robnett
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.

Re: I need CGI Help

2002-04-07 Thread zentara
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

Re: Huge cgi!Help!pop3 Client

2007-10-07 Thread Gunnar Hjalmarsson
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