
02-05-2009, 08:01 AM
|
 |
Panther
|
|
Join Date: Dec 2008
Location: Hackensack, NJ
Posts: 240
|
|
Code:
[harataiki@Shadow-of-Intent ~]# ps -ef | grep apache
501 531 517 0 0:00.00 ttys000 0:00.00 grep apache
[harataiki@Shadow-of-Intent ~]# netstat -a | grep 80
tcp4 0 0 192.168.1.112.49180 kc-in-f125.googl.jabbe ESTABLISHED
56b1880 stream 0 0 6831cf0 0 0 0 /tmp/icssuis501
5527908 stream 0 0 622d480 0 0 0 /tmp/launch-J5bXBX/Listeners
5527880 stream 0 0 0 0 0 0
4fcc880 stream 0 0 0 4fcc990 0 0
4fcc990 stream 0 0 0 4fcc880 0 0
5710880 dgram 0 0 0 5710908 5710908 0
5710908 dgram 0 0 0 5710880 5710880 0
56cf660 dgram 0 0 0 4fccdd0 0 56cf880
56cf880 dgram 0 0 0 4fccdd0 0 5527990
Code:
2/5/09 1:53:47 AM com.apple.launchd[1] (org.apache.httpd) Throttling respawn: Will start in 10 seconds
2/5/09 1:53:47 AM com.apple.launchd[1] (org.apache.httpd) Throttling respawn: Will start in 10 seconds
2/5/09 1:53:57 AM org.apache.httpd[662] (2)No such file or directory: httpd: could not open error log file /private/var/log/apache2/error_log.
2/5/09 1:53:57 AM org.apache.httpd[662] Unable to open logs
2/5/09 1:53:57 AM com.apple.launchd[1] (org.apache.httpd[662]) Exited with exit code: 1
Here is my httpd.conf file (in a text file): Download
Mac OS X Leopard 10.5.8 (9L30) | Chameleon 2.0 RC3 | Intel Pentium 4 3Ghz 800Mhz FSB HyperThread 1MB L2 cache SSE3 1MB L2 cache works, cosmetic display of 512KB L2 cache | Asus P4V8X-MX VIA Chipset, VIA-VT8237 Southbridge | AC97 VIA8237 | Dual 1GB 333Mhz DDR SDRAM | nVidia PNY GeForce 7600GS 512MB 8x AGP DVI/TV-Out/VGA [NVinject 0.2.1; QE/CI/QuartzGL/Rotation] | Darwin Kernel Version 9.7.0: Sun Jun 14 20:48:28 IST 2009; Voodoo 2.0 Intel alpha3 :xnu-1228.12.14/BUILD/obj/RELEASE_I386 i386
Last edited by cmdshft; 02-05-2009 at 08:52 AM.
|