Hallo, meldung: [Thu Sep 22 21:53:22 2005] [error] [client 82.135.76.45] Symbolic link not allowed: /home/httpd/vhosts/horde/ansel-images, referer: http://photos.design.de/horde/ansel/list.php habe eine subdomain mit folgender Konfiguration: <VirtualHost XXX.XXX.XXX.XXX:80> DocumentRoot /home/httpd/vhosts/horde Alias /horde "/home/httpd/vhosts/horde" Alias /ansel "/home/httpd/vhosts/horde/ansel" ServerName photos.hirtreiter-design.de ServerAlias photos.* UseCanonicalName Off <Directory /home/httpd/vhosts/horde/ansel> <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 none php_admin_value include_path none </IfModule> Options -All +Includes +ExecCGI +FollowSymLinks Indexes Order allow,deny Allow from all <IfModule mod_dir.c> DirectoryIndex index.php index.phtml indexp.php3 </IfModule> </Directory> </VirtualHost> Als options hab ich : +FollowSymLinks Warum geht dass dennoch nicht und der Apache hat ein problem damit? DAnke mark _________________________________________________________________ Die neue MSN Suche Toolbar mit Windows-Desktopsuche. Suchen Sie gleichzeitig im Web, Ihren E-Mails und auf Ihrem PC! Jetzt neu! http://desktop.msn.de/ Jetzt gratis downloaden!
On Thu, Sep 22, 2005 at 08:00:16PM +0000, Markus Braun wrote:
Warum geht dass dennoch nicht und der Apache hat ein problem damit?
Verrate uns noch, welches der Symlink ist und warum du nicht +Indexes verwendet hast. http://httpd.apache.org/docs/1.3/mod/core.html#options Peter
participants (2)
-
Markus Braun
-
Peter Wiersig