Apache http server in detail – 1
To verify httpd installed or not rpm -qa httpd (will display the package details if available) ex: httpd-2.2.15-29.el6_4.x86_64 Default Paths /usr/sbin/httpd command path /etc/httpd httpd...
.htaccess in Detail
What is .htacces file? .htaccess are files (or “distributed configuration files”) which provide a way to make configuration changes on a per-directory basis. With the...
How to make apache server listen on particular port ?
Apache can be made to listen to a particular port/ip address using Listen directive. Syntax : Listen [IP_Address:]Port Examples : Listen 0.0.0.0:80 Listen 80 Listen...
Apache HTTP Server – An Introduction
Apache is the world’s most popular Web server/HTTP server. We will see the overview of apache HTTP server here. How to start / stop /...