Answer the question
In order to leave comments, you need to log in
There are no rights to access the server with the same owner of the folder and the Apache process. How to eliminate?
The layout is as follows:
Remote VDS server, I install LAMP.
I specify in the file /etc/apache/envvars
APACHE_RUN_USER = musaevhs
APACHE_RUN_GROUP = musaevhs
<VirtualHost *:80>
ServerName musaevhs.ru
DocumentRoot /home/musaevhs/www
<Directory '/home/musaevhs/www/'>
AllowOverride All
Allow From All
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question