On Fri, 13 Dec 2002, martin f krafft wrote:
> also sprach eric lin <[EMAIL PROTECTED]> [2002.12.13.0434 +0100]:
> > use CGI ':standrard';
>
> this seems to be the problem.. a typo.
>
> > print "Content-type: text/html\n\n";
>
> \r\n\r\n is the standard.
Yes, but that print statement is to the
also sprach eric lin <[EMAIL PROTECTED]> [2002.12.13.0434 +0100]:
> use CGI ':standrard';
this seems to be the problem.. a typo.
> print "Content-type: text/html\n\n";
\r\n\r\n is the standard.
--
Please do not CC me! Get a proper mailer instead: www.mutt.org
.''`. martin f. krafft <[EM
also sprach sean finney <[EMAIL PROTECTED]> [2002.12.12.2329 +0100]:
> please look again at the top line of your simple perl script :)
i think you are being put off by sanitizer, which changed the script
on the mail server (diamond.madduck.net) before forwarding it to you.
just to be safe, you kno
On Thu, Dec 12, 2002 at 09:52:49PM -0700, eric lin wrote:
> i tried to put a simple perl file in my /usr/lib/cgi-bin/entrance.pl
>
> #!/usr/local/bin/perl
Do you have a /usr/local/bin/perl on your system? Debian only installs
/usr/bin/perl.
Also, always use 'perl -w'.
> use CGI ':standrard';
T
On Thu, Dec 12, 2002 at 10:37:42PM -0700, eric lin wrote:
> my path have /usr/bin and perl is in it
> it still not work
>
> please help again
please look again at the top line of your simple perl script :)
sean
msg18753/pgp0.pgp
Description: PGP signature
;
Sent: Thursday, December 12, 2002 10:34 PM
Subject: Re: [users@httpd] RE: access website or webpage not work
Dear Boyle:
i tried to put a simple perl file in my
/usr/lib/cgi-bin/entrance.pl
#!/usr/local/bin/perl
use strict;
use CGI ':standrard';
print "Content-type: te
nate wrote:
eric lin said:
Robert L. Yelvington wrote:
do you have suEXEC compiled into apache and if yes to previous question
are you executing the cgi as the same user/group?
How do I know suEXEC is compiled into apache? and if not how do I compile
it in?
I don't have much experien
eric lin said:
> Robert L. Yelvington wrote:
>> do you have suEXEC compiled into apache and if yes to previous question
>> are you executing the cgi as the same user/group?
>>
>
> How do I know suEXEC is compiled into apache? and if not how do I compile
> it in?
>
I don't have much experience wit
Dear Boyle:
i tried to put a simple perl file in my /usr/lib/cgi-bin/entrance.pl
#!/usr/local/bin/perl
use strict;
use CGI ':standrard';
print "Content-type: text/html\n\n";
foreach my $name (param()) {
my @cpu=param($name);
print "The field with the NAME attribute euual to
$n
Robert L. Yelvington wrote:
do you have suEXEC compiled into apache and if yes to previous question are
you executing the cgi as the same user/group?
How do I know suEXEC is compiled into apache? and if not how do I
compile it in?
hihgly appreciate your or any advancer's help
~r
%-Origi
On Thu, Dec 12, 2002 at 09:33:11AM -0700, eric lin wrote:
> I using html to make a form and action , try to collect data from
> visitor and dump to some where im my file, but when I hit submit, it show
> Internal Server Error
Check the server error log. The most likely reason is that you aren't
11 matches
Mail list logo