Some of you might get the “Server Offline” error after you install
WAMP on your windows 7 system. This happens if IIS server was installed
in the system prior to the installation of WAMP thus creating the clash
of the port address where both the servers are trying to access http://localhost/
This issue can be resolved by changing the port address for the WAMP server. Follow the below given steps to do the same:
The solution for this issue has been tested on Windows 7. The solution may be same for Windows Vista and Windows XP operating systems.
This issue can be resolved by changing the port address for the WAMP server. Follow the below given steps to do the same:
- Go to c:\wamp\bin\apache\Apache2.2.11\conf
- Open httpd.conf file
- Change the line “Listen 80” to “Listen 8080” (or Listen <some number>)
- Save the file and close it
- Go to c:\wamp\ and open wampmanager.ini
- Change all http://localhost/ references in the file to http://localhost:8080/
- Save the file and close it
- Go to c:\wamp\ and open wampmanager.tpl
- Change all http://localhost/ references in the file to http://localhost:8080/
- Restart the WAMP Server
The solution for this issue has been tested on Windows 7. The solution may be same for Windows Vista and Windows XP operating systems.
0 comments:
Post a Comment