sodabrew / mod_perlite

A lightweight Apache module for Perl scripts
http://modperlite.org/
86 stars 7 forks source link

Provide some indication in the apache log that mod_perlite was started #7

Open byrnereese opened 14 years ago

byrnereese commented 14 years ago

It is very handy when a module leaves some artifact in the log file indicating that they were loaded properly. Can we do something like that?

ryandietrich commented 13 years ago

Agreed. I was left with loading mod_info to make sure it was there. The alternative, and a little easier is to "lsof -p" the running apache process to verify that it shows up in the list of files being used by the process.