[SAC] Webextra - internal php connections?

Alex Mandel tech_dev at wildintellect.com
Wed Dec 5 09:30:20 PST 2012


So Webextra has a huge load right now, and I'm trying to figure out why.
A couple of observations:

1. None of the apache site configs write to their own log files, so it's
quite hard to figure out which sites are responsible for the load.

As a standard practice I recommend each site or collection of sites
writes to a separate log file (ie all the foss4g sites can go to one).
We should probably apply this idea to all of our servers.

example:
ErrorLog /var/log/apache2/foss4g-error.log
CustomLog /var/log/apache2/foss4g-access_log combined


2. The one monster apache log is full of
::1 - - [05/Dec/2012:07:47:19 -0800] "OPTIONS * HTTP/1.0" 200 - "-"
"Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny16 with Suhosin-Patch (internal
dummy connection)"

Anyone know what these php internal dummy connections are and why their
might be so many?


Speaking of Foss4g.org sites on webextra, anyone know why there's a
section outside of Virtualhost tags?

Thanks,
Alex


More information about the Sac mailing list