Re: cgi-bin

2000-11-13 Thread Oliver Cope

> Having problems running a cgi script and I'm not sure why although its
> probably something really simple!
> 
> My error log says this..
> 
> (2)No such file or directory: exec of /home/video/cgi-bin/test.cgi
> failed
> Premature end of script headers: /home/video/cgi-bin/test.cgi
> 
> The directory and script do exist and those paths are correct! What am I
> missing?
> 
In the first line of your cgi script you'll probably have something like:

#!/usr/bin/perl

Check that:
(a) this path exists and is executable.
(b) you are using unix line endings -- windows line endings usually don't work.

Olly.


_
This message has been checked for all known viruses by UUNET delivered 
through the MessageLabs Virus Control Centre. For further information visit
http://www.uk.uu.net/products/security/virus/
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: Migration from iPlanet to Apache

2000-11-07 Thread Oliver Cope

On Tue, Nov 07, 2000 at 05:04:34PM -, Saicharan K wrote:
> 
> I am interested in converting the certificates and key files stored by
> iPlanet webserver in  its properitary format to certificate and key
> files that can be used by Apache. I would like to know if there are any
> tools that can convert certificates in netscape format to .pem format.
> Any pointers in that direction is highly appreciated.
> 
An explanation of how to do this is at:
http://www.drh-consultancy.demon.co.uk/nskey.html

Although it involves a lot of messing around with Netscape browsers, it worked when I 
tried it.

Olly. 



_
This message has been checked for all known viruses by UUNET delivered 
through the MessageLabs Virus Control Centre. For further information visit
http://www.uk.uu.net/products/security/virus/
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]