aqua wrote:
Dear Group,

Some of you might have tried the mod_perl for the first time and tested with 
simple web application and it should be there some-where in your system. Could 
you please post a few.


The problem is that it isn't exactly a simple thing. It sounds like you're looking for something as simple as a CGI, but mod_perl is much more than that.

One of the things that mod_perl does is "handle" some portion of the request you send to Apache. There are lots of options...

In order to do that, you have to configure Apache to pass control to mod_perl. This can be achieved in several ways...

Once Apache has handed the request to mod_perl, mod_perl decides what modules to load, what to call, and so on.

So you can see, it's not simple. But it is powerful, and worth understanding.

If I were in your position, I might try asking questions about the problem I was trying to solve, rather than asking for solutions first.

Rob

Reply via email to