Line 189:
Line 189:
===== Apache configuration =====
===== Apache configuration =====
+
+
Set the user to off
+
+
vi /etc/apache2/envvars
+
+
<pre>
+
#export APACHE_RUN_USER=www-data
+
export APACHE_RUN_USER=off
+
#export APACHE_RUN_GROUP=www-data
+
export APACHE_RUN_GROUP=off
+
</pre>
off.conf:
off.conf: