Search Results

1
vote

Is it a security risk not to use a .htaccess file?

.htaccess files are configuration files used to set options on a per directory level. These same options (and more) could be set from the main apache configuration (often in /usr/local/etc/apache* …
1
vote

Why is security through obscurity a bad idea?

Security through obscurity is not bad. In fact we use security through obscurity every day. One example: passwords. To make a password secure it has to be obscure. Security is all about re …
0
votes

Where should restricting IP address be handled?

This depends on the type of resources that need to be restricted by IP. If parts of the application need to be restricted via IP then the application should be handling it. If the entire applicatio …