LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   running php page on linux desktop version server (https://www.linuxquestions.org/questions/linux-software-2/running-php-page-on-linux-desktop-version-server-607246/)

speck693 12-16-2007 11:24 PM

running php page on linux desktop version server
 
hi frds,
i want to know that wat r the software required to run php pages on rhel 5 desktop version machine
as my organization change server i copied all content of old server to new one.but now php pages r not working. wat r the s/w needed to run php pages

dsimic 12-16-2007 11:54 PM

To run just ordinary php scripts that do not acess database you need Apache web server. To check do you have it installed open any web browser and type http://localhost if you are using the same machine where your apache and php files should be, or http://ip_adrees_of_the_apache_server if your try to connect from a different machine. You should get apache web page or just text "it works".
This will prove that your apache server do / does not work. If you pass this step then check your php code.

speck693 12-17-2007 11:36 PM

thxxxxxxxx
 
thxxxxxxxxxx for suggestion


All times are GMT -5. The time now is 10:14 PM.