38.1 Apache Web Server
Last updated
# service apache24 start # Start the Apache HTTP Server 2.4 service
Performing sanity check on apache24 configuration:
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 198.18.0.103. Set the 'ServerName' directive globally to suppress this message
Syntax OK
Starting apache24.
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 198.18.0.103. Set the 'ServerName' directive globally to suppress this message# service apache24 status
apache24 is running as pid 2068./usr/local/
├── etc/
│ └── apache24/
│ ├── httpd.conf # Apache main configuration file (the active configuration)
│ └── httpd.conf.sample # Sample configuration file (reference template, not directly used)
└── www/
└── apache24/
└── data/ # Website root directory (stores web content, such as index.html)