Re: [mod-security-users] Where can i get mod_security.dll
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2005-06-14 21:16:45
|
Basavaraj, Umakanth wrote: > I do not have a compiler, is there a website where I can get one and are there any steps > listed on the net to do this installation. I've used Visual Studio in the past. There is a free compiler from Microsoft available here: http://msdn.microsoft.com/visualc/vctoolkit2003/ But I never tried it. To compile mod_security on Windows you need to: 1) Have a compiler installed 2) Install the Apache branch you want to compile for (just the binary version, the source code is not necessary). Make sure you use the default path. (If you change the installation path you will need to edit the file makefile.win, see below.) 3) Unpack the mod_security source code, open the command prompt, go to the folder where the source code is and type: nmake -f makefile.win That's it. -- Ivan Ristic Apache Security (O'Reilly) - http://www.apachesecurity.net Open source web application firewall - http://www.modsecurity.org |