Page 1 of 1

SOLVED: HDA Home Web Page Not Working

Posted: Sat Sep 16, 2017 7:07 pm
by gapilot6425
After rebooting my HDA, it appears that apache is not running and can't restart due to an error.

Here is the platform log:
https://paste.fedoraproject.org/paste/E ... xr2YzLnIQ/

I have tried to restart (systemctl restart httpd.service)

I get: Job for httpd.service failed because the control process exited with error code.
See "systemctl status httpd.service" and "journalctl -xe" for details.

Running "systemctl status http.service" shows:

Sep 16 22:01:58 hda.home.net systemd[1]: Starting The Apache HTTP Server...
Sep 16 22:01:58 hda.home.net httpd[7897]: AH00112: Warning: DocumentRoot [/var/hda/web-apps/sickrage/html] does not exist
Sep 16 22:01:58 hda.home.net httpd[7897]: (2)No such file or directory: AH02291: Cannot access directory '/var/hda/web-apps/sickrage/logs/' for error log of vhost defined at /etc/httpd/conf.
Sep 16 22:01:58 hda.home.net httpd[7897]: AH00014: Configuration check failed
Sep 16 22:01:58 hda.home.net systemd[1]: httpd.service: Main process exited, code=exited, status=1/FAILURE
Sep 16 22:01:58 hda.home.net systemd[1]: Failed to start The Apache HTTP Server.
Sep 16 22:01:58 hda.home.net systemd[1]: httpd.service: Unit entered failed state.
Sep 16 22:01:58 hda.home.net systemd[1]: httpd.service: Failed with result 'exit-code'.

I am running Amahi 10 and Fedora 25
Server access from my other computers on the network are working fine.

Any ideas?

Thanks for your help

Re: HDA Home Web Page Not Working

Posted: Sat Sep 16, 2017 7:44 pm
by bigfoot65
Do you have sickrage App installed?

The service status shows there is an error relating to that app.

If it's not installed, do the following:

Code: Select all

ls -al /etc/httpd/conf.d
Remove the file with Sickrage in the name. Then restart the web server.

That should resolve your issue.

BTW the platform log file is of no help.

Re: HDA Home Web Page Not Working

Posted: Sun Sep 17, 2017 5:38 am
by gapilot6425
Thank you!

That fixed it! I appreciate the help.

Re: HDA Home Web Page Not Working

Posted: Sun Sep 17, 2017 5:31 pm
by bigfoot65
No problem.

Happy to assist.