Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Related Rants

W...w...wha...whaaat?!
I'm not sure if I should be Happy or Sad about this :/
Guys, I don't know if it's a problem only with me but I'm having to fix apache daily in my Ubuntu 17.04. I fixed it 5 times already, but every time I restart my computer something different breaks.
Yesterday I fixed it because the apache2 service wouldn't start, after tracking the logs I found out the in /etc/apache2/mods_enabled had mysteriously disappeared. I fixed it, web server worked okay.
I shutdown the computer, and today I boot it and accessing http://127.0.0.1 only gives me a blank page. As I could not figure out what happened, so I completely removed apache2 and reinstalled it. Now I it loading the pages only partially.
So in trying to find out what's happening, it seems apache2-mod-php7.0 is disabled, but when I try enabling it with a2enmod php7.0 it says
Considering dependency mpm_prefork for php7.0:
Considering conflict mpm_event for mpm_prefork:
ERROR: Module mpm_event is enabled - cannot proceed due to conflicts. It needs to be disabled first!
Considering conflict mpm_worker for mpm_prefork:
ERROR: Could not enable dependency mpm_prefork for php7.0, aborting
Like, does anyone has any clues? I've been fixing this shit every 2 days in the last 2 weeks, could this be a problem with Ubuntu?
undefined
apache2
ubuntu
sucks