On Tue, 09 Nov 2010 14:09:13 -0500, Paul Cartwright wrote: > On 11/09/2010 01:18 PM, Camaleón wrote: >>> apache2 is in /etc/rc2.d/S91apache2 >>> > >>> > shouldn't it automatically start at bootup? >> Yes... if it does not start you'll have to dig why, review your logs. >> > if it doesn't start at bootup, then there would be no error in the log, > because it didn't try to start.. > I'm not sure what log to look at to see why something didn't start.
You are seeking at the wrong side :-) Forget about if apache starts at booting, first to do is testing if you can run it at all: /etc/init.d/apache2 start Does it run? If yes, then you just have to enable apache2 service to boot at start. If not, your problem is elsewhere. > the apache error.log has LOTS of lines of STUFF, but it is all > module-related: > Cannot find module (UCD-DEMO-MIB): At line 0 in (none) Cannot find > module (SNMP-TARGET-MIB): At line 0 in (none) Cannot find module > (NET-SNMP-AGENT-MIB): At line 0 in (none) Stuff is that matters (don't you read Slashdot? ;-) ) You have to correct those errors, sir, your "error.log" should be "clear", Apache musn't complain about modules not being loaded nor found. Greetings, -- Camaleón -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

