Last month I posted a question to this list, about strange entires in
httpd access log, which were connections from localhost, looking like this:
::1 - - [06/Feb/2008:13:43:58 -0500] "OPTIONS * HTTP/1.0" 200 -
After some investigation I found out what is the cause of this. When I
turned on in
Below is output of ps aux. Regarding apache configuration, nothing is
changed there, just installed "as-is" from ports, only included one
httpd-vhosts file with number of VirtualHost directives.
$ ps -aux
USERPID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND
root 11 92.0 0.
Am Donnerstag, 7. Februar 2008 15:45:39 schrieb Dragan Jovelic:
> Thanks for quick answer.
> I understand it is from localhost, but can't figure out what it is. Only
> things running there are apache and mysql server. In processes I see
> nothing strange, sockstat gives that all opened sockets belo
Thanks for quick answer.
I understand it is from localhost, but can't figure out what it is. Only
things running there are apache and mysql server. In processes I see
nothing strange, sockstat gives that all opened sockets belong to
www/httpd. I suspect this is something with apache, but can't
Am Donnerstag, 7. Februar 2008 13:39:04 schrieb Dragan Jovelic:
> Couple of days ago I moved one web (PHP) application to new server
> running FreeBSD 6.2, with apache 2.2.8 installed. Everything is fine,
>
> except I have in httpd access_log lot of requests like this:
> ::1 - - [06/Feb/2008:13:43:
Couple of days ago I moved one web (PHP) application to new server
running FreeBSD 6.2, with apache 2.2.8 installed. Everything is fine,
except I have in httpd access_log lot of requests like this:
::1 - - [06/Feb/2008:13:43:58 -0500] "OPTIONS * HTTP/1.0" 200 -
::1 - - [06/Feb/2008:13:43:59 -05