Ubuntu Changes (for me)
Just getting used to the changes in these ‘modern’ Linux OSes…
Restart Apache
/etc/init.d/apache2 restart
Apache user
www-data
Apache config
apache2.conf (not httpd.conf)
Enable mods
a2enmod
Enable site
a2ensite
Mods are held in mods-available and sites are held in sites-available.
I’ll add more as I discover the changes I’ll need to remember.