Getting 403 (Forbidden) error while forwarding request of SSL from Apache server to Tomcat

假如想象 提交于 2019-12-04 18:24:10

There is ssl.conf file present in conf.d folder of the HTTPD. Have you seen that file too?
This file (if present) has higher priority than what is written in httpd.conf file.
Please see if you have provided virtual host setting to that file or wrong settings are written in that file. You can also check by commenting your virual host present in httpd.conf file and check if the 403 error is still coming. If that is the case it is quiet sure that Apache is loading settings from some other file. If 404 error is coming then there might be some other things to set.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!