Apache2 Stuff

Where shit is

/etc/apache2 - Where the main apache2 shit is. Configs and stuff.

/var/www/html - Where the served files used to be.

/srv - The way better place they are now cos I put them there. (Also config’d all the shit nice)

/etc/hosts - The hosts file, you put some cheeky shortcuts in this remember? Local shit for ohiro.club and peter.juegos

Edit the (main) config file command:

sudo nano /etc/apache2/sites-enabled/000-default

Turn it off and on command:

sudo service apache2 start/stop/restart