Apache Server Q&A Latest Posts
Interview Questions And Answers
Q: - What is location of log files for Apache server ?
/var/log/httpd
Submitted By:-Archi Email-ID: - archia72@gmail.com
Q: - What are the types of virtual hosts ?
name-based and IP-based.
Name-based virtual host means that multiple names are running on each IP address.
IP-based virtual host means that a different IP address exists for each website served. Most configurations are named-based because it only requires one IP address.
Submitted By:-Archi Email-ID: - archia72@gmail.com
Q: - How to restart Apache web server ?
service httpd restart
Submitted By:-Archi Email-ID: - archia72@gmail.com

