[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#573163: apache2.2-common - mod_proxy_http reports stray timeouts



Package: apache2.2-common
Version: 2.2.15-1
Severity: important

I'm playing with mod_proxy (and mod_cache) in front of some Zope
servers.

Config is mostly unchanged. Virtual host config:
| <VirtualHost *:8080>
|   ServerName http://example.com:8080/
|   UseCanonicalName On
| 
|   <Proxy *>
|     Order deny,allow
|     Allow from all
|   </Proxy>
| 
|   ProxyPass / http://localhost:2120/VirtualHostBase/http/example.com:8080/root/VirtualHostRoot/ max=3
| </VirtualHost>

Especially the timeouts are unchanged:
| Timeout 300

However it starts to report timeouts shortly after the server start.

| [Tue Mar 09 14:24:03 2010] [notice] caught SIGTERM, shutting down
| [Tue Mar 09 14:24:05 2010] [notice] Apache/2.2.15 (Debian) configured -- resuming normal operations
| [Tue Mar 09 14:24:29 2010] [error] [client 0.1.2.3] (70007)The timeout specified has expired: proxy: error reading status line from remote server localhost, referer: http://example.com:8080/fakultaet
| [Tue Mar 09 14:24:29 2010] [error] [client 0.1.2.3] proxy: Error reading from remote server returned by /fakultaet/test.jpg, referer: http://example.com:8080/fakultaet

The timeout is reported less then 30 seconds after the start, which is
much below the configured timeout.

Bastian

-- Package-specific info:
List of /etc/apache2/mods-enabled/*.load:
  alias auth_basic authn_file authz_default authz_groupfile
  authz_host authz_user autoindex cache cgid deflate dir disk_cache
  env mime negotiation proxy proxy_balancer proxy_http reqtimeout
  setenvif status userdir

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages apache2 depends on:
ii  apache2-mpm-worker            2.2.15-1   Apache HTTP Server - high speed th
ii  apache2.2-common              2.2.15-1   Apache HTTP Server common files

apache2 recommends no packages.

apache2 suggests no packages.

Versions of packages apache2.2-common depends on:
ii  apache2-utils                 2.2.15-1   utility programs for webservers
ii  apache2.2-bin                 2.2.15-1   Apache HTTP Server common binary f
ii  libmagic1                     5.04-1     File type determination library us
ii  lsb-base                      3.2-23     Linux Standard Base 3.2 init scrip
ii  mime-support                  3.48-1     MIME files 'mime.types' & 'mailcap
ii  perl                          5.10.1-11  Larry Wall's Practical Extraction
ii  procps                        1:3.2.8-8  /proc file system utilities

-- no debconf information
-- 
You can't evaluate a man by logic alone.
		-- McCoy, "I, Mudd", stardate 4513.3



Reply to: