Search This Blog

Tuesday, November 20, 2012

WAMP Server Installation Guide for Windows 7 32/64 Bits

Welcome to designers blog here i have posted how to use wamp server in window 7

By default WampServer is installed to port 80 which is already used by IIS. To set WampServer to use an open port, left click on the WampServer icon in the system tray and go to Apache > httpd.conf
Open the httpd.conf in Notepad. press ctrl+f and search for 

"Listen 80", change this line to "Listen 8080"

  (u can change this port as what you want), and then close and save the httpd.conf file.

Open a web browser and enter  this will open the WampServer configuration page where you can configure

Apache, MySQL, and PHP.and some times this problem may occur because of skype also use 80 as default


Now you can see WampServer icon on the taskbar. WampServer icon has three states.
  • Red
  • Yellow
  • Green
Red:





Yellow






Green:





When Green Symbol comes your Wamp Server in Active .






No comments:

Post a Comment

Validating to select in sequencial order using angular

    < input type = "checkbox" (change) = "handleSelectTaskItem($event, taskItem)" [checked] = " taskItem . i...