Job for httpd.service failed. See 'systemctl status httpd.service' and 'journalctl -xn' for details.
When running systemctl status httpd.service, if the error looks like this:
Apr 29 23:23:22 hostname.com systemd[1]: Starting The Apache HTTP Server...
Apr 29 23:23:22 hostname.com httpd[6326]: AH00526: Syntax error on line 88 of /etc/httpd/conf/httpd.conf:
Apr 29 23:23:22 hostname.com httpd[6326]: Invalid command 'LoadTileConfigFile', perhaps misspelled or defined by a module not included i...guration
Make the following changes:
- Rename the /etc/httpd/conf.d/mod_tile file to /etc/httpd/conf.d/mod_tile.conf
- Change the contents of that file to the following:
LoadModule tile_module /usr/lib/httpd/modules/mod_tile.so
No comments:
Post a Comment