Ich habe folgendes Problem ich hab nen Root Server bei Strato mit Debian 3.1 (Sarge). Und hab da auch gleich mal alles Updates usw installiert. Unteraderem das für Apache2.
Jetzt weigert sich allerdings die Administationssoftware ServerAdmin24 ihren dienst zu versehen.
Es gibt 2 Apache configurations datein. Einmal die für die webseiten und einmal für das Admininterface. Das Problem ist jetzt folgendes beim aufruf des interfaces kommt
Code: Select all
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error logCode: Select all
[Sun Feb 18 22:08:45 2007] [error] [client 80.142.88.240] SoftException in Application.cpp:199: Script "/usr/local/sa24/public_html/start_sa24.php" resolving to "/usr/local/sa24/public_html/start_sa24.php" not within configured docroot
[Sun Feb 18 22:08:45 2007] [error] [client 80.142.88.240] Premature end of script headers: start_sa24.php
[Sun Feb 18 22:08:59 2007] [error] [client 80.142.88.240] File does not exist: /usr/local/sa24/public_html/favicon.ico, referer: http://h1202893.stratoserver.net/
[Sun Feb 18 22:09:03 2007] [error] [client 80.142.88.240] SoftException in Application.cpp:199: Script "/usr/local/sa24/public_html/serveradminlevel/index.php" resolving to "/usr/local/sa24/public_html/serveradminlevel/index.php" not within configured docroot, referer: http://h1202893.stratoserver.net/
[Sun Feb 18 22:09:03 2007] [error] [client 80.142.88.240] Premature end of script headers: index.php, referer: http://h1202893.stratoserver.net/was vieleicht auch noch von beduetung ist:
Code: Select all
h1202893:/etc# cat apache2/sites-enabled/sa24_server.sa24.conf
SSLSessionCache dbm:/var/run/apache2.sa24/ssl_scache
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
ErrorLog /var/log/apache2/error.log
CustomLog /var/log/apache2/access.log combined
DocumentRoot "/usr/local/sa24/public_html/"
<Directory "/usr/local/sa24/public_html/">
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
<VirtualHost h1202893.stratoserver.net:22222>
DocumentRoot /usr/local/sa24/public_html/
ServerName h1202893.stratoserver.net
IndexOptions
DirectoryIndex start_sa24.php index.htm index.html index.shtml start.htm start.html start.shtml index.php index.php3
ScriptAlias /cgi-bin/ /usr/local/sa24/public_html/cgi-bin/
Redirectpermanent /ssl https://h1202893.stratoserver.net/ssl/
<Directory /usr/local/sa24/public_html/>
Options -Indexes +FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
php_admin_value safe_mode Off
php_admin_value session.save_path /usr/local/sa24/sessions/
php_admin_value register_globals Off
php_admin_flag engine off
<IfModule mod_suphp.c>
suPHP_Engine on
#suPHP_UserGroup vpopmail sa24
</IfModule>
SuexecUserGroup vpopmail sa24
SSLEngine on
SSLCertificateFile /etc/apache2/ssl/server.crt
SSLCertificateKeyFile /etc/apache2/ssl/server.key
</VirtualHost>