PDA

View Full Version : mod_perl apache 2 debian


unkn0wn
4th July 2006, 09:48
How i can install mod_perl in apache2.
I need it for some pl scripts.
I apt-get apache. Apache is working fine i just want to
execute pl scripts.

unkn0wn
4th July 2006, 10:08
i dont have apxs ?

falko
5th July 2006, 11:40
To install apxs2 on Debian, run
apt-get install apache2-prefork-dev

unkn0wn
5th July 2006, 14:19
tnx falko once again :)