Copy for the list:

-------- Original Message --------

Hello, Chris Hewitt!
:)))))))))))))))))))))))))))))))))))))))))))))))))))))))))
You wrote:
____________________________________________________
You need to add this line:
AddType application/x-httpd-php .php
____________________________________________________
This line has already was in my http.conf file.

You wrote:
____________________________________________________
and to load the php module (assuming this is as a module)
LoadModule php4_module modules/libphp4.so
This last line you will need to change to point to your php module.
____________________________________________________

I done this and MY" " START WORKING!
I satisfied with this!!! :)))))))))))))))) Thank you, thank you very
much!!!!!!

This small item I for some reason overlook.
I not entirely know where I can put my problem and its solution. So I
decided put it here.
____________________________________________________________________________
_________
My problem was. I installed Apache 2 server on WinXP SP1 and php too.
Then, when I trying to access simply file phpinfo.php on my doc_root with
""  in it, I receive any time 500 Internal Server Error
in my Browser.
Solution. In my http.conf file there was lines, that configure server to
wark with php:

ScriptAlias /php/ D:/Apache/php/
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"

(D:/Apache/php/ - there are my php directory :))
And this lines I taken the place with lines:

ScriptAlias /php/ D:/Apache/php/
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
LoadModule php5_module D:\Apache\php\php5apache2.dll

As you see, I added forgot one line and server works not properly.
____________________________________________________________________________
_________

Thank you, Thank you, Thank you!!!
:)))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))
))))))))))))))))

Reply via email to