logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache httpd.service Failing
Author
jithender.reddy



Joined: 16 May 2019
Posts: 1
Location: BANGALORE

PostPosted: Fri 17 May '19 14:33    Post subject: Apache httpd.service Failing Reply with quote

Unable to start Apache (Apache connecting AEM Load Balancer)
We were in process of disabling http

In our AEM load Balancer - we modified renders files to point to HTTPS port = 5443 and Secure =1

When we try restart Apache httpd getting below error.
sudo apachectl start
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.

Error Log -
[Tue May 14 17:05:24.150932 2019] [mime_magic:error] [pid 114462] (2)No such file or directory: AH01515: mod_mime_magic: can't read magic file /opt/aem/apache/conf/magic
[Tue May 14 17:05:24.151592 2019] [suexec:notice] [pid 114462] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Tue May 14 17:05:24.153632 2019] [dispatcher:alert] [pid 114462] Dispatcher initialization failed.

Regards
Jithender
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Fri 17 May '19 18:44    Post subject: Reply with quote

Looks to me like your missing this file in Apache's /conf folder.

https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x/docs/conf/magic

The file's name is just magic with no extension.
Back to top


Reply to topic   Topic: Apache httpd.service Failing View previous topic :: View next topic
Post new topic   Forum Index -> Apache