Re: [users@httpd] RE: access website or webpage not work

2002-12-13 Thread Bill Moseley
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

Re: [users@httpd] RE: access website or webpage not work

2002-12-13 Thread martin f krafft
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

Re: [users@httpd] RE: access website or webpage not work

2002-12-13 Thread martin f krafft
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

Re: access website or webpage not work

2002-12-12 Thread Colin Watson
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

Re: [users@httpd] RE: access website or webpage not work

2002-12-12 Thread sean finney
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

Re: [users@httpd] RE: access website or webpage not work

2002-12-12 Thread eric lin
; 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

Re: access website or webpage not work

2002-12-12 Thread eric lin
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

Re: access website or webpage not work

2002-12-12 Thread nate
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

Re: [users@httpd] RE: access website or webpage not work

2002-12-12 Thread eric lin
working perfectly which is why you get the 500 error :-) Rgds, Owen Boyle -Original Message- From: eric lin [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 12. Dezember 2002 17:33 To: Boyle Owen Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: access website or webpage not work Dear Bo

Re: access website or webpage not work

2002-12-12 Thread eric lin
lp ~r %-Original Message- %From: eric lin [mailto:[EMAIL PROTECTED]] %Sent: Thursday, December 12, 2002 10:33 AM %To: [EMAIL PROTECTED] %Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] %Subject: access website or webpage not work % % %Dear Boyle: % % I using html to make a form and action , try to collect

Re: access website or webpage not work

2002-12-12 Thread Colin Watson
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

access website or webpage not work

2002-12-12 Thread eric lin
Dear Boyle: 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 in my index.html I have a line http://www.linuxspice.com/cgi-bin/entrance.cgi";> do you know what may case wrong? /usr