On Thu, 2005-03-17 at 19:17 +0100, Alexander Dalloz wrote: > Am Do, den 17.03.2005 schrieb Si Jones um 18:00: > > > The VirtualHost directive is: > > > > # Virtual host MediaServer > > <VirtualHost *:8000> > > DocumentRoot /var/openshowcentre > > ServerAdmin si@xxxxxxxxxxxxxxxxx > > ServerName _default_:8000 > > ServerSignature email > > DirectoryIndex index.php index.htm index.shtml > > <Directory "/var/openshowcentre/"> > > Options all > > AllowOverride none > > </Directory> > > </VirtualHost> > > > With this config if i dont specify any index page i get the default > > fedora core welcome... > > > Simon Jones > > See /etc/httpd/conf.d/welcome.conf. If the welcome page isn't displaying > because of a missing index page, you should find an according error > entry in the error_log file. > Beware of SELinux if you choose non default locations for Apache pages. > > Alexander It seems to not know that am asking for /var/openshowcentre when accessing port 8000. if i type index.php which exists it says it doesn't exist? i have put a test index.html in there as well and that doesn't work either... Simon