I am trying to set the timeout value for my HTTP requests at a very huge number (36000 sec) just to try a few things which require the same. Now, I come across two places where the Timeout value is defined for apache configuration. One in my http.conf file and the other in my conf.d/default.conf file. I think the default values are getting precedence over the http.conf values and that is causing some trouble for me.
What will happen if I remove the conf.d folder altogether or better still, remove the line IncludeOptional /etc/apache2/conf.d/*.conf
from the httpd.conf file? Will it result in some default values inconsistency which will, in turn, break my whole setup?