installing mod_perl via custombuild?

accorn

Verified User
Joined
Aug 16, 2009
Messages
12
I have a script that uses mod_perl and I'm trying to figure out how to install it.
So I have some questions:

(1)
I see mod_perl is in the list of custombuild options.

So if I wanted to install it I would just do go to the custombuild directory and type:
./build mod_perl

Is that right or is there more that I would have to do to install it?

(2)
My script directions mentions "Most mod_perl installations have a startup file for loading perl scripts you are using when httpd is started." Does anyone know what the default path is for directadmin?

(3) My script directions also mentions I will need to restart mod_perl to reload the modules. Does anyone know how you restart it? Is it just a script in /etc/rc.d/init.d or do I just reset apache?

Thanks much for your help!
 
Back
Top