| Author |
Message |
Topic: php installation |
diviya
Replies: 20
Views: 22306
|
|
Hello,
When I see the phpinfo using command line php interpreter , I get the following info:
I haven't used standard php that comes with RH7.1 . I have downloaded it and installed it myself.
... |
Topic: php installation |
diviya
Replies: 20
Views: 22306
|
|
| I installed abyss web server on another machine which has red hat linux 9. and it worked fine there . php scripts are working fine. Earlier machine has red hat linux 7.1 with kernel version of 2.4.7-1 ... |
Topic: php installation |
diviya
Replies: 20
Views: 22306
|
|
yes it is located in /usr/local/bin/php
also When I see the phpinfo using command line php interpreter , I get the following info:
PHP Version => 4.3.4
System => Linux AstLinux01 2.4.7-10 ... |
Topic: php installation |
diviya
Replies: 20
Views: 22306
|
|
i executed the following command on linux terminal:
php my.php
and it worked well. |
Topic: php installation |
diviya
Replies: 20
Views: 22306
|
|
can i send over the file directly to your mail id?
i don't have any public server avaialble to host it.
thank you,
diviya |
Topic: php installation |
diviya
Replies: 20
Views: 22306
|
|
i have a screenshot of my cgi parameters, but how should i send it over to you.
how do we attach a file in this forum.
thank you,
diviya[/img] |
Topic: php installation |
diviya
Replies: 20
Views: 22306
|
|
i have added php path using which command.
when i type which php on lunix terminal, it says /usr/local/bin/php
and this is what i have added to the cgi parameters. |
Topic: php installation |
diviya
Replies: 20
Views: 22306
|
|
i have removed /, but the error remains the same.
I have also tried putting my.php in cgi-bin directory but then it says file not found.
Thank you,
diviya |
Topic: php installation |
diviya
Replies: 20
Views: 22306
|
|
my cgi parameters are as follows:
cgi interpreter: /usr/local/bin/php extn: php
cgi paths: /cgi-bin
/*.php
/
cgi environment variables:
REDIRECT_STATU ... |
Topic: php installation |
diviya
Replies: 20
Views: 22306
|
|
I have installed abyss web server and added php support as shown in documentation. I have also created a small php script my.php containing:
<?
phpinfo();
?>
i have put it in htdocs dire ... |
| |