Hi, Our ApacheConnector crashes with Native Apache 2.0.63 (which
comes with Solaris 10 Update 6 OS) when we access a resource. But works fine
with compiled version of Apache 2.0.63 on Solaris 10. When we tried to debug the issue by accessing a resource,
with native apache 2.0.63, the request_rec structure (defined in apache include
header for solaris – httpd.h) has the value for uri as NULL and hence
there will be a crash but the compiled version of Apache 2.0.63 gives the right
uri (For example /index.html). Can any one suggest why this behavior is with native Apache
2.0.63 webserver? Please note that our same connector works with native apache
2.0.52, compiled version of apache 2.0.52 and 2.0.63. Regards, Anil |