Slashdot Mirror


Apache Worm in the Wild

codewolf writes "It has been reported to bugtraq by Domas Mituzas that a worm that exploits the Apache chunk bug has been found in the wild. Information on the worm can be found here. More information on the Apache bug can be found here, and patches can either be made by modifying your config file or upgrading your Apache version."

1 of 85 comments (clear)

  1. Not building right -- Anyone else? by Xunker · · Score: 0, Offtopic
    The page itself seems to be void of troubleshooting into, and I'm no C programmer, so I'm at a loss here.

    I'm trying to use mod_blowchunks.c with apache 1.3.24 with DSO. When I execute


    bin/apxs -i -a -c mod_blowchunks.c

    It spits back:

    gcc -DLINUX=22 -DUSE_HSREGEX -fpic -DSHARED_MODULE -I/usr/local/apache_1.3.24/include -c mod_blowchunks.c
    mod_blowchunks.c: In function `blowchunks_check_one_header':
    mod_blowchunks.c:5 1: `TRUE' undeclared (first use in this function)
    mod_blowchunks.c:51: (Each undeclared identifier is reported only once
    mod_blowchunks.c:51: for each function it appears in.)
    mod_blowchunks.c:52: `FALSE' undeclared (first use in this function)
    mod_blowchunks.c: In function `blowchunks_post_read_request':
    mod_blowchunks.c: 58: `FALSE' undeclared (first use in this function)
    mod_blowchunks.c:61: `TRUE' undeclared (first use in this function)
    apxs:Break: Command failed with rc=1

    can anyone offer any guidance?

    --
    Hilary Rosen's speech was about her love of money and her desire to roll around naked in a pile of money.