Re: [CentOS] mod perl query

2008-06-19 Thread fabian dacunha
> httpd -M will print a list of both static and loaded modules > > httpd -l only lists modules compiled into httpd > > If mod_perl is installed you should see something like "perl_module" in > the list > > Mick > if it is installed, then there should be a file called >"/etc/httpd/conf.d/perl.conf".

Re: [CentOS] mod perl query

2008-06-18 Thread admin
httpd -M will print a list of both static and loaded modules httpd -l only lists modules compiled into httpd If mod_perl is installed you should see something like "perl_module" in the list Mick ___ CentOS mailing list CentOS@centos.org http://list

Re: [CentOS] mod perl query

2008-06-18 Thread Johnny Hughes
fabian dacunha wrote: fabian dacunha wrote: Dear All, I have recently installed centos 5 and working fine now i have a query with apache 1) does apache gets installed with mod perl with the defult install of centos 5 cause when i start up apache there is no mention of mod perl also httpd -

Re: [CentOS] mod perl query

2008-06-18 Thread fabian dacunha
> fabian dacunha wrote: >> Dear All, >> >> I have recently installed centos 5 and working fine >> >> now i have a query with apache >> >> 1) does apache gets installed with mod perl with the defult install of >> centos 5 >> >> cause when i start up apache there is no mention of mod perl >> >> >> al

Re: [CentOS] mod perl query

2008-06-18 Thread Ross Cavanagh
fabian dacunha wrote: Dear All, I have recently installed centos 5 and working fine now i have a query with apache 1) does apache gets installed with mod perl with the defult install of centos 5 cause when i start up apache there is no mention of mod perl also httpd -l | egrep mod_perl pri

[CentOS] mod perl query

2008-06-18 Thread fabian dacunha
Dear All, I have recently installed centos 5 and working fine now i have a query with apache 1) does apache gets installed with mod perl with the defult install of centos 5 cause when i start up apache there is no mention of mod perl also httpd -l | egrep mod_perl prints nothing if mod per