SweetSecurity icon indicating copy to clipboard operation
SweetSecurity copied to clipboard

IOError: No such file or directory: /etc/apache2/sites-available/000-default.conf

Open w32-n01 opened this issue 8 years ago • 3 comments

Trying to deploy this to two different pis to test it out and I'm getting IO errors for the Web Server Only install option.

w32-n01 avatar Jul 16 '17 01:07 w32-n01

Can you confirm that the /etc/apache2 directory exists? This should be created when installing the pre-requisites during the installer.

TravisFSmith avatar Aug 18 '17 21:08 TravisFSmith

i also have the same problem

mtk54101 avatar Aug 19 '17 02:08 mtk54101

you can try this to reinstall apache2.

sudo apt-get remove --purge apache2 apache2-utils

sudo apt-get install apache2

mtk54101 avatar Aug 19 '17 02:08 mtk54101