n\m about that I got every thing to work now
"Joe Brown" <[EMAIL PROTECTED]> wrote in message
9add21$1fv$[EMAIL PROTECTED]">news:9add21$1fv$[EMAIL PROTECTED]...
> You need php4apache.dll only if you are running php as a module of Apache,
> not as a CGI or executable. php.exe does not require php4
You need php4apache.dll only if you are running php as a module of Apache,
not as a CGI or executable. php.exe does not require php4apache.dll,
php4apache.dll does not require php.exe. They are mutually exclusive.
""Bhala"" <[EMAIL PROTECTED]> wrote in message
99vol8$3di$[EMAIL PROTECTED]">news
I think my problem is that I am trying to run PHP not in CGI mode or what
everI think I need the php4apache.dll thing tho & for some resion I dont
have it. =\
<[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello again,
> Ok, I began thinking about your prob
<[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello again,
> Ok, I began thinking about your problem, and I think I remeber something
> about this, I was not able to do just "php" on the actions and aliases, I
had
> to do php4 for some reason. but I loaded u
Hello again,
Ok, I began thinking about your problem, and I think I remeber something
about this, I was not able to do just "php" on the actions and aliases, I had
to do php4 for some reason. but I loaded uup apache today and tried the cgi
version, and it worked, heres the following thats loca
still doesn't work =\ when I try to look at a php script it says file not
found
Darvin Andrioli <[EMAIL PROTECTED]> wrote in message
01C0B770.88834BA0@PCDARVIN">news:01C0B770.88834BA0@PCDARVIN...
Hi,
change the following lines:
from
ScriptAlias /php/ "php"
to
ScriptAlias /php/ "c:/path/to/your/p
Hi,
change the following lines:
from
ScriptAlias /php/ "php"
to
ScriptAlias /php/ "c:/path/to/your/php/directory/"
and the third line from
Action application/x-httpd-php "php/php.exe"
to
Action application/x-httpd-php "/php/php.exe"
At the end reboot Apache.
Darvin
-Original Message