You are not logged in.
I hava KDE. When I start the laptop, it goes to a black screen with a mouse pointer (kde mouse pointer). Everytime I have to press Ctrl+Alt+F1 to go to tty1 and I see this message
Failed to start Apache Web Service
and it suggest to see "systemctl status httpd.service". After I restart kdm.service in tty1, everything is ok. Here is the output of "systemctl status httpd.service".
------------------------------------------------------------
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled)
Active: failed (Result: exit-code) since Thu 2014-06-05 09:54:01 IRDT; 14min ago
Process: 806 ExecStart=/usr/bin/apachectl start (code=exited, status=1/FAILURE)
Jun 05 09:54:01 localhost apachectl[806]: httpd: Syntax error on line 59 of /etc/httpd/conf/httpd.conf: Cannot load modules/mod_authn_default.so into server: /etc/httpd/modules/mod_authn_default.so: cannot open shared object file: No such file or directory
Jun 05 09:54:01 localhost systemd[1]: httpd.service: control process exited, code=exited status=1
Jun 05 09:54:01 localhost systemd[1]: Failed to start Apache Web Server.
Jun 05 09:54:01 localhost systemd[1]: Unit httpd.service entered failed state.
Offline
It looks like you didn't merge pacnew files (correctly) after upgrading apache.
mod_authn_default.so is removed, have a look at http://httpd.apache.org/docs/2.4/upgrading.html
Offline