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

Bug#503213: apache2: Apache child is segfaulting due to a call to memcpy()



tag 503213 unreproducible
tag 503213 moreinfo
thanks

Running this command:
    wget -d http://localhost/ --header=Accept-Encoding:gzip,deflate  --header=User-Agent:Mozilla/5  --header="Cache-Control:max-age=0" -O - | gunzip

on a Debian Etch amd64 system with apache2-mpm-worker version 2.2.3-4+etch5 installed with this in sites-enabled/000-default:
    NameVirtualHost *
    <VirtualHost *>
        ServerAdmin webmaster@localhost

        ProxyPass        / ajp://tomcat:8009/
        ProxyPassReverse / ajp://tomcat:8009/

        <Proxy *>
            Allow from all
        </Proxy>

        <Location />
            AddOutputFilterByType DEFLATE text/html
            Header append Vary User-Agent env=!dont-vary
        </Location>

        CacheEnable disk /

    </VirtualHost>

and these modules enabled:
    alias
    auth_basic
    authn_file
    authz_default
    authz_groupfile
    authz_host
    authz_user
    autoindex
    cache
    cgid
    deflate
    dir
    env
    headers
    mime
    negotiation
    proxy_ajp
    proxy
    setenvif
    status

where tomcat is the hostname of a server that's had "apt-get install tomcat5.5-webapps tomcat5.5" ran and nothing more, everything works fine.

Do you have any more clues about what might be causing this?
For bonus points, can you reproduce it current lenny or sid?

Thanks,
Ryan

-- 
_________________________
Ryan Niebur
ryanryan52@gmail.com

Attachment: signature.asc
Description: Digital signature


Reply to: