Das kann doch wohl nicht sein !! ??..
-
hi,
Hmm..
ich weiß einfach nicht warum das nicht bei mir funtzt !!!!!!!
Ich hab PHP4(endung .php ) und PHP5(endung .php5) im apache configuriert...
Naja warum auch immer klappt es nicht, da kann ich machen was ich will..
PHP4 funtzt wunderbar!
Hab auch schon windows mal neu installiert ( natüerlich nciht nur wegen php )
ERROR:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, xxx@gmx.de 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 log.
--------------------------------------------------------------------------------
Apache/1.3.29 Server at cenetix Port 80
Config:
<IfModule mod_dir.c>
DirectoryIndex index.php5
DirectoryIndex index.php
DirectoryIndex index.html
</IfModule>
...ScriptAlias /php4/ "D:/Web/php4/"
ScriptAlias /php5/ "D:/Web/php5/"...
# AddType allows you to tweak mime.types without actually editing it, or to
# make certain files to be certain types.AddType application/x-tar .tgz
AddType application/x-httpd-php4 .php
AddType application/x-httpd-php5 .php5
AddType application/x-httpd-php-source .phps...
# Action lets you define media types that will execute a script whenever
# a matching file is called. This eliminates the need for repeated URL
# pathnames for oft-used CGI file processors.
# Format: Action media/type /cgi-script/location
# Format: Action handler-name /cgi-script/locationAction application/x-httpd-php4 /php4/php.exe
Action application/x-httpd-php5 /php5/php.exeNaja soweit so gut ... müsste eig. gehen...
Hab mir dann die Logs im apache angeschaut und da steht folgendes:
[Fri Jun 11 18:08:37 2004] [error] [client 127.0.0.1] Premature end of script headers: d:/web/php5/php.exe
Naja soweit sagt mir das aber auch nichts ...
Vielleicht kann mir einer von euch da draußen helfen
Bye
-
bei mir klappts wunderbar mit php3, php4 und php5
meine config:
<IfModule mod_dir.c> DirectoryIndex index.html index.htm index.php index.php3 index.php5 index.rhtml </IfModule> ----------- ----------- ScriptAlias /cgi-bin/ "D:/Apache/cgi-bin/" ScriptAlias /php3/ "d:/php3/" ScriptAlias /php4/ "d:/php4/" ScriptAlias /php5/ "d:/php5/" ScriptAlias /bla/ "d:/cApache/" --------- --------- AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps AddType application/x-tar .tgz AddType application/x-httpd-eruby .rhtml AddType application/x-httpd-php5 .php5 AddType application/x-httpd-bla .bla Action application/x-httpd-php3 /php3/php.exe Action application/x-httpd-php /php4/php.exe Action application/x-httpd-php5 /php5/php.exe Action application/x-httpd-eruby /cgi-bin/eruby
achte drauf, daß die php.ini für php5 im gleichen ordner liegt, wie php5, damit sie sich nicht gegenseitig stressen.
ich denke, daß wird das problem sein.php.ini liegt genau neben der php.exe (php5)
; The root of the PHP pages, used only if nonempty. ; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root ; if you are running php as a CGI under any web server (other than IIS) ; see documentation for security issues. The alternate is to use the ; cgi.force_redirect configuration below doc_root = d:\apache\htdocs ------- ; Directory in which the loadable extensions (modules) reside. extension_dir = D:\php5\extensions
-
hmm ich kann mir vorstellen, dass es evt. an den einstellungen an apache liegt ... kann das sein ?
-
nicht, wenn du es so hast wie ich (und das scheint ja zu sein)
wo liegt die php.ini für php5?
-
Die liegt im php5/ root !
-
Hello everyone
I am a newbie associate to this forum. I look consign to a meaningful interaction withyou all.