workaholics
Registered User
Hallo,
ich habe das Problem, dass bei mir keine Symlinks funktionieren. Der Fehlercode des Apache ist grundsätzlich 403, was ja bedeutet, dass Symlinks nicht erlaubt sind. Ich habe bereits verschiedene Foren durchsucht, bin aber bisher nicht weitergekommen.
Der Abschnitt meiner confixx_vhost.conf sieht folgendermassen aus:
Ich möchte erreichen, dass ich von einem Symlink wie www.domain.ws/symlink (/srv/www/htdocs/web2/html/symlink) auf /srv/www/htdocs/web100/html/symlink komme. Warum funktioniert das nicht?
mfg
workaholics
ich habe das Problem, dass bei mir keine Symlinks funktionieren. Der Fehlercode des Apache ist grundsätzlich 403, was ja bedeutet, dass Symlinks nicht erlaubt sind. Ich habe bereits verschiedene Foren durchsucht, bin aber bisher nicht weitergekommen.
Der Abschnitt meiner confixx_vhost.conf sieht folgendermassen aus:
Code:
<VirtualHost xx.xx.xx.xx:80>
ServerName www.domain.ws
ServerAlias domain.ws
DocumentRoot /srv/www/htdocs/web2/html/domain
SuexecUserGroup web2 web2
ScriptAlias /cgi-bin/ /srv/www/htdocs/web2/html/cgi-bin/
<IfModule mod_python.c>
<Files ~ "\.py$">
AddHandler python-program .py
PythonHandler mod_python.publisher
</Files>
</IfModule>
php_admin_value open_basedir /srv/www/htdocs/web100/html/:/srv/www/htdocs/web2/html/:/srv/www/htdocs/web2/phptmp/:/srv/www/htdocs/web2/files/:/srv/www/htdocs/web2/atd/
php_admin_value file_uploads 1
php_admin_value upload_tmp_dir /srv/www/htdocs/web2/phptmp/
php_admin_value include_path ".:/usr/share/php"
php_admin_value safe_mode off
Alias /webmail /srv/www/htdocs/squirrelmail
Options +FollowSymLinks
</VirtualHost>
Ich möchte erreichen, dass ich von einem Symlink wie www.domain.ws/symlink (/srv/www/htdocs/web2/html/symlink) auf /srv/www/htdocs/web100/html/symlink komme. Warum funktioniert das nicht?
mfg
workaholics