Setting and accessing module specific directory

2013-05-08 Thread Sindhi Sindhi
Hi, I have written a C++ Apache module that performs filtering of HTML content. There are some XML files which are read by this filter when it does the filtering. During run-time when this filter is invoked, I'd want the filter pick up these XML files and read them. I was thinking these XML files

Re: Setting and accessing module specific directory

2013-05-08 Thread Sorin Manolache
On 2013-05-08 17:02, Sindhi Sindhi wrote: Hi, I have written a C++ Apache module that performs filtering of HTML content. There are some XML files which are read by this filter when it does the filtering. During run-time when this filter is invoked, I'd want the filter pick up these XML files a