hostname: "APACHE-NSJ"
rlimit_as: 1024
-rlimit_cpu: 1000
rlimit_fsize: 1024
-rlimit_nofile: 16
+rlimit_cpu: -1
+rlimit_nofile: 64
time_limit: 0
dst: "/tmp"
fstype: "tmpfs"
rw: true
- is_bind: false
}
mount {
dst: "/run/apache2"
fstype: "tmpfs"
rw: true
- is_bind: false
}
mount {
src: "/dev/urandom"
dst: "/dev/shm"
fstype: "tmpfs"
rw: true
- is_bind: false
}
mount {
dst: "/proc"
src: "/var/www/html"
dst: "/var/www/html"
is_bind: true
- rw: true
}
mount {
src: "/usr/share/apache2"
dst: "/usr/share/apache2"
is_bind: true
}
+mount {
+ src: "/var/lib/apache2"
+ dst: "/var/lib/apache2"
+ is_bind: true
+}
mount {
src: "/usr/sbin/apache2"
dst: "/usr/sbin/apache2"