RE: [expert] cgi scripts

1999-07-24 Thread Jason Bodnar
My apologies to all of those I have offended. I've been participating in mailing lists for six years and I've seen many become congested and useless because of innocent and off-topic posts. That's part of the reason I switched to Mandrake from SuSE. BTW, it is not a mandrake thing. It is a CGI th

Re: [expert] netscape, kde, alt-o

1999-07-24 Thread Jelai Wang
> Yes it's work for example between Netscape and kedit. But it's just equal to > alt-c/v. So alt-c under Netscape and then crtl-v under kedit give the same > result. > For all former Windows user and ctrl-c/v addict it's painful to delete a big > piece of text under Netscape by doing crtl-c on the

[expert] Redhat 6.0 cachemgr.cgi lameness

1999-07-24 Thread James J. Capone
*** Webmaster http://www.linuxuser.8m.com Webmaster http://www.teammajestic.8m.com Asst. Webmaster http://www.ptm.com Co-Author: Linux For Newbies "Even Common People Can Attain Uncommon Results" -Original Message- From: James J. Capone Sent: Saturday, July 24, 199

[expert] FW: Redhat 6.0 cachemgr.cgi lameness

1999-07-24 Thread James J. Capone
This could also go for Mandrake 6.0 that same file is in the cgi-bin directory. Cover yourselves... James J. Capone *** Webmaster http://www.linuxuser.8m.com Webmaster http://www.teammajestic.8m.com Asst. Webmaster http://www.ptm.com Co-Author: Linux For Newbies "Even Common Pe

[expert] mod_perl-1.1.9-4mdk.i586.rpm CORRUPTED!!!

1999-07-24 Thread Christian Zoffoli
Apache Perl module is corrupted: httpd says: API module structure `perl_module' in file /etc/httpd/modules/libperl.so is garbled - perhaps this is not an Apache module DSO? only the originale tar.gz works well... Has anyone had the same problem ?

Re: [expert] cgi scripts

1999-07-24 Thread Thomas J. Hamman
On 24-Jul-99 Robert Sheskin wrote: > On Sat, 24 Jul 1999 16:32:44 -0500, Jason Bodnar <[EMAIL PROTECTED]> wrote: >> >> His problem is a common novice cgi problem. The correct way to handle it >> first would be to seek help from a CGI list before assuming it was a >> mandrake problem. >> >> At 10:

RE: [expert] cgi scripts

1999-07-24 Thread James J. Capone
I must say that was one way of putting it. I just fell that if they ask a question in general (Linux related) it should be helped. If they use Mandrake then, We all should help support ALL programs within the Mandrake OS. It is not time to pick and choose who gets answers and who doesn't.. I t

Re: [expert] cgi scripts

1999-07-24 Thread Robert Sheskin
On Sat, 24 Jul 1999 16:32:44 -0500, Jason Bodnar <[EMAIL PROTECTED]> wrote: > > His problem is a common novice cgi problem. The correct way to handle it > first would be to seek help from a CGI list before assuming it was a > mandrake problem. > > At 10:32 AM 7/24/99 -0800, you wrote: >>Jason Bodn

RE: [expert] cgi scripts

1999-07-24 Thread James J. Capone
It is also a Mandrake thing. I do believe(correct me if i am wrong) by default you can not run a .cgi script onless you run it from the cgi-bin file. Or you could symlink the directory to said cgi-bin directory. So this would be a Mandrake problem also. A flam war is not helping this person. So

Re: [expert] cgi scripts

1999-07-24 Thread Jason Bodnar
His problem is a common novice cgi problem. The correct way to handle it first would be to seek help from a CGI list before assuming it was a mandrake problem. At 10:32 AM 7/24/99 -0800, you wrote: >Jason Bodnar wrote: >> >> I don't want to be the jerk of the list but this is definitely not a >>

Re: [expert] cgi scripts

1999-07-24 Thread Jean-Michel Dault
You need to output the headers before the HTML. Add a line to print "Content-type text/html \n\n" before you output the HTML. Jean-Michel Dault [EMAIL PROTECTED] On Mon, 3 May 1999, Seb wrote: > Date: Mon, 3 May 1999 17:01:59 +0200 > From: Seb <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED]

Re: [expert] cgi scripts

1999-07-24 Thread mcooper
On Sat, 24 Jul 1999, you wrote: > I don't want to be the jerk of the list but this is definitely not a > question relating to mandrake. Could you please ask it in a more > appropriate forum. > > At 05:01 PM 5/3/99 +0200, Seb wrote: > >Hi all! > > > >I'm running a Mandrake 6.0 server with Apac

Re: [expert] cgi scripts

1999-07-24 Thread Ramon Gandia
Jason Bodnar wrote: > > I don't want to be the jerk of the list but this is definitely not a > question relating to mandrake. Could you please ask it in a more > appropriate forum. I disagree with you. The fellow is using an Apache web server on a Mandrake 6.0 server. Because packages install

Re: [expert] cgi scripts

1999-07-24 Thread Jason Bodnar
I don't want to be the jerk of the list but this is definitely not a question relating to mandrake. Could you please ask it in a more appropriate forum. At 05:01 PM 5/3/99 +0200, Seb wrote: >Hi all! > >I'm running a Mandrake 6.0 server with Apache 1.3.6 and i made a c >program which return an

Re: [expert] cgi scripts

1999-07-24 Thread Gavin Grabias
Well it could be a couple of things wrong. Are cgi scripts allowed to execute in the directory?? and are you prinint a header in your script ex: Content-Type: text/html\n\n ?? Regards, Gavin ([EMAIL PROTECTED]) ENTER

[expert] cgi scripts

1999-07-24 Thread Seb
Hi all! I'm running a Mandrake 6.0 server with Apache 1.3.6 and i made a c program which return an html document on stdout named test.cgi an d located in /home/httpd/html/seb/c . When apache try to read it he return me an Internal Server Error and in the log file it is malformed header for sc