Hey all
I’m looking to update my apaches security And just
wanted to no if any of you have a good tips or two
On configuring apache that’s not in the manual
Iv seen that part of the manual already
that’s why I said that’s not in the manual but there is some good tips
don’t get me wrong
I got a another question
If I have more then one hard drive lets say C: & E:
And I set my default permissions with some thing like this?
<Directory />
Some stuff here
</Directory>
Will that cover both hard drives or just the current one?
It seems to me I would have to do something like this
<Directory “C:/“>
Some stuff here
</Directory>
<Directory />
Some stuff here
</Directory>
The “C:/” for the other drive And the / for the current drive
This would make sense to me unless apache cant access the other drives by default
Then a slash would be ok
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.