Re: Unable to install mod_perl using several tutorials...

2003-11-26 Thread Stas Bekman
tvilliers wrote: [...] but via the web, I get an Internal Server Error and in the error_log Premature end of script headers: /var/www/cgi-bin/index.pl print "Content-type:text/html\n\n" ; and " " are missing. Should be: print "Content-type: text/html\n\n"; __

Re: Unable to install mod_perl using several tutorials...

2003-11-26 Thread Jonathan Villa
Ok, I should have read the FAQ for Openwebmail first... which says that openwebmail cannot be used with mod_perl... that would have saved me some time in thinking that perhaps it was because of mod_perl and joining this list... thanks for at least reading this... Jonathan Villa wrote: Sorry f

Re: Unable to install mod_perl using several tutorials...

2003-11-26 Thread Chris Grau
On Wed, Nov 26, 2003 at 10:41:56AM -0600, Jonathan Villa wrote: > Sorry for the repeats > > I noticed that on the top of the pages, there is > > #!/usr/bin/suidperl -T > > so I tried that on the command line and get this: > > Script is not setuid/setgid in suidperl I'm not familiar with su

Re: Unable to install mod_perl using several tutorials...

2003-11-26 Thread Jonathan Villa
Sorry for the repeats I noticed that on the top of the pages, there is #!/usr/bin/suidperl -T so I tried that on the command line and get this: Script is not setuid/setgid in suidperl ??? Jonathan Villa wrote: I did the Content-Type and nothing new... So you're saying that Openwebmail d

Re: Unable to install mod_perl using several tutorials...

2003-11-26 Thread Jonathan Villa
I even tried a simple index.html within the /var/www/cgi-bin dir... FYI, I do have suidperl installed Jonathan Villa wrote: I did the Content-Type and nothing new... So you're saying that Openwebmail does not require mod_perl? This is the main thing I need to get setup...so perhaps I should l

Re: Unable to install mod_perl using several tutorials...

2003-11-26 Thread Jonathan Villa
I did the Content-Type and nothing new... So you're saying that Openwebmail does not require mod_perl? This is the main thing I need to get setup...so perhaps I should look into the openwebmail forum for a solution? The only thing that confuses me is how does a web based program work without

Re: Unable to install mod_perl using several tutorials...

2003-11-26 Thread tvilliers
On Wed, 26 Nov 2003 09:36:39 -0600, Jonathan Villa wrote: > Ok, I'm trying to install OpenWebMail but I keep getting an Internal > Server Error when I try to access it via the web. > > Here is what I have/did > > Installed: Apache 1.3.29/mod_ssl 2.8.16-1.3.29/PHP 4.3.4 Installed: v5.8.2 > built

Unable to install mod_perl using several tutorials...

2003-11-26 Thread Jonathan Villa
Ok, I'm trying to install OpenWebMail but I keep getting an Internal Server Error when I try to access it via the web. Here is what I have/did Installed: Apache 1.3.29/mod_ssl 2.8.16-1.3.29/PHP 4.3.4 Installed: v5.8.2 built for i686-linux I'm trying to install mod_perl 1.29 and I've followed sev