Re: starting apache at boot?

2008-08-23 Thread Mike Pobega
Lazy way out, you could just edit /etc/rc.local and add in your Apache binary. I've started many custom compiled things that way

starting apache at boot?

2008-08-18 Thread Zach Uram
I manually compiled apache2 since the version packaged for Debian is the threaded version which causes fatal memory errors on my VPS host and it works great but now I need to tell it to start every time my system boots. Running Debian lenny/sid (testing release) with 2.6.18 Linux kernel. How

Re: starting apache at boot?

2008-08-18 Thread Edward J. Shornock
On Sunday 17 August 2008 06.24.56 Zach Uram wrote: I manually compiled apache2 since the version packaged for Debian is the threaded version which causes fatal memory errors on my VPS host *The* version? $ aptitude search '^apache2-mpm' v apache2-mpm

Re: starting apache at boot?

2008-08-18 Thread Florian Kulzer
On Sat, Aug 16, 2008 at 23:24:56 -0400, Zach Uram wrote: I manually compiled apache2 since the version packaged for Debian is the threaded version which causes fatal memory errors on my VPS host and it works great but now I need to tell it to start every time my system boots. Running Debian