ich habe mir einen vhost eingerichtet...
Code: Select all
/<VirtualHost xx.xx.xx.xx:80>
ServerName sql.domain.tld
DocumentRoot /home/httpd/htdocs/mysql/old
php_admin_value upload_tmp_dir /home/httpd/tmp/
ErrorLog /home/httpd/logs/sql.domain.tld_error
TransferLog /home/httpd/logs/sql.domain.tld_access
Alias /logs/ "/home/httpd/logs/web-stats/sql/"
</VirtualHost>jemand nen tip ?