Re: mod_perl MVC framework.

2007-10-24 Thread gautam chekuri
Catalyst is a MVC framework we can use with mod_perl http://www.catalystframework.org/ On 10/24/07, Tyler Bird <[EMAIL PROTECTED]> wrote: > Hi List, > > Hey I was wondering if there was any MVC framework that anybody on this > list could point > me to that work work well with mod_perl. > > We ar

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: Memory Usage

2007-03-30 Thread gautam chekuri
While I dont know if this would help, but faced with a similar situation, I might try something on the following lines: 1. write a small script that uses SOAP:Lite (may be copy hibye.cgi from http://guide.soaplite.com/) 2. setup htttpd.conf to use Apache::Status 3. Run apache in single-process mod

Re: installing perl modules(.pm)

2007-03-04 Thread gautam chekuri
I assume you installed the module in: /home/002/d/dp/dpm052000/lib (i.e .. Devel/Size.pm is located here) ? Are you sure that the user that is trying to use Devel::Size has r-x permission on this path ? On 3/4/07, Deepak Mallya <[EMAIL PROTECTED]> wrote: Hi, I am trying to install the Devel