Page 1 of 1

A problem with Apache

Posted: Wed Mar 12, 2014 1:39 pm
by walpap
I have to change the AllowOverride None to All in this file, but its empty! There“s just a comment that says "Powered by Vesta"
/etc/apache2/sites-available/default
I would like to know if there is a copy of this file in another folder of Vesta Installation, because i realized that even im using ubuntu Vesta uses locations different than the originals to store some files.

Thanks

Re: A problem with Apache

Posted: Wed Mar 12, 2014 2:08 pm
by mconstable
On ubuntu the end of the standard apache2.conf files has...

Include conf.d/
# Include the virtual host configurations:
#Include sites-enabled/

so have a look at...

/etc/apache2/conf.d/vesta.conf

and you will find it includes yet another conf file in a users home dir, ie; for me it is...

/home/admin/conf/web/apache2.conf

Re: A problem with Apache

Posted: Wed Mar 12, 2014 3:49 pm
by walpap
Thank you!