Ok, try the following 3 examples and let me know how it goes.
"C:\Program Files\Apache2\conf\servername.cert"
"C:\\Program Files\\Apache2\\conf\\servername.cert"
"C://Program Files//Apache2//conf//servername.cert"
Kevin
Asad Habib wrote:
Hi Kevin. I already tried this but it did not work. I got an invalid
file path error.
- Asad
On Wed, 8 Mar 2006, Kevin Smith wrote:
Yep, as Eckard said, try surrounding the path with " ".
I know if you typed the cd command to get to the path C:/Program
Files/Apache2/conf/ssl/.cert in a Cmd DOS prompt, it would produce
an error. Surrounding the path with " " would then execute the cd
command successfully.
Regards,
Kevin
Eckard Wille wrote:
Kevin Smith schrieb:
Probably the best think to do is add the absolute path to the files
as:
SSLCertificateFile C:/Program Files/Apache2/conf/ssl/servername.cert
SSLCertificateKeyFile C:/Program Files/Apache2/conf/ssl/servername.key
If this still does not work try to surround the path with " ", like
this:
SSLCertificateFile "C:/Program
Files/Apache2/conf/ssl/servername.cert" SSLCertificateKeyFile
"C:/Program Files/Apache2/conf/ssl/servername.key"
Or, even better, put the Apache on a spare unix/linux box. Configuring
apache/tomcat/mod_jk/whatever is more straightforward there than on a
windows box.
Greetings from Germany,
Eckard
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager [EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager [EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager [EMAIL PROTECTED]