Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - mrhost

Pages: [1]
1
Apache / ERROR STARTING APACHE - HELP PLEASE PLEASE
« on: September 28, 2017, 10:56:01 AM »
Hello community, thanks for having me here.

I am currently experiencing issues with apache as it wont start for over 24hrs now. All i did was change the hostname because i was trying to configure email settings correctly.

Every time i try to start apache from console or ssh, i receive this message:
Code: [Select]
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.

When i enter: systemctl status httpd.service, i get the errors below:
Code: [Select]
[root@server ~]# systemctl status httpd.service
* httpd.service - Web server Apache
   Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Thu 2017-09-28 06:28:49 EDT; 12min ago
  Process: 25805 ExecStart=/usr/local/apache/bin/apachectl start (code=exited, status=1/FAILURE)
 Main PID: 490 (code=exited, status=1/FAILURE)

Sep 28 06:28:49 bella systemd[1]: Starting Web server Apache...
Sep 28 06:28:49 bella apachectl[25805]: AH00526: Syntax error on line 8 of /...:
Sep 28 06:28:49 bella apachectl[25805]: Invalid command '<Proxy', perhaps mi...n
Sep 28 06:28:49 bella systemd[1]: httpd.service: control process exited, co...=1
Sep 28 06:28:49 bella systemd[1]: Failed to start Web server Apache.
Sep 28 06:28:49 bella systemd[1]: Unit httpd.service entered failed state.
Sep 28 06:28:49 bella systemd[1]: httpd.service failed.


When i enter: journalctl -xe, i get the errors below:
Code: [Select]
[root@server ~]# journalctl -xe
-- Subject: Unit session-34131082.scope has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-34131082.scope has begun starting up.
Sep 27 02:07:01 bella CROND[29866]: (XXXXX) CMD (/usr/local/bin/php -q /home/XXX
Sep 27 02:07:01 bella systemd[1]: Started Session 34131081 of user XXX.
-- Subject: Unit session-34131081.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-34131081.scope has finished starting up.
--
-- The start-up result is done.
Sep 27 02:07:01 bella systemd[1]: Starting Session 34131081 of user XXX.
-- Subject: Unit session-34131081.scope has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-34131081.scope has begun starting up.
Sep 27 02:07:01 server CROND[29867]: (XXXXX) CMD (/usr/local/bin/php -q /home/XXX
Sep 27 02:07:01 server CROND[29868]: (XXXXX) CMD (/usr/local/bin/php -q /home/XXX
Sep 27 02:07:01 server CROND[29865]: (XXXXX) CMD (/usr/local/bin/php -q /home/XXX
lines 3227-3249/3249 (END)

This is a production server with our main website, anyone can assist please please. I really need help.

Thanks in advance

Pages: [1]