apache - Change Document root of LAMP folder -
i need alter document root else.
for illustration want root ~/dropbox/www instead of /var/www/html
to accomplish i've changed /etc/apache/sites-availabl/000-default.conf file
<virtualhost *:80> servername localhost serveradmin webmaster@localhost documentroot ../../home/ahmar/dropbox/www/ errorlog ${apache_log_dir}/error.log customlog ${apache_log_dir}/access.log combined </virtualhost>
when restart server seems fine
but when open localhost
it gives me forbidden error message
forbidden
you don't have permission access / on server.
apache/2.4.7 (ubuntu) server @ localhost port 80
try putting
"documentroot /home/ahmar/dropbox/www/"
it should prepare problem. :)
apache lamp ubuntu-14.04
No comments:
Post a Comment