>> >>>>How can I be sure that is being run by mod_perl and not by perl? >> >>http://perl.apache.org/docs/1.0/guide/install.html#How_can_I_tell_whether_mod_perl_is_running_ > > > httpd -l doesn't show mod_perl. > As I understand it: httpd -l only shows the statically linked modules. > I obviously use mod_perl as a DSO.
that's only one of several ways mentioned in that document. keep reading. > I have renamed my perl binary. if you insist. > My scripts work from apache. > If I run them from the command line they don't. > > Is it safe to assume that mod_perl is working? the only way to be sure is to use the advice listed in that document, each of which is a good exercise in itself anyway if you're using mod_perl. --Geoff