Re: [users@httpd] Writting own module

2018-04-11 Thread Eric Covener
On Wed, Apr 11, 2018 at 5:47 AM, Hemant Chaudhary wrote: > Hi All, > > I am writing my own module just to check process flow. I am bale to start > the server successfully after add this module but while sending request from > browser, I am getting error that requested URL is not found on server. >

[users@httpd] Writting own module

2018-04-11 Thread Hemant Chaudhary
Hi All, I am writing my own module just to check process flow. I am bale to start the server successfully after add this module but while sending request from browser, I am getting error that requested URL is not found on server. Whereas without the module everything works fine. My Module is like