[tKF]Winner
Registered User
Hi ihr!
Wir sind gestern auf unserem Server von einem User (ergo home/webuser/) nach srv/www/web1 umgezogen. Nachdem der Umzug vollzogen war und im Confixx unsere Domain auf den User web1 gelegt wurde ist Confixx und phpMyAdmin nichtmehr erreichbar.
Confixx sollte sich hier: http://85.25.132.10/ oder hier öffnen: confixx.bravo553.server4you.de
Wie man sieht bekommt man nur "Access Denied".
Die Homepage und die dazugehörige Domain sind aber weiterhin unter http://www.thekiller-fighterz.de und http://web1.bravo553.server4you.de zu erreichen!
Woran kann das liegen?
In der httpd.conf ist folgendes eingetragen:
## CONFIXX
<Directory "/srv/www/confixx/html">
AllowOverride all
</Directory>
NameVirtualHost 85.25.132.10:80
<VirtualHost 85.25.132.10:80>
ServerName bravo553.server4you.de
#User confixx
#Group users
DocumentRoot /srv/www/confixx/html
Alias /phpMyAdmin /srv/www/htdocs/phpMyAdmin
php_admin_value safe_mode Off
php_admin_value safe_mode_exec_dir /srv/www/confixx/bin
php_admin_value upload_tmp_dir /srv/www/confixx/tmp
php_admin_value open_basedir none
ScriptAlias /cgi-bin/ /srv/www/confixx/html/cgi-bin/
CustomLog /var/log/apache2/bravo553.server4you.de_access.log "%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-agent}i\""
ErrorLog /var/log/apache2/bravo553.server4you.de_error.log
</VirtualHost>
Include /etc/apache2/confixx_vhost.conf
# ^- Dieser Eintrag sollte unbedingt am Ende der Datei bleiben
## /CONFIXX
confixx_vhost.conf sieht folgendermaßen aus:
#### CONFIXX APACHE VHOST FILE ####
### created Sat Feb 25 20:06:02 2006 ###
NameVirtualHost 85.25.132.10:80
php_admin_flag safe_mode On
php_admin_value safe_mode_exec_dir /srv/www/empty
UseCanonicalName Off
LogFormat "%V:#:%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-agent}i\"" confixx
LogFormat "%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-agent}i\"" confixx2
CustomLog |/usr/local/confixx/pipelog.pl confixx
<Directory "/srv/www">
<Files ~ "^\.ht">
deny from all
</Files>
AllowOverride None
AllowOverride Indexes AuthConfig Limit FileInfo
Options None
Options -FollowSymLinks -SymLinksIfOwnerMatch +Includes
</Directory>
<VirtualHost 85.25.132.10:80>
ServerName 85.25.132.10
DocumentRoot /srv/www/confixx/html/gesperrt
</VirtualHost>
<VirtualHost 85.25.132.10:80>
ServerName thekiller-fighterz.de
ServerAlias web1.bravo553.server4you.de www.thekiller-fighterz.de
DocumentRoot /srv/www/web1/html
SuexecUserGroup web1 ftponly
ScriptAlias /cgi-bin/ /srv/www/web1/html/cgi-bin/
php_admin_value open_basedir /srv/www/web1/:/srv/www/htdocs/phpMyAdmin/:/srv/www/htdocs/confixx/html/gesperrt/
php_admin_value upload_tmp_dir /srv/www/web1/phptmp/
</VirtualHost>
Ich werd daraus nicht schlau..
Das ganze läuft unter apache auf suse 9
Danke für eure Aufmerksamkeit
Winner
Wir sind gestern auf unserem Server von einem User (ergo home/webuser/) nach srv/www/web1 umgezogen. Nachdem der Umzug vollzogen war und im Confixx unsere Domain auf den User web1 gelegt wurde ist Confixx und phpMyAdmin nichtmehr erreichbar.
Confixx sollte sich hier: http://85.25.132.10/ oder hier öffnen: confixx.bravo553.server4you.de
Wie man sieht bekommt man nur "Access Denied".
Die Homepage und die dazugehörige Domain sind aber weiterhin unter http://www.thekiller-fighterz.de und http://web1.bravo553.server4you.de zu erreichen!
Woran kann das liegen?
In der httpd.conf ist folgendes eingetragen:
## CONFIXX
<Directory "/srv/www/confixx/html">
AllowOverride all
</Directory>
NameVirtualHost 85.25.132.10:80
<VirtualHost 85.25.132.10:80>
ServerName bravo553.server4you.de
#User confixx
#Group users
DocumentRoot /srv/www/confixx/html
Alias /phpMyAdmin /srv/www/htdocs/phpMyAdmin
php_admin_value safe_mode Off
php_admin_value safe_mode_exec_dir /srv/www/confixx/bin
php_admin_value upload_tmp_dir /srv/www/confixx/tmp
php_admin_value open_basedir none
ScriptAlias /cgi-bin/ /srv/www/confixx/html/cgi-bin/
CustomLog /var/log/apache2/bravo553.server4you.de_access.log "%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-agent}i\""
ErrorLog /var/log/apache2/bravo553.server4you.de_error.log
</VirtualHost>
Include /etc/apache2/confixx_vhost.conf
# ^- Dieser Eintrag sollte unbedingt am Ende der Datei bleiben
## /CONFIXX
confixx_vhost.conf sieht folgendermaßen aus:
#### CONFIXX APACHE VHOST FILE ####
### created Sat Feb 25 20:06:02 2006 ###
NameVirtualHost 85.25.132.10:80
php_admin_flag safe_mode On
php_admin_value safe_mode_exec_dir /srv/www/empty
UseCanonicalName Off
LogFormat "%V:#:%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-agent}i\"" confixx
LogFormat "%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-agent}i\"" confixx2
CustomLog |/usr/local/confixx/pipelog.pl confixx
<Directory "/srv/www">
<Files ~ "^\.ht">
deny from all
</Files>
AllowOverride None
AllowOverride Indexes AuthConfig Limit FileInfo
Options None
Options -FollowSymLinks -SymLinksIfOwnerMatch +Includes
</Directory>
<VirtualHost 85.25.132.10:80>
ServerName 85.25.132.10
DocumentRoot /srv/www/confixx/html/gesperrt
</VirtualHost>
<VirtualHost 85.25.132.10:80>
ServerName thekiller-fighterz.de
ServerAlias web1.bravo553.server4you.de www.thekiller-fighterz.de
DocumentRoot /srv/www/web1/html
SuexecUserGroup web1 ftponly
ScriptAlias /cgi-bin/ /srv/www/web1/html/cgi-bin/
php_admin_value open_basedir /srv/www/web1/:/srv/www/htdocs/phpMyAdmin/:/srv/www/htdocs/confixx/html/gesperrt/
php_admin_value upload_tmp_dir /srv/www/web1/phptmp/
</VirtualHost>
Ich werd daraus nicht schlau..
Das ganze läuft unter apache auf suse 9
Danke für eure Aufmerksamkeit
Winner