put an index.html into /srv/www/htdocs and restart apache (rcapache2 restart)
HTH
Uwe
/etc/apache2/default-server.conf has a line
"Include /etc/apache2/conf.d/*.conf"
Check these files. Your configuration file should go just there, into the same directory.
Uwe
> Because I am using virtualhosts and index.php is not starting
> although this line is set in /etc/apache2/httpd.conf
Try setting it in
/etc/apache2/default-server.conf
instead. Actually there's no need to modify that, IMHO, you could add your own virtual host definition into
/etc/apache2/conf.d
Uwe
Yes. Create a config file, copy it there, restart apache
Uwe
No, that works.
Uwe
This is probably a permission error. OES defaults to the welcome page on
any 403 errors. Check your error log for apache in /var/log/apache. You
might see a permission error. Give the proper rights to the files and it
should work.