From: Grant <emailgrant@gmail.com>
To: "Gentoo mailing list" <gentoo-user@lists.gentoo.org>
Subject: [gentoo-user] Re: {OT} Strange apache2 access_log entries
Date: Fri, 28 Sep 2007 07:17:55 -0700 [thread overview]
Message-ID: <49bf44f10709280717h648bd401ha87122ad360b9ac@mail.gmail.com> (raw)
In-Reply-To: <49bf44f10709261330m23c74923l8165853e9785e811@mail.gmail.com>
> Does anyone else get entries like this in their apache2 access_log:
>
> 127.0.0.1 - - [26/Sep/2007:03:10:08 -0700] "GET /" 400 470
>
> I get a whole slew of them every day. They always show up in batches
> and each entry in a batch is logged at almost the same second.
I've got this narrowed down to the vhost listening on port 444. If I
remove "Listen 444" the error completely disappears. That vhost has a
pretty standard config:
Listen 444
<VirtualHost *:444>
Include /etc/apache2/vhosts.d/default_vhost.include
ErrorLog /var/log/apache2/ssl_error_log
<IfModule mod_log_config.c>
TransferLog /var/log/apache2/ssl_access_log
</IfModule>
SSLEngine on
SSLCipherSuite
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile /etc/apache2/ssl/www.mydomain.com.crt
SSLCertificateKeyFile /etc/apache2/ssl/www.mydomain.com.key
<Files ~ "\.(cgi|shtml|phtml|php?)$">
SSLOptions +StdEnvVars
</Files>
<IfModule mod_setenvif.c>
BrowserMatch ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
</IfModule>
<IfModule mod_log_config.c>
CustomLog /var/log/apache2/ssl_request_log \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</IfModule>
<Directory "/path/to/htdocs">
AuthType Basic
AuthName "Administration"
AuthUserFile /path/to/passwords
Require user myuser
Options None
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
This may have started when I upgraded to apache-2.2. Any ideas?
- Grant
--
gentoo-user@gentoo.org mailing list
next prev parent reply other threads:[~2007-09-28 14:32 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-26 20:30 [gentoo-user] {OT} Strange apache2 access_log entries Grant
2007-09-26 22:48 ` Albert Hopkins
2007-09-27 1:51 ` Grant
2007-09-27 2:44 ` Albert Hopkins
2007-09-27 4:44 ` Grant
2007-09-27 5:28 ` Szénási István
2007-09-27 14:10 ` Grant
2007-09-27 14:30 ` Szénási István
2007-09-27 3:14 ` Daniel Iliev
2007-09-27 3:28 ` [gentoo-user] {OT} [typo] " Daniel Iliev
2007-09-27 7:22 ` [gentoo-user] {OT} " Neil Bothwick
2007-09-27 14:22 ` Grant
[not found] ` <20070926182419.2c8a13cb@pascal.spore.ath.cx>
2007-09-27 2:25 ` Grant
2007-09-27 6:39 ` Naga
2007-09-27 14:39 ` Grant
2007-09-28 14:17 ` Grant [this message]
2007-09-29 17:27 ` [gentoo-user] " Grant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49bf44f10709280717h648bd401ha87122ad360b9ac@mail.gmail.com \
--to=emailgrant@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox