ThinkGeekness
Technical User
I have Apache 1.3.26 on RH Linux 7.3 and I am wondering where the documentroot file is. I have a book that says:
Apache looks for the traditional acess.conf and srm.conf files each time it loads, even though it runs without these files and wont generate an error if it does not find them. This creates a potential security hole. To eliminate the possibility of someone writing these files into the location where Apache looks for them, you can disable Apache from performing this search. Apache provides two legacy directives, designed to specify the locations of these once-necessary files, which you can use to indicate /dev/null as the location for both files:
AcessConfig /dev/null
ResourceConfig /dev/null
I have heard that you put it in the documentroot file, but I dont know where that is. Also, is that the right place to put AcessConfig /dev/null
ResourceConfig /dev/null?
Thanks for your help,
Justin
Apache looks for the traditional acess.conf and srm.conf files each time it loads, even though it runs without these files and wont generate an error if it does not find them. This creates a potential security hole. To eliminate the possibility of someone writing these files into the location where Apache looks for them, you can disable Apache from performing this search. Apache provides two legacy directives, designed to specify the locations of these once-necessary files, which you can use to indicate /dev/null as the location for both files:
AcessConfig /dev/null
ResourceConfig /dev/null
I have heard that you put it in the documentroot file, but I dont know where that is. Also, is that the right place to put AcessConfig /dev/null
ResourceConfig /dev/null?
Thanks for your help,
Justin