TravisFSmith / SweetSecurity

Network Security Monitoring on Raspberry Pi type devices
Apache License 2.0
777 stars 190 forks source link

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

Open w32-n01 opened 7 years ago

w32-n01 commented 7 years ago

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.

TravisFSmith commented 7 years ago

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

mtk54101 commented 7 years ago

i also have the same problem

mtk54101 commented 7 years ago

you can try this to reinstall apache2.

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

sudo apt-get install apache2