woran kann es liegen dass ich diese Meldung noch im Apache2 Errorlog habe:
Code: Select all
Directory index forbidden by rule: /home/httpd/vhosts/horde/Dankeschöööön
Code: Select all
Directory index forbidden by rule: /home/httpd/vhosts/horde/Code: Select all
#####
# phpMyAdmin
#####
<VirtualHost XXX:80>
DocumentRoot /home/httpd/vhosts/horde/horde
ServerName webmailer
ServerAlias webmailer.*
UseCanonicalName Off
<Directory /home/httpd/vhosts/horde/horde>
<IfModule sapi_apache2.c>
php_admin_flag engine on
php_admin_flag magic_quotes_gpc off
php_admin_flag safe_mode off
php_admin_value open_basedir "/home/httpd/vhosts/horde/horde:/usr/share/php:/tmp:/usr/local/psa/admin/plib:/usr/local/psa/admin/javascripts:/usr/local/psa/admin/plib/locales:/usr/local/psa/admin/auto_prepend:."
php_admin_value include_path "/home/httpd/vhosts/horde/horde:/usr/share/php:/tmp:/usr/local/psa/admin/plib:/usr/local/psa/admin/javascripts:/usr/local/psa/admin/plib/locales:/usr/local/psa/admin/auto_prepend:."
</IfModule>
Options -All +Includes +ExecCGI +FollowSymLinks
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
<IfModule mod_ssl.c>Code: Select all
[Wed Aug 24 18:18:53 2005] [error] [client 82.135.5.25] File does not exist: /home/httpd/vhosts/horde/horde/hordeCode: Select all
#####
# phpMyAdmin
#####
<VirtualHost XXX:80>
DocumentRoot /home/httpd/vhosts/horde/horde
ServerName webmailer
ServerAlias webmailer.*
UseCanonicalName Off
<Directory /home/httpd/vhosts/horde/horde>
<IfModule sapi_apache2.c>
php_admin_flag engine on
php_admin_flag magic_quotes_gpc off
php_admin_flag safe_mode off
php_admin_value open_basedir "/home/httpd/vhosts/horde/horde:/usr/share/php:/tmp:/usr/local/psa/adm in/plib:/usr/local/psa/admin/javascripts:/usr/local/psa/admin/plib/loc ales:/usr/local/psa/admin/auto_prepend:."
php_admin_value include_path "/home/httpd/vhosts/horde/horde:/usr/share/php:/tmp:/usr/local/psa/adm in/plib:/usr/local/psa/admin/javascripts:/usr/local/psa/admin/plib/loc ales:/usr/local/psa/admin/auto_prepend:."
</IfModule>
Options -All +Includes +ExecCGI +FollowSymLinks
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
<IfModule mod_ssl.c>
Code: Select all
#
# HORDE 3
#
<VirtualHost 000.000.000.000>
ServerName webmail-3.domain.de
ServerAlias webmail-3.*
ErrorLog /var/log/http_fkt/horde_err.log
CustomLog /var/log/http_fkt/horde_acc.log common
DocumentRoot /home/horde-3.0.5/imp
Alias /horde "/home/horde-3.0.5/"
php_admin_value safe_mode off
php_value include_path '/usr/local/lib/php'
</VirtualHost>
#
# Allgemeines, nicht im vhost:
#
Options Indexes FollowSymLinks
DirectoryIndex index.php index.phtml index.php3 index.php4 index.html index.htm default.htm Index.htm Default.htm
Warum ist imp dein Document root? Normal doch das Verzeichnis horde?DocumentRoot /home/horde-3.0.5/imp
Kannst du mir dann auch sagen, wo genau deine Daten liegen, also Horde? und IMP?Alias /horde "/home/horde-3.0.5/"