Difference between revisions of "Xebra Apache Module Windows"
Line 1: | Line 1: | ||
[[Category:Xebra]] | [[Category:Xebra]] | ||
[[Xebra About|About]] | [[Xebra Installation|Installation]] | [[Xebra Documentation|Documentation]] | [[Xebra Tutorial|Tutorials]] | [[Xebra FAQ|Frequently Asked Questions]] | [[Xebra About|About]] | [[Xebra Installation|Installation]] | [[Xebra Documentation|Documentation]] | [[Xebra Tutorial|Tutorials]] | [[Xebra FAQ|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= | =How to compile mod_xebra on windows= |
Revision as of 14:17, 21 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
- Load project in VS (for 2008 you need to to a conversion of the project files, ask google about 'cvtdsp.pl')
- Add project mod_xebra to solution
- Select dependencies for mod_xebra: libapr, libaprutil, libhttpd
- Build mod_xebra