Apache Web Server Configuration Important Files Directory in Red Hat Linux

Web server installation command
Yum install httpd*
Create Home file for the web server variable directory
/var/www/html

Create the web server configuration file httpd.conf file in configuration directory
/etc/httpd/conf


And edit the file httpd.conf
Restart the service
Service httpd restart

Related post