mod_security2 + wamp

Discussion in 'PHP' started by nat000, Sep 15, 2009.

  1. #1
    I have opened the same thread at "Programming", but I believe PHP is better. Sorry for 2 same threads.


    Hi guys,
    Cannot install mod_security2 on localhost (wamp server with apache2+ , windows xp)


    httpd.conf:

    LoadModule unique_id_module modules/mod_unique_id.so
    LoadFile c:/windows/system32/libxml2.dll
    LoadModule security_module modules/mod_security2.so (скомп. под win)
    Include conf/mod_security.conf

    All modules included; all paths are correct

    wamp shows 2/3 of yellow, http://localhost doesn't work,

    if I comment these two lines wamp works:

    LoadModule security_module modules/mod_security2.so
    Include conf/mod_security.conf

    Please advice

    p.s. mod_security2.so compiled for windows
     
    nat000, Sep 15, 2009 IP
  2. EricBruggema

    EricBruggema Well-Known Member

    Messages:
    1,740
    Likes Received:
    28
    Best Answers:
    13
    Trophy Points:
    175
    #2
    try to add the full path or just the .so file (no path added)

    Hope this helps!
     
    EricBruggema, Sep 22, 2009 IP