OSX 10.9.2, Apache/2.2.26 httpd/apache are up, and the system is serving web pages, but I get this error in system.log every 10 seconds. The exit code is 1. From sys/errno.h: #define EPERM 1 /* Operation not permitted */
Mar 15 11:13:55 com.apple.launchd[1] (org.apache.httpd[657]): Exited with code: 1 Mar 15 11:13:55 com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds Mar 15 11:14:05 com.apple.launchd[1] (org.apache.httpd[658]): Exited with code: 1 Mar 15 11:14:05 com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds Mar 15 11:14:15 com.apple.launchd[1] (org.apache.httpd[659]): Exited with code: 1 Mar 15 11:14:15 com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds % ps aux|grep http _www 507 0.0 0.0 2572012 812 ?? S 11:11AM 0:00.00 /opt/local/apache2/bin/httpd -D FOREGROUND _www 208 0.0 0.0 2572524 3964 ?? S 10:38AM 0:00.01 /opt/local/apache2/bin/httpd -D FOREGROUND _www 207 0.0 0.0 2572524 4536 ?? S 10:38AM 0:00.01 /opt/local/apache2/bin/httpd -D FOREGROUND _www 206 0.0 0.0 2572524 4120 ?? S 10:38AM 0:00.01 /opt/local/apache2/bin/httpd -D FOREGROUND _www 205 0.0 0.0 2572524 4264 ?? S 10:38AM 0:00.01 /opt/local/apache2/bin/httpd -D FOREGROUND _www 163 0.0 0.0 2580716 4596 ?? S 10:38AM 0:00.01 /opt/local/apache2/bin/httpd -D FOREGROUND _www 162 0.0 0.0 2572012 1840 ?? S 10:38AM 0:00.00 /opt/local/apache2/bin/httpd -D FOREGROUND _www 161 0.0 0.0 2572012 1848 ?? S 10:38AM 0:00.00 /opt/local/apache2/bin/httpd -D FOREGROUND _www 160 0.0 0.0 2572524 4412 ?? S 10:38AM 0:00.01 /opt/local/apache2/bin/httpd -D FOREGROUND _www 159 0.0 0.0 2572524 4276 ?? S 10:38AM 0:00.01 /opt/local/apache2/bin/httpd -D FOREGROUND root 81 0.0 0.0 2572012 7448 ?? Ss 10:38AM 0:00.20 /opt/local/apache2/bin/httpd -D FOREGROUND In the above ps output, the httpd processes that are listed seem to be stable. If a rogue version of apache is trying to start, in what log would that be recorded? There's nothing much in the apache error_log. I don't have anything in /Library/LaunchAgents or LaunchDaemons. How can I track this down? -Carl _______________________________________________ MacOSX-admin mailing list [email protected] http://www.omnigroup.com/mailman/listinfo/macosx-admin
