Re: recording perl module

2007-08-21 Thread gautam chekuri
have you specifed the directory/location in httpd.conf under which URLs would be handled by mod_perl .. ? you can refer to the following url : http://modperlbook.org/html/ch04_02.html On 8/21/07, usha rani <[EMAIL PROTECTED]> wrote: > hi , > > i am doing mod_perl but i am not able to run

Re: recording perl module

2007-08-21 Thread Clinton Gormley
You haven't given us any information about your setup, or the error that you see, so it is very difficult to help you. You will find an installation guide here: http://perl.apache.org/docs/2.0/user/install/install.html Clint On Tue, 2007-08-21 at 16:59 +0530, usha rani wrote: > hi , > >

recording perl module

2007-08-21 Thread usha rani
hi , i am doing mod_perl but i am not able to run in apache, httpd.configfile we has added *> LoadModule perl_module /usr/lib/httpd/modules/mod_perl.so * then also we not able to run so any one can give suggestion what are the changes we has to make in httpd.conf file. thankig yo