For dummys please:
I need to install proFTPD module mod_exec on a debian squeeze (64bit).
How does it work. The documentation on the proftpd page was no help for me.
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Compiling the source is the only way to get it right. By the way you’ll get the latest version with important bugfixes. I’ve done this with these steps:
I’ve used –with-modules=mod_readme:mod_sql:mod_sql_postgres:mod_exec to also include mod_sql with postgres which is maybe not necessary because it’s in the –with-shared part.