Install Mysql Module Php Windows Apache

Posted on by

Its my first time working with Apache,PHP,MySql. I downloaded and installed the latest package of these 3. Now I checked with apache and the index.html works. Now I replaced the index.html with some php script to check if my php works or not. When opened the html page again I see the php code directly. Deltora Quest Cavern Fear Pdf To Word.

Sep 22, 2013 Installing PHP and MySql to Apache2. Installing php5. Installed php5 as a module for apache2. $sudo apt-get install phpmyadmin. A windows asks what. Manually install Apache PHP MySQL windows a detailed how to guide to install each application individually. Offers x64 bit windows support.

It seems it does not work. Following is how my php code looks like. When I open my index.php, I see the above code itself. Can anybody let me know whats wrong and how can i fix it? Step By Step Process to Setup Apaache,PHP,Mysql,phpMyAdmin and XDebug. 1)How to install Apache 2)Setup PHP for Apache 3)Install & Configure MySQL to use with PHP 4)Setup XDebug for Debugging 5)phpMyAdmin Note:In this tutorial my Server Folder is located on F: Server How to install Apache 1)There are two ways to install apache either install the old version of apache httpd (Compatible with Windows XP) from httpd.apache.org/download.cgi or get the latest apache build zip from www.apachelounge.com/download/.

Install Php And Mysql

2)I will show how to configure apache from the zip version downloaded from apachelounge.com/download/. 3)Click on Additional + VC9 on the left of the page.

4)Download the 2.4.x zip build with OpenSSL 0.9.8. 5)Create a folder with a name Server on location where. 6)My Location is F: Server 7)Extract the Apache24 from apache zip to the Server folder. 8)Now Goto config folder in Apache and open httpd.config in any text editor.

9)Find(Ctrl + F) and replace each and every instance of 'c:/Apache24' and change it to your apache location in my case its f:/Server/Apaache24. ServerRoot 'c:/Apache24' with ServerRoot 'f:/Server/Apache24' DocumentRoot 'c:/Apache24/htdocs' with DocumentRoot 'f:/Server/Apache24/htdocs' with ScriptAlias /cgi-bin/ 'c:/Apache24/cgi-bin/' with ScriptAlias /cgi-bin/ 'f:/Server/Apache24/cgi-bin/' with 8)Now run the Command Prompt (with Administrator Rights). 9)On Command Prompt go to the location Server/Apache24/bin. 10)Inside the Bin folder type 'httpd -k install' to install the Apache service and then press Enter. 11)To start the Apache Server simply type in 'httpd -k start' and then press Enter. 12)Restart Your Computer 13)Now Open the Bin folder and double click on the ApacheMonitor.exe and Start Apache 14)Now Goto localhost if you see page 'It Works' then Apache is sucessfully installed on you computer.