Hey everbody,
I will install Drupal on my own server but all what I configure is wrong. Please help me with some hints - I am confused at the moment.
The system is a Debian Sarge (Linux version 2.6.14-2-k7-smp (Debian 2.6.14-2bpo1)) but I am using for updates and upgrades the testing section. Normally there are no problems with this section. The database is a MySQL 5.0.51-3-log (Debian), PHP is 5.2.5-2, Apache is 2.2.8-1.
There are many domains hostet on the server and every domain was configured as virtual domain. Here are a sample configuration - it is a Debian like site.
%3CVirtualHost *:80%3E
ServerAdmin webmaster@xxx.eu
ServerName xxx.eu
ServerAlias www.xxx.eu
KeepAlive On
KeepAliveTimeout 180
DocumentRoot /var/www/xxx.eu/html
LogLevel debug
ErrorLog /var/www/xxx.eu/logs/error.log
CustomLog /var/www/xxx.eu/logs/access.log combined
Order allow,deny
Deny from all
AllowOverride All
Order allow,deny
allow from all
php_flag safe_mode On
php_flag register_globals Off
php_flag allow_url_fopen Off
php_admin_flag display_errors On