[users@httpd] apxs tool for Windows x64

2018-02-05 Thread Alona Rossen
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

[users@httpd] How to build httpd module on Windows

2018-02-05 Thread Alona Rossen
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

[users@httpd] How to retrieve variables from POST XML data

2018-02-02 Thread Alona Rossen
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