- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Apache start up after 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
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
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
тАО03-28-2003 07:02 AM
тАО03-28-2003 07:02 AM
Apache start up after reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-28-2003 07:04 AM
тАО03-28-2003 07:04 AM
Re: Apache start up after reboot
Regards,
RZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-28-2003 07:09 AM
тАО03-28-2003 07:09 AM
Re: Apache start up after reboot
You need to createn copy apachectl and place it in /etc/init.d. and create two symbolic links to this script. One to start /etc/rc3.d/S...
and one to stop /etc/rc1.d/K.... apache.
http://tiwrm.hpcc.nectec.or.th/MANUAL/APACHE_SSL/main.html
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-28-2003 07:11 AM
тАО03-28-2003 07:11 AM
Re: Apache start up after reboot
Regards,
RZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-28-2003 07:13 AM
тАО03-28-2003 07:13 AM
Re: Apache start up after reboot
Your absolutely right! /sbin/init.d it is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-28-2003 07:24 AM
тАО03-28-2003 07:24 AM
Re: Apache start up after reboot
Do this.
ln -s /sbin/init.d/apachecontrol /sbin/rc3.d/S800apache
ln -s /sbin/init.d/apachecontrol /sbin/rc2.d/K200apache
The S guy starts apache at run level three and the K guy kills him when the machine drops to run level 2 The numbers are your choice.
/sbin/init.d/apachecontrol is something you need to create. Here is mine, attached. The name is up to you.
So many depots do this automatically, I wonder if doing it manually will become a lost art.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-28-2003 07:51 AM
тАО03-28-2003 07:51 AM
Re: Apache start up after reboot
...Manjeet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-28-2003 11:26 AM
тАО03-28-2003 11:26 AM
Re: Apache start up after reboot
If followed, the doc is straight forward.
Our shop has used this for a standard.
Best of Luck.
Regards,
dl