Index.php will nicht geladen werden. andere seiten funzen!

Alles, was den Apache betrifft, kann hier besprochen werden.

Index.php will nicht geladen werden. andere seiten funzen!

Postby moinmoin666 » 29. December 2006 01:13

Hi, ich habe ein Problem, ich bin sicher dass es an meiner php datei liegt, aber komisch weise funktioniert die datei auf meinem root server!
auf meinem Homerechner aber nicht (hab xampp installiert)

die error.log

Code: Select all
[Fri Dec 29 01:10:41 2006] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Fri Dec 29 01:10:44 2006] [notice] Apache/2.2.3 (Win32) DAV/2 mod_ssl/2.2.3 OpenSSL/0.9.8d mod_autoindex_color PHP/5.1.6 configured -- resuming normal operations
[Fri Dec 29 01:10:44 2006] [notice] Server built: Sep 30 2006 21:24:06
[Fri Dec 29 01:10:44 2006] [notice] Parent: Created child process 6100


und so wenn ich die seite 2 bis 3 mal aufrufe



hat wer ne ahnung wie ich das beheben kann, oder was ich umändern müsst, damit es auch zu hause funktioniert?

Code: Select all
[Fri Dec 29 01:16:05 2006] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Fri Dec 29 01:16:07 2006] [notice] Apache/2.2.3 (Win32) DAV/2 mod_ssl/2.2.3 OpenSSL/0.9.8d mod_autoindex_color PHP/5.1.6 configured -- resuming normal operations
[Fri Dec 29 01:16:07 2006] [notice] Server built: Sep 30 2006 21:24:06
[Fri Dec 29 01:16:07 2006] [notice] Parent: Created child process 2272
[Fri Dec 29 01:16:09 2006] [notice] Child 2272: Child process is running
[Fri Dec 29 01:16:09 2006] [notice] Child 2272: Acquired the start mutex.
[Fri Dec 29 01:16:09 2006] [notice] Child 2272: Starting 250 worker threads.
[Fri Dec 29 01:16:09 2006] [notice] Child 2272: Starting thread to listen on port 443.
[Fri Dec 29 01:16:09 2006] [notice] Child 2272: Starting thread to listen on port 80.
[Fri Dec 29 01:20:21 2006] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Fri Dec 29 01:20:24 2006] [notice] Apache/2.2.3 (Win32) DAV/2 mod_ssl/2.2.3 OpenSSL/0.9.8d mod_autoindex_color PHP/5.1.6 configured -- resuming normal operations
[Fri Dec 29 01:20:24 2006] [notice] Server built: Sep 30 2006 21:24:06
[Fri Dec 29 01:20:24 2006] [notice] Parent: Created child process 5632
[Fri Dec 29 01:20:25 2006] [notice] Child 5632: Child process is running
[Fri Dec 29 01:20:25 2006] [notice] Child 5632: Acquired the start mutex.
[Fri Dec 29 01:20:25 2006] [notice] Child 5632: Starting 250 worker threads.
[Fri Dec 29 01:20:25 2006] [notice] Child 5632: Starting thread to listen on port 443.
[Fri Dec 29 01:20:25 2006] [notice] Child 5632: Starting thread to listen on port 80.


mfg moinmoin666

ps: einen switch von php5 uf php 4 hat es auch nicht gebracht!
moinmoin666
 
Posts: 30
Joined: 29. May 2006 22:53

Postby deepsurfer » 29. December 2006 01:48

vergleiche bitte mittels phpinfo() die PHP Configuration der beiden Server.

Ich denke (behaupte) das register_globals und safe_mode beim rooty anders eingestellt ist als beim XAMPP.
chirio Deep
Wie sagte einst der MCP aus Tron auf dem Bildschirm zu schreiben Pflegte
" ... end of communication ... "
User avatar
deepsurfer
AF Moderator
 
Posts: 6440
Joined: 23. November 2004 10:44
Location: Cologne
Operating System: Win-XP / Win7 / Linux -Debian

Postby moinmoin666 » 29. December 2006 03:05

jaein, die safe_mode ist bei beiden aus!

aber register_globals ist bei meinem localhost aus!

Werde es gleich mal anstellen!

Da ich ein nooby bin, was macht das denn überhaubt?
moinmoin666
 
Posts: 30
Joined: 29. May 2006 22:53

Postby deepsurfer » 29. December 2006 03:32

Da ich ein nooby bin, was macht das denn überhaubt?

Prizipiell dient es zur sicherheit, da es bei deinem rooty anders eingestellt ist laufen auf dem rooty auch unsauber geschriebene PHPscripte.

http://faq.kwm-web.info/doku.php/php#register_globals
chirio Deep
Wie sagte einst der MCP aus Tron auf dem Bildschirm zu schreiben Pflegte
" ... end of communication ... "
User avatar
deepsurfer
AF Moderator
 
Posts: 6440
Joined: 23. November 2004 10:44
Location: Cologne
Operating System: Win-XP / Win7 / Linux -Debian

Postby moinmoin666 » 29. December 2006 14:50

Leider immer noch das selbe Problem :(

Code: Select all
[Fri Dec 29 14:49:09 2006] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Fri Dec 29 14:49:11 2006] [notice] Apache/2.2.3 (Win32) DAV/2 mod_ssl/2.2.3 OpenSSL/0.9.8d mod_autoindex_color PHP/5.1.6 configured -- resuming normal operations
[Fri Dec 29 14:49:11 2006] [notice] Server built: Sep 30 2006 21:24:06
[Fri Dec 29 14:49:11 2006] [notice] Parent: Created child process 2276
[Fri Dec 29 14:49:13 2006] [notice] Child 2276: Child process is running
[Fri Dec 29 14:49:13 2006] [notice] Child 2276: Acquired the start mutex.
[Fri Dec 29 14:49:13 2006] [notice] Child 2276: Starting 250 worker threads.
[Fri Dec 29 14:49:13 2006] [notice] Child 2276: Starting thread to listen on port 443.
[Fri Dec 29 14:49:13 2006] [notice] Child 2276: Starting thread to listen on port 80.
[Fri Dec 29 14:49:37 2006] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Fri Dec 29 14:49:38 2006] [notice] Apache/2.2.3 (Win32) DAV/2 mod_ssl/2.2.3 OpenSSL/0.9.8d mod_autoindex_color PHP/5.1.6 configured -- resuming normal operations
[Fri Dec 29 14:49:38 2006] [notice] Server built: Sep 30 2006 21:24:06
[Fri Dec 29 14:49:38 2006] [notice] Parent: Created child process 5712
[Fri Dec 29 14:49:40 2006] [notice] Child 5712: Child process is running
[Fri Dec 29 14:49:40 2006] [notice] Child 5712: Acquired the start mutex.
[Fri Dec 29 14:49:40 2006] [notice] Child 5712: Starting 250 worker threads.
[Fri Dec 29 14:49:40 2006] [notice] Child 5712: Starting thread to listen on port 443.
[Fri Dec 29 14:49:40 2006] [notice] Child 5712: Starting thread to listen on port 80.


und ja natürlich hatte ich den apache neugestartet*g*
moinmoin666
 
Posts: 30
Joined: 29. May 2006 22:53

Postby moinmoin666 » 29. December 2006 21:27

hat sich erledigt, war nen Fehler in der news.php, hab sie einfach nochmal überarbeitet, und schau, es geht!!!!

danke trotzdem für euere hilfe!
moinmoin666
 
Posts: 30
Joined: 29. May 2006 22:53


Return to Apache

Who is online

Users browsing this forum: No registered users and 17 guests