The Apache HTTP Server is free and open-source cross-platform web server released under the Apache License. After installation of Apache web server on a CentOS operating system, there is a default welcome test page which looks similar to below.

apache test page

To remove this welcome page, delete the file

sudo rm -f /etc/httpd/conf.d/welcome.conf

Restart httpd service after deleting welcome test page configuration file.

sudo systemctl restart httpd

If you access the Server hostname or IP address, you should get a directory listing unless you have a web application.

apache directory listing

Check other Apache related articles in our blog.

LEAVE A REPLY

Please enter your comment!
Please enter your name here