On Fri, 24 Feb 2006, Franky Braem wrote:

Randy Kobes wrote:

It should be possible - is that what you're using? If you are, you should ensure everything else (httpd, apr, ...) was also built with the same compiler - there are known problems mixing, for example, things compiled with VC++ 7 with those of VC++ 6.


I've got the following in my httpd.conf:

LoadFile modules/mod_apreq2.so

Try instead
  LoadFile "C:/Path/to/Apache2/bin/libarpeq2.dll"
  LoadModule apreq_module modules/mod_apreq2.so

--
best regards,
Randy

Reply via email to