RE: [PHP-INST] Installing PHP on WinNT and Apache 1.3

2001-07-28 Thread Almagedon
Hi again... THAT'S FOR SOMEBODY THAT HAS MY PROBLEM... The file i mentioned in my last post, is an Apache-MySQL-PHP combo that includes phpMyAdmin (everything is configured and it works... even in NT) The problem (It seems only happens in NT) is the next: in the httpd.conf file you need to set

RE: [PHP-INST] Installing PHP on WinNT and Apache 1.3

2001-07-27 Thread Almagedon
ThanX for your help, Phill I resolved it ;) It seems that it's some wrong with NT and PHP (I've talked with another person that had the same problem)... If someone has this problem, you can make it work downloadin PHPTriad, available in www.phpgeek.com ThanX again, Phill... It's working aLmA

Re: [PHP-INST] Installing PHP on WinNT and Apache 1.3

2001-07-27 Thread Phil Driscoll
On Thursday 26 July 2001 22:30, aLmAgEdOn wrote: > when i run php hola.php, it shows the right lines, but when i run it with > my browser, it gives a 500 error... an in the error log, appear these > lines: > > [Thu Jul 26 11:10:17 2001] [error] [client 127.0.0.1] > c:/servers/server1/php/hola.php

RE: [PHP-INST] Installing PHP on WinNT and Apache 1.3

2001-07-26 Thread aLmAgEdOn
really thanks for your help... I did what you said... my httpd.conf has now these lines (may i have an incorrect apache version? i've got 1.3 and php asks for 1.3.x): ScriptAlias /php/ "C:/servers/server1/php/" AddType application/x-httpd-php .php Action application/x-httpd-php "/php/php.exe" w

Re: [PHP-INST] Installing PHP on WinNT and Apache 1.3

2001-07-25 Thread Phil Driscoll
On Thursday 26 July 2001 02:15, aLmAgEdOn wrote: > Hi everyone... > > I'm really a newbie in PHP. I've got Perl running in Apache (NT 4, > workstation), and i want to install PHP 4 (binary) too. > > These are the lines i added to httpd.conf > > ScriptAlias /php/ "C:/servers/server1/php/" > AddType