Re: helloworld module won't load

2009-03-31 Thread Sorin Manolache
On Tue, Mar 31, 2009 at 07:44, Richard Langly wrote: > I'm running gentoo and trying to see my helloworld module which I got > from the apache modules book. So I try to hit > http://10.0.2.20/helloworld, but nothing happens exept that I get a > 'file does not exist' in the apache errors.log. > > W

Re: helloworld module won't load

2009-03-31 Thread Richard Langly
Well, I seem to have it working now, at least, it seems to work like I expect, but the question I have is ... should I see the module listed when I do 'apache2 -M'. I do not see the module as loaded, though from the fprintf statements and the returned content, I do see it is working.