There are many ways you can password protect directories
under Apache web server. This is important to keep your file privates from both
unauthorized users and search engines (when you do not want to get your data
indexed). Here you will see the basics of password protecting a directory on your
server. You can use any one of the following method:
Putting authentication directives in a
<Directory> section, in your main...
Showing posts with label Apache. Show all posts
Showing posts with label Apache. Show all posts
Monday, August 27, 2012
Securing Apache Web Server with Encryption

In this blog we are going to discuss about encrypting
communications to web server using TLS/SSL.
Step 1: Install
mod_ssl and httpd
# yum -y install mod_ssl httpd
Step 2: Perform the
things required for web server by editing the “/etc/httpd/conf/httpd.conf” and
also the creation of web pages in...
Posted by
Unknown
0
comments
Read More
Configure Apache in RHEL / CENTOS

Packages required
httpd, httpd-devel, httpd-manual
Daemon
/usr/sbin/httpd
Script
/etc/init.d/httpd
Ports
80/tcp (http) , 443/tcp (https)
Configuration
/etc/httpd/*
/var/www/*
These are the things to be
thought of while setting web se...
Posted by
Unknown
1 comments
Read More
Thursday, July 26, 2012
How to make a tomcat as a service in CENTOS/RHCE

Introduction
This document will teach you how
to setup Tomcat to run as a service (startup when booted) on Linux. ...
Posted by
Unknown
0
comments
Read More
Subscribe to:
Posts (Atom)
Powered by Blogger.