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";
__
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
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
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
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
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
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
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