• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

Proftpd missing mod_ifsession/DSO support

hutch

New Pleskian
Hi,

I'm trying to lock down FTP access but am having trouble due to modules not being installed. I need to use mod_ifsession to add user-based rules, but can't as the build of psa-proftpd (1.3.5a-ubuntu14.04.build1205150826.18) does not have mod_ifsession:
Code:
sudo /usr/sbin/proftpd -l

Compiled-in modules:
  mod_core.c
  mod_xfer.c
  mod_rlimit.c
  mod_auth_unix.c
  mod_auth_file.c
  mod_auth.c
  mod_ls.c
  mod_log.c
  mod_site.c
  mod_delay.c
  mod_facts.c
  mod_ident.c
  mod_auth_pam.c
  mod_ratio.c
  mod_readme.c
  mod_quotatab.c
  mod_quotatab_file.c
  mod_tls.c
  mod_cap.c
  mod_lang.c


I've tried to reinstall psa-proftpd, but that didn't work:
Code:
sudo apt-get install psa-proftpd --reinstall

Reading package lists... Done
Building dependency tree
Reading state information... Done
Reinstallation of psa-proftpd is not possible, it cannot be downloaded.


Is there anything I can do to allow use of mod_ifsession or at least DSO support?

Running Plesk 12.5.30 on Ubuntu 14.04.4

Thanks in advance
 
Why do you think that this module will appear after psa-proftpd package re-installation?
You can describe your business case and submit feature request here - https://plesk.uservoice.com
We will consider this functionality in upcoming releases, if it will be popular.
 
Back
Top