flaggschiff
New Member
Hallo, ich ein Server genau auf diesem Tutorial aufgesetzt.
Hab mich an jeden Schritt gehalten!
Soweit funktioniert alles, außer PHP. PHP ansich läuft, aber wenn ich ein Kunde angelegt habe und ein PHP-SKript von da aufrufe, bekomm ich immer nur das PHP-Skript als Download bereitgestellt.
Gibt es da ein bekannte Ursachen dafür?
Wäre für schnelle Hilfe dankbar...
So sieht der vHost des Benutzers aus:
und mal das apache-error-log:
Hab mich an jeden Schritt gehalten!
Soweit funktioniert alles, außer PHP. PHP ansich läuft, aber wenn ich ein Kunde angelegt habe und ein PHP-SKript von da aufrufe, bekomm ich immer nur das PHP-Skript als Download bereitgestellt.
Gibt es da ein bekannte Ursachen dafür?
Wäre für schnelle Hilfe dankbar...
So sieht der vHost des Benutzers aus:
Code:
<VirtualHost XX.19.215.85:80>
ServerName paperdesign.XXXX.org:80
ServerAdmin webmaster@XXXX.org
DocumentRoot /srv/www/web1/web
ServerAlias XXXX.org
DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
ErrorLog /srv/www/web1/log/error.log
AddType application/x-httpd-php .php .php3 .php4 .php5
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php3>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php4>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php5>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
php_admin_flag safe_mode Off
Alias /error/ "/srv/www/web1/web/error/"
ErrorDocument 400 /error/invalidSyntax.html
ErrorDocument 401 /error/authorizationRequired.html
ErrorDocument 403 /error/forbidden.html
ErrorDocument 404 /error/fileNotFound.html
ErrorDocument 405 /error/methodNotAllowed.html
ErrorDocument 500 /error/internalServerError.html
ErrorDocument 503 /error/overloaded.html
AliasMatch ^/~([^/]+)(/(.*))? /srv/www/web1/user/$1/web/$3
AliasMatch ^/users/([^/]+)(/(.*))? /srv/www/web1/user/$1/web/$3
</VirtualHost>
und mal das apache-error-log:
Code:
[Mon Apr 14 16:29:30 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
[Mon Apr 14 16:29:31 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
[Mon Apr 14 15:43:44 2008] [error] [client 84.19.187.129] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): /w00tw00t.at.ISC.SANS.DFind:)
[Mon Apr 14 15:59:24 2008] [notice] SIGHUP received. Attempting to restart
[Mon Apr 14 15:59:26 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
[Mon Apr 14 15:59:35 2008] [notice] caught SIGTERM, shutting down
[Mon Apr 14 15:59:36 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
[Mon Apr 14 15:59:36 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
[Mon Apr 14 16:04:31 2008] [error] [client 80.88.84.210] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): /w00tw00t.at.ISC.SANS.DFind:)
[Mon Apr 14 16:49:51 2008] [notice] Graceful restart requested, doing restart
[Mon Apr 14 16:49:52 2008] [warn] NameVirtualHost s10l.ibes.int:80 has no VirtualHosts
[Mon Apr 14 16:49:52 2008] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
[Mon Apr 14 16:49:52 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
[Mon Apr 14 16:49:52 2008] [error] [client ::1] Directory index forbidden by Options directive: /srv/www/htdocs/
[Mon Apr 14 16:49:52 2008] [error] [client ::1] Directory index forbidden by Options directive: /srv/www/htdocs/
[Mon Apr 14 16:49:52 2008] [error] [client ::1] Directory index forbidden by Options directive: /srv/www/htdocs/
[Mon Apr 14 16:49:52 2008] [warn] long lost child came home! (pid 29232)
[Mon Apr 14 16:49:52 2008] [error] [client ::1] Directory index forbidden by Options directive: /srv/www/htdocs/
[Mon Apr 14 16:49:52 2008] [error] [client ::1] Directory index forbidden by Options directive: /srv/www/htdocs/
[Mon Apr 14 16:52:46 2008] [error] an unknown filter was not added: PHP
[Mon Apr 14 16:52:46 2008] [error] an unknown filter was not added: PHP
[Mon Apr 14 16:52:58 2008] [notice] caught SIGTERM, shutting down
[Mon Apr 14 16:52:58 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
[Mon Apr 14 16:52:58 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
[Mon Apr 14 16:53:07 2008] [notice] caught SIGTERM, shutting down
[Mon Apr 14 16:53:08 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
[Mon Apr 14 16:53:08 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations