eeadev
eeadev

Reputation: 3852

Apache web server - equivalent of apxs for windows 10

I am trying to install a module on my apache web server on Windows. In order to build it, I need the tool apxs but in [HOME_APACHE]\bin there is no such tool.

How can I do that on my windows 10?

Thanks

Upvotes: 2

Views: 1753

Answers (1)

Shane L
Shane L

Reputation: 81

It is downloadable for Apache2.2 here. README includes install instructions.

https://www.apachelounge.com/download/additional/

Upvotes: 4

Related Questions