• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Apache Directory Password Protection

EmosOohay

Member
Fedora Core 5-64 with Apache 2.2

How robust is Apache directory password protection? Assuming the use of a strong password how well does Apache password protection stand up to a hack attack?
 
I'm not sure what you mean by a "hack attack". Somebody could try to brute force a password if they know a valid username, but that wouldn't get very far with good passwords. If someone has access to the traffic between the client and server, they could sniff the network for passwords or digests - which is why you should be using SSL. And if someone has shell access on the host and the password file has loose permissions, they might be able to read that and cause trouble.

The authentication system is fine as far as Apache itself is concerned. But if other aspects of the server and network (mentioned above) are not properly adminstered, it's not going to do you any good.
 
Back
Top