Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Removal of PASS PHRASE in mod_ssl
Name: arizona1999 Date: May 19, 2004 at 08:40:28 Pacific OS: Unix / Red Hat CPU/Ram: Apache / mod_ssl
Comment:
Hello: After a reboot in the middle of the night, I found that my server didn't restart. Ugh!!! I plugged in the monitor and went to do a graceful restart and get this... ----------- bash$ /etc/rc.d/init.d/httpd graceful httpd not running, trying to start Apache/2.0.40 mod_ssl/2.0.40 (Pass Phrase Dialog) Some of your private key files are encrypted for security reasons. In order to read them you have to provide us with the pass phrases.
Server www.xyz.com:443 (RSA) Enter pass phrase:
Ok: Pass Phrase Dialog successful. ---------- My Question... Is there a way to remove this PASS PHRASE (without generating a new secure cert and having to get it authorized.)?
Summary: Hi i've been trying to write shell script with awk that I want to search a substring with variable of shell script In old one ,I wrote awk that find 'xxx' in myfile : #!/bin/ksh awk '/xxx/' myfile...
Summary: I want to know what is the maximum length of the filenames in Unix.what is the maximum allowed length for extension?(Eg:DOS has 8 chars for filename and 3 chars for extension) ...