> and put the following lines in C:\Program Files\Apache Software > Foundation\Apache2.2\conf\httpd.conf > > PerlModule Apache2::Hello > <Location /hello> > SetHandler modperl > PerlResponseHandler Apache2::Hello > </Location> > > > > but http://localhost/hellp It gives HTTP 404 Not Found error.
Just to take care of the obvious here -- you pointed the browser to hellp, not hello? Or is that just a typo in your email?