Hello everyone! Please, help me with ISPCONFIG and apache module. I have installed on my private server Debian and ISPConfig. I must install apache module (mod_flvx) I can't install this module. I used this instruction: http://24x7servermanagement.com/blog/?p=803 And i havent apxs package. i used to connect with my server putty Please help me- that is very importnat for me and urgent- so thanks for all tips.
Use apxs2 (/usr/bin/apxs2). If the file doesn't exist, install apache2-prefork-dev... Code: apt-get install apache2-prefork-dev ... and try again.