Hi All,
Is there apxs tool for Windows x64?
I could only find a very old version for Win32 at
https://www.apachelounge.com/download/additional/ .
Thanks
Hi All:
How can I build a module on Windows platform without apxs tool?
I downloaded and installed Apache httpd binaries for Windows. Httpd runs and is
functional. I would like to build my own module on Windows.
When I try to start up httpd with my custom *.so module built on VS2015, I
receive a
Hi All,
Can please someone provide an example of how to retrieve values from POST xml
data.
I use ap_xml_parse_input() to get and parse XML POST.
At the moment I can retrieve everything, including elements, attributes, cdata,
but the actual string values. How should I r