Ciao,
Leggo nell help di Ubuntu
Edit Apache Configuration You may want your current user to be the PHP pages administrator. To do so, edit the Apache configuration file : $ gksudo "gedit /etc/apache2/apache2.conf" Search both the strings starting by "User" and "Group", and change the names by the current username and groupname you are using. Then you'll need to restart Apache. (look at the next chapter concerning apache commands) Configuration options relating specifically to user websites (accessed through localhost/~username) are in /etc/apache2/mods-enabled/userdir.conf.
d'accordo ma in soldoni
ho in apache2.conf

Codice PHP:
# These need to be set in /etc/apache2/envvars
User ${APACHE_RUN_USER
Group ${APACHE_RUN_GROUP
envvars



Codice PHP:
# envvars - default environment variables for apache2ctl  # Since there is no sane way to get the parsed apache2 config in scripts, some # settings are defined via environment variables and then used in apache2ctl,
# /etc/init.d/apache2, /etc/logrotate.d/apache2, etc. 
export APACHE_RUN_USER=www-data 
export APACHE_RUN_GROUP
=www-data 
export APACHE_PID_FILE
=/var/run/apache2.pid  
## The locale used by some modules like mod_dav 
export LANG=
    
## Uncomment the following line to use the system default locale instead:
 #. /etc/default/locale  
export LANG 
Cosa ci metto se voglio far girare apache
con i permessi dell'attuale user ?
E' valido come
metodo o dite di usare suPhp
in questo caso avete un link sotto mano ?