:: How to disable welcome test page apache on Linux CentOS
+ editing wecome.conf

vi /etc/httpd/conf.d/welcome.conf
#
# This configuration file enables the default Welcome
# page if there is no default index page present for
# the root URL.  To disable the Welcome page, comment
# out all the lines below.
#
# commented ( add # ) on these line:
#<LocationMatch "^/+$">
#    Options -Indexes
#    ErrorDocument 403 /error/noindex.html
#</LocationMatch>

+ restarting httpd

/etc/init.d/httpd restart

 
:: Links
+ Google
+ TechiCorner