Ik probeer PHP (5.3.1) werkend te krijgen op mijn systeem, maar dat wil niet lukken.
Ik heb Apache 2.2 geïnstalleerd, maar ik krijg 'm blijkbaar niet goed geconfigureerd ...
Ik kan bijvoorbeeld wel een html pagina openen d.m.v. http://localhost/index.html, maar bij een php script krijg ik steevast 'Bad Request'.
Iemand die weet hoe ik PHP 5.3.1 kan runnen op Apache 2.2?
Edit: error.log
PHP Warning: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in Unknown on line 0
[Tue Jan 26 20:40:13 2010] [notice] Apache/2.2.14 (Win32) PHP/5.3.1 configured -- resuming normal operations
[Tue Jan 26 20:40:13 2010] [notice] Server built: Sep 28 2009 22:41:08
[Tue Jan 26 20:40:13 2010] [notice] Parent: Created child process 5276
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.2.200 for ServerName
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.2.200 for ServerName
PHP Warning: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in Unknown on line 0
[Tue Jan 26 20:40:14 2010] [notice] Child 5276: Child process is running
[Tue Jan 26 20:40:14 2010] [notice] Child 5276: Acquired the start mutex.
[Tue Jan 26 20:40:14 2010] [notice] Child 5276: Starting 64 worker threads.
[Tue Jan 26 20:40:14 2010] [notice] Child 5276: Starting thread to listen on port 80.
[Tue Jan 26 20:41:32 2010] [error] [client 127.0.0.1] Invalid URI in request GET /test.php HTTP/1.1
[Tue Jan 26 20:41:59 2010] [error] [client 127.0.0.1] Invalid URI in request GET /index2.php HTTP/1.1, referer: http://127.0.0.1/
Hoi
Ik probeer PHP (5.3.1) werkend te krijgen op mijn systeem, maar dat wil niet lukken.
Ik heb Apache 2.2 geïnstalleerd, maar ik krijg 'm blijkbaar niet goed geconfigureerd ...
Ik kan bijvoorbeeld wel een html pagina openen d.m.v. http://localhost/index.html, maar bij een php script krijg ik steevast 'Bad Request'.
Iemand die weet hoe ik PHP 5.3.1 kan runnen op Apache 2.2?
Edit: error.log
Bewerkt: door Big Boss