Page 1 of 1

Drupal and Debian install issues

Posted: Thu Sep 17, 2009 12:43 pm
by alex.barylski
I have attempted to install Drupal under my debian install (most every other CMS worked fine).

I get a 500 error when I access the Drupal install:

Code: Select all

[Thu Sep 17 12:34:27 2009] [alert] [client 192.168.1.103] /var/www/sites/testsite.com/.htaccess: Option Indexes not allowed here
The IP I think is wrong, as it should be *.*.*.104 (the IP was 103 but was changed a while back after a power failure).

I have one site enabled via a2ensite it's the following:

Code: Select all

<VirtualHost *>
    ServerName http://www.testsite.com
    DocumentRoot /var/www/sites/testsite.com/
</VirtualHost>
http://www.testsite.com is mapped to 192.168.1.104 in my Windows hosts file.

I have tried making sure all the AllowOverride to All restarted the servers and still no dice...urgh... :banghead:

Anyone?

Re: Drupal and Debian install issues

Posted: Thu Sep 17, 2009 12:52 pm
by arjan.top
try adding:

Code: Select all

Options Indexes
to VirtualHost