- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- start secure server with apache on reboot
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 11:02 AM
07-14-2005 11:02 AM
currently when our web console server is rebooted the secure shell service's do not start automatically, a key is required when the below command is run and the passowrd is not always know to the sys admin
# /opt/apache/bin/apachectl startssl
is there anyway that when the server reboots, apache starts with the secure apache and without a key being entered?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2005 04:23 PM
07-17-2005 04:23 PM
SolutionSSLPassPhraseDialog exec:/path/to/program
See the following link for more information.
http://httpd.apache.org/docs-2.0/mod/mod_ssl.html#sslpassphrasedialog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2005 08:13 PM
07-17-2005 08:13 PM
Re: start secure server with apache on reboot
Have you tried to regen a key using the command: ssh-keygen ? (use ssh-keygen -t dsa for ssh2. not sure if you use ssh1 or 2 there)
When asked for a "passphrase", dont enter one. Just press enter twice.
remember your key will be in a file called identity.pub. do a cd ~ssh and search from there.
hope this helps..
NeilW.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2005 02:59 PM
07-22-2005 02:59 PM
Re: start secure server with apache on reboot
good to here from you Neil!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2005 03:00 PM
07-22-2005 03:00 PM