Re: Setting and accessing module specific directory

2013-05-11 Thread Sorin Manolache
On 2013-05-11 08:22, Sindhi Sindhi wrote: Thankyou. Had one more question. What is the right way of handling this - in which location in Apache server directory should I be keeping my filter specific files? As of now the XML and other files that are read by my filter are placed in a new folder s

Re: C++ Apache module fails to load

2013-05-11 Thread Sorin Manolache
On 2013-05-11 08:35, Sindhi Sindhi wrote: Hello, I have created a C++ Apache module that performs text filtering operations. I used Visual Studio 2010 to build/compile the source code to generate the DLL. I have Apache httpd-2.4.4-win64 installed from http://www.apachelounge.com/download/win64/.

Re: C++ Apache module fails to load

2013-05-11 Thread Nick Kew
On 11 May 2013, at 07:35, Sindhi Sindhi wrote: > > Could you please advice? Did you check the answer in the FAQ? -- Nick Kew

Re: Setting and accessing module specific directory

2013-05-11 Thread Sindhi Sindhi
Thankyou Sorin! for the detailed explanation. But I couldnt find the 64-bit version of the Windows server at http://httpd.apache.org/download.cgi I'm sorry if I'm asking a very basic question, but the above link has Unix source and Netware binaries only :( On Sat, May 11, 2013 at 1:11 PM, Sorin

Core dump

2013-05-11 Thread Graf László
Hi, I have written a simple module but when I access the location all what I can see in the error_log is that "possible core dump in $APACHE_HOME. This occures when I the last line in the dump_request_rec method., see below. Could somebody tell me why? Thank you. Best regards, Graf László