Best Result antivirus - Best Buy

WAMP not Starting in Windows 7

WAMP Not Starting in Windows 7



Solutions:

1)Close others services using the port 80 (Skype , IIS Server) and restart wamp

If not solved

2) Check the error source  in this file using CMD

     c:\wamp\bin\apache\Apache2.2.17\bin>httpd.exe -e debug

Note: If Shows invalid IP in  files at  (C:\wamp\alias)then comment the line in conf file using '#' at line  Allow from ::1
Example:- of 
C:\wamp\alias\sqlbuddy.conf

<Directory "c:/wamp/apps/sqlbuddy1.3.3/">
    Options Indexes FollowSymLinks ExecCGI
    AllowOverride all
        Order Deny,Allow
    Deny from all
    Allow from 127.0.0.1
#    Allow from ::1
        Allow from localhost
</Directory>