Apache
The A in LAMP is the Apache httpd web server
Apache Service
You can start stop or restart the Apache service
CentOS
# service httpd [start | stop | restart]
Ubuntu
# /etc/init.d/apache2 [start | stop | restart]
httpd.conf
The main global configuration file for your Apache instance is
httpd.conf
ApacheModules are plugins / extensions / modules that are optionally used by Apache
ServerSideIncludes
REFERRERS
SystemServices
There are no comments on this page. [Add comment]