Ich hab ein problem mit meinem apache configs.
Ich wollte mir auf meinem server typo3 (3.8.0) installieren und hab dazu das source package genommen das über symlinks funktioniert.
ich hab also plesk mit
Code: Select all
/usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost --vhost-name=meinedomain.deCode: Select all
<Directory "/var/www/vhosts/wzno.com/httpdocs">
AllowOverride All
Options +SymLinksIfOwnerMatch +FollowSymLinks
Order allow,deny
Allow from all
php_admin_flag register_globals on
php_admin_flag engine on
php_admin_flag safe_mode off
php_admin_value open_basedir "/var/www/vhosts/wzno.com/httpsdocs:/tmp:/var/www/vhosts/t3src"
<IfModule sapi_apache2.c>
php_admin_flag register_globals on
php_admin_flag engine on
php_admin_value open_basedir "/var/www/vhosts/wzno.com/httpsdocs:/tmp:/var/www/vhosts/t3src"
</IfModule>
<IfModule mod_php5.c>
php_admin_flag register_globals on
php_admin_flag engine on
php_admin_value open_basedir "/var/www/vhosts/wzno.com/httpsdocs:/tmp:/var/www/vhosts/t3src"
</IfModule>
</Directory>und seitdem bekomme ich nur noch von typo3 gesagt
Code: Select all
Cannot find configuration. This file is probably executed from the wrong location.also woran kann es liegen.
MFG
Wizz
