Search the web
Sign In
New User? Sign Up
new-httpd
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
help - Apche 2.0 - Unix   Message List  
Reply | Forward Message #44062 of 56488 |

Hello,
        We are using Apache 2.0 in our application. our application supports both windows and Unix (Tru64). I had built my module which uses Apache 2.0 APIs and creates DLL (test.dll) . We are loading this DLL by LoadModule in "httpd.conf". I was able to start Apache and also my application works properly without any problems on windows.

        The same application we support it on Unix also without any code change. I had built the same module with Apche 2.0 and created shared library "test.so". I load this library by LoadModule from httpd.conf.

LoadModule test_handle modules/test.so
        If I add this in httpd.conf, when I start Apache, simply it hangs, it does not come to the prompt and  does not spawn any hutted processes and also no error.

        If I don't load this shared library, Apache is starting no problems. If I load my shared library then only apache does not start. How Load module  ( my shared library) holds the apache from start. How LoadModule is related in spawning the httpd processes. I had tried many ways, nothing was working. what could be the problem. Same application is running on Windows, no problems at all, this problem I am facing it on Unix only, it does not give  any error/log to locate the problem.

Anybody has any clues or suggestions. any help is much appreciated.

Thanks,
GS



Thu May 8, 2003 2:31 pm

santhi.guntupalli@...
Send Email Send Email

Forward
Message #44062 of 56488 |
Expand Messages Author Sort by Date

Hello, We are using Apache 2.0 in our application. our application supports both windows and Unix (Tru64). I had built my module which uses Apache 2.0 APIs and...
Guntupalli, Santhi
santhi.guntupalli@...
Send Email
May 8, 2003
2:28 pm

If you send gdb back trace of hanged process it will be helpful. If you dont know how to do it : use "ps -aef | grep httpd" command to find pid then use "gdb...
amit athavale
amit_athavale@...
Send Email
May 8, 2003
3:31 pm

Hello, Thanks for your response. I had debugged the code. This is the point where it is failing. this backtrace is at procsup.c. (gdb) bt #0 apr_proc_detach...
Guntupalli, Santhi
santhi.guntupalli@...
Send Email
May 10, 2003
12:39 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help