Jump to content

[SOLVED] problem with apache 1.3.12


smouff

Recommended Posts

i am running apache 1.3.12 on windows nt 2000 with oracle 9i.

i am runnins a virtual host with verisign ssl key

i renew my ssl key last week and i am not able to install it.

the apache process stay in starting state with the new keys.

no errors in logfiles (i think)

and the site doesnt work....

 

help please

Link to comment
https://forums.phpfreaks.com/topic/59653-solved-problem-with-apache-1312/
Share on other sites

Do you start apache on the commandline?

 

Open up a Command Prompt, and start apache using apachectl start (or -k start), and see if you see an error on startup.

 

You can also check your config files which may or maynot include the ssl key by going:

apachectl -t

 

Apart from that, perhaps open up the ssl key in notepad etc. and see if it looks similar to what you had before.

 

-steve

I foud the problem using

loglevel debug in the conf file

 

the problem is that apache was looking for the password of the priv key

 

we remove the pass from the priv key with

openssl rsa -in priv.key -out privnopass.key

 

replace the filename in the httpd.conf

 

and YES it works.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.