PDA

View Full Version : Apache2 Default (Test-Page) - how to disable it?


gafami
31st July 2004, 05:20 AM
hey there,

I have a q:

after installing fc2 & its apache2, it always displays the default (test-page) for directories.. where i said it should display it the Index'ed way :\

any ideas how to disable this?

best regards & thanks,
-jb

blammo
31st July 2004, 06:03 AM
Put a blank index.htm page in the root directory.

Jman
31st July 2004, 11:39 AM

Edit the file /etc/httpd/conf.d/welcome.conf. Comment out every line by putting a # in front. Then reload httpd.

kosmosik
31st July 2004, 11:54 AM
or delete line in httpd.conf like:
include ./conf.d/*
for me it is stupid and unsecure to keep things like this in system :\

gafami
1st August 2004, 12:10 AM
ya it worked - thanks!! :)