|
|
|
|
|
|
| |
Introduction
If you have a web site that contains sensitive documents such as test results, scripts, or an administration section, then you need directory security to stop unauthorized people from accessing certain parts of your site. If an ISP is hosting your site, then there’s a very good chance that the server is running Apache. Apache is a free web server application (available for both Unix and Windows) that can handle all HTTP (web page) requests, and is fully customizable. You can download Apache at http://apache.org.
One of the quickest ways to secure a directory on an Apache web server is to implement web based user authentication. Htaccess access is the most popular way, and it will be discussed throughout this article.
Before we continue, you should be able to:
Connect to your web server using telnet and FTP
Use basic Unix commands to navigate your web servers’ directory structure
Specify the virtual path to your web servers root directory, such as /www/htdocs/
Read More... |
|
| |
| Developing a Security Policy, by Anna Johnson Categories : Other, Security, Site Planning | | | SQL Injection Attacks: Are You Safe? Categories : General SQL, Security | | | Emergency Response Part 2 of 2 Categories : Other, Site Planning, Security | | | PHP5: Designing And Using Interfaces Categories : PHP, Object Oriented, Interfaces, PHP Classes, Security | | | Understanding Modern Denial of Service Categories : Security | | | Writing Secure CGI scripts Categories : CGI, Security | | | Setup and Install Apache with PHP4 as a Dynamic Module (DSO) Categories : PHP, PHP Configuration, Apache | | | Setup and Install Apache and PHP4 on Windows Categories : PHP, PHP Configuration, Apache, Windows 2000 | | | First issue of the SecuritySearch.Net Vulnerabilit Categories : Security, Vulnerability Report | | | Ecommerce security - The developer's side Categories : Ecommerce, Security, Site Planning | | | Installing Apache Web Server and PHP 4 on Linux Categories : PHP, Web Browsers, Apache, Linux | | | Using ForceType For Nicer Page URLs Categories : Apache, URLs, Web Servers | | | Authentication 101 Categories : Apache, Web Servers, Authentication | | | Apache, PHP, and PostgreSQL on RedHat Linux Categories : Apache, PHP, Databases, PostgreSQL, Linux | | | How to Develop a Simple yet Secure Password System Categories : Authentication, Security | |
| |
|
|