Difference between revisions of "Xebra Apache Module Windows"
(→How to compile mod_xebra on windows) |
(→How to compile mod_xebra on windows) |
||
Line 8: | Line 8: | ||
=How to compile mod_xebra on windows= | =How to compile mod_xebra on windows= | ||
− | * Get apache source 2.2.11 for windows | + | * Get apache source 2.2.11 for windows and extract |
− | * Load project | + | * Load the apache project into VS (for VS2008 you need to do a conversion of the project files, ask google about 'cvtdsp.pl') |
− | * Add project mod_xebra to solution | + | * Add project mod_xebra to apache solution |
* Select dependencies for mod_xebra: libapr, libaprutil, libhttpd | * Select dependencies for mod_xebra: libapr, libaprutil, libhttpd | ||
− | * Depending on where | + | * Depending on where you extracted apache source, you have to adapt the additional includes property of the xebra_mod project |
* Build mod_xebra | * Build mod_xebra |
Revision as of 09:22, 24 July 2009
About | Installation | Documentation | Tutorials | Frequently Asked Questions
Whats the difference between mod_xebra for linux and mod_xebra for windows?
- Windows version uses winsock2 instead of sockets for communication with xebra server
- ...
How to compile mod_xebra on windows
- Get apache source 2.2.11 for windows and extract
- Load the apache project into VS (for VS2008 you need to do a conversion of the project files, ask google about 'cvtdsp.pl')
- Add project mod_xebra to apache solution
- Select dependencies for mod_xebra: libapr, libaprutil, libhttpd
- Depending on where you extracted apache source, you have to adapt the additional includes property of the xebra_mod project
- Build mod_xebra