Changes

Jump to navigation Jump to search
182 bytes added ,  13:22, 17 June 2016
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:

Navigation menu