Apache Reads https virtual host but not http
I am having another issue, corresponding to previous post . This issue is that :
Apache ignores any change in /etc/apache/conf.d/userdata/std/2_4/$example.com/*.conf
but reads all instructions from /ssl/2_4/$example.com/*.conf
This has enabled openproject to work on
BUT
still says "/" path not found, which i think is because its still reading old document root that doesnt exist anymore. The httpd.conf file however does show the changes i have made
https://example.comBUT
http://example.comstill says "/" path not found, which i think is because its still reading old document root that doesnt exist anymore. The httpd.conf file however does show the changes i have made
-
Hi, Try to rebuild apache conf file using following command. First you have to take a backup your httpd.conf file before run following script. /scripts/rebuildhttpdconf0 -
Hello, Ensure you place the include file in the correct path. EX: /etc/apache2/conf.d/userdata/std/2_4/user/domain/includename.conf
Also, remember to run the following command after making changes:/usr/local/cpanel/scripts/ensure_vhost_includes --all-users
Thank you.0
Please sign in to leave a comment.
Comments
2 comments