[Git][debian-proftpd-team/proftpd-mod-procfs][master] Add sample configuration.

Hilmar Preuße (@hilmar) gitlab at salsa.debian.org
Sun Jul 19 16:59:51 BST 2026



Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd-mod-procfs


Commits:
5527320c by Hilmar Preuße at 2026-07-19T17:59:45+02:00
Add sample configuration.

- - - - -


4 changed files:

- debian/proftpd-mod-procfs.dirs
- debian/proftpd-mod-procfs.install
- debian/proftpd-mod-procfs.links
- + debian/templates/procfs.conf


Changes:

=====================================
debian/proftpd-mod-procfs.dirs
=====================================
@@ -1,2 +1,2 @@
 usr/lib/proftpd
-# usr/share/proftpd/templates
+usr/share/proftpd/templates


=====================================
debian/proftpd-mod-procfs.install
=====================================
@@ -1 +1 @@
-# debian/templates/procfs.conf usr/share/doc/proftpd-mod-procfs/
+debian/templates/procfs.conf usr/share/doc/proftpd-mod-procfs/


=====================================
debian/proftpd-mod-procfs.links
=====================================
@@ -1 +1 @@
-# usr/share/doc/proftpd-mod-procfs/procfs.conf usr/share/proftpd/templates/procfs.conf
+usr/share/doc/proftpd-mod-procfs/procfs.conf usr/share/proftpd/templates/procfs.conf


=====================================
debian/templates/procfs.conf
=====================================
@@ -0,0 +1,35 @@
+<IfModule mod_procfs.c>
+
+# Syntax: ProcfsEngine on|off
+# Default: on
+# Context: "server config", <VirtualHost>, <Global>
+# Module: mod_procfs
+
+#The ProcfsEngine directive enables or disables the module's hiding of the /proc
+#filesystem. When enabled, mod_procfs works to prevent access to the /proc
+#filesystem, returning "No such file or directory" errors for such access
+#attempts.
+
+#Note that ProcfsEngine is automatically enabled if the module detects, on
+#startup, that the /proc filesystem is present. If the /proc filesystem is not
+#present on startup, then ProcfsEngine is automatically disabled. Explicitly
+#setting this directive overrides the automatic behavior.
+ProcfsEngine on
+
+#Syntax: ProcfsLog file
+#Default: None
+#Context: server config, <VirtualHost>, <Global>
+#Module: mod_procfs
+
+#The ProcfsLog directive is used to a specify a log file for mod_procfs
+#reporting and debugging, and can be done a per-server basis. The file parameter
+#must be the full path to the file to use for logging. Note that this path must
+#not be to a world-writeable directory and, unless AllowLogSymlinks is
+#explicitly set to on (generally a bad idea), the path must not be a symbolic
+#link.
+
+#If file is "none", no logging will be done at all; this setting can be used to
+#override a ProcfsLog setting inherited from a <Global> context.
+ProcfsLog /var/log/proftpd/procfs.log
+
+</IfModule>



View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-procfs/-/commit/5527320c1f31fbb0c4b5102b931beba3428f7249

-- 
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-procfs/-/commit/5527320c1f31fbb0c4b5102b931beba3428f7249
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help




More information about the Pkg-proftpd-maintainers mailing list