Sumit Shah wrote:
Thanks Perrin. I was able to figure out the problem. It had to do with running Apache as a service versus standalone. If I run it as a service the code works as is and returns the requested page. But if I run it as a service on Win2K it does not return the page.
Well, I'm confused, because the code you showed us will never return a page of any kind. If you got a page from that code, something is wrong. That probably would mean it's not running your code at all.
And I have to repeat that you should not try to build anything important on Windows with mod_perl 1. Use mod_perl 2 and apache 2. They have good support for Windows.
- Perrin