How to do wamp server turning on? - wampserver

I installed the wamp server successfully and also install the install the C++ Redistributable. I also change the port no to 80 to 80885.
I also change the settings in skype, Skype --> Tools --> Options --> Advanced --> Connection and turn off "Use port 80 and 443 as alternatives for incoming connections.
But still when I am starting the server it is showing on line but giving orange color, and when I am usng it on browsre it is no running.

Install visual c++ redistribution setup here on your machine x64 or x 86 according to your machine. Also make sure you have msvcr.dll in your windows/system forlder. If not then download and paste there. Then restart the wamp server. You might need to allow it through first time running.
Also use port 80 it is fine.

Related

Installation of WAMP SERVER

I am trying to install WAMP SERVER on Windows 7 PC. After completing installation I typed localhost/phpmyadmin/ as suggested. But the error is "Site can't be reached". Also when I searched on it google says that green icon should appear on icon, but it is not so... What do I do? Should I try 2.5 version instead of latest 3.0.4 or any other suggestions?
check what port number you apache http.conf is trying to acquire.
Also do check if any other application is using that port.
Skype (usually does).
Also try Changing the listen port number to 8080
in httpd.conf
Listen 0.0.0.0:8080
and try
http://localhost:8080
similar link:
WAMP - Your port 80 is actually used - Error

Unable to start the process of nhttp.exe on my local machine using Notes 9

I have IBM Notes 9.0.1 (Revision 20131022.1138) installed on my Windows 8.1. Whenever I start my Domino Designer and try to preview a page it does not show up. I tried to start the local HTTP process using the command nhttp.exe -preview but it gave me an error as:
HTTP Server: Error - Unable to Bind port 80, port may be in use or
user needs net_privaddr privilege
Using the command of netstat -o I was able to find Toaster.exe process bound to 80. I disabled it using instructions from here. But still I am getting the same error. Now the netstat -o command does not show any process bound to port 80.
Taking reference from this discussion I even disabled my Windows firewall but I am still unable to get it to work.
Not sure if this will work - but have you tried changing the Web Preview port in Domino Designer -> Preferences -> Domino Designer -> Web Preview Port. Change it to 8080 or something other than 80 that's not being used and see if it works.

Wamp server not working after opening port 81

i am hoping you can help.
I have just started hiring a web server from hetzner.
I loaded wamp onto the server, but as it is a windows 2012 server, it's port 80 is being used by the default loaded IIS.
So i opened up the port 81, for wamp, but it has been a struggle, when i type in my browser localhost:81 it shows me wamp server homepage, but whenever i try to enter into the phpmyadmin page, it's loaded, but i just see a white screen, i cannot enter the database management.
Does anybody know what might have caused this?
If you are using port 81 ( or any non standard port ) you have to add the port number to all your url's.
So try using
http://localhost:81/phpmyadmin
and it will work.
If you are not using IIS I would suggest disabling it and all its friend that grab port 80 so you can move wamp's Apache back to port 80.

WampServer is not working

I have just installed WampServer. But it's icon is always red. I restarted my pc but it is still red. What should I do about it?
I already changed httpd.conf in c:/wamp/bim/apache/apache/conf.
I changed listen 80 to listen 8080 but nothing changed.
I also closed Windows Firewall and Skype has not been started.
Try this, :-
Go to skype:
Tools -> Options -> Advanced -> Connections and uncheck the box "use
port 80 and 443 as alternative".
restart wamp,
Hope this helps..
If the Wampmanager icon stays red then both the APache and MySQL services have failed to start, so something sounds very wrong.
Have a look at the Windows Event Viewer, in the section called Microsoft -> Applications
Look for messages from MYSQL and Apache. If they fail before they can write to there error logs they log error messages in there. Thay should give you an idea about what is wrong.

Wamp server can't connect to localhost

I am having a problem with wamp server (again). First the icon would not turned green so I change the port to 8080 and now it turns green. However, when I visit localhost, I just get the message in the screenshot below.
Does anyone know what's going on here? Same when I try to go to PhpMyAdmin. I have version 2.1
try http://localhost:8080
(or http://127.0.0.1:8080 if there is a problem with the resolution of localhost)
you changed the port and I am not sure if you reflect this in your request.
Do you have Skype on in the background? If so turn it of restart your web server on port 80.
Edit: Like said in another response check for anything on port 80 and turn it off.
Check your system for any program that uses the port 80, and turn it off.
This will surely work:
Check in which Drive your Windows OS is installed. If it is E, F or other then C, then install wampp in that particular drive.
If Microsoft Visual C++ 2010 SP1 Redistributable Package is not intalled then install from : Download link
It should work.
I too faced the same issue during the installation.
This error is due to
1) if some other service is running on the same port
2) if some other application may block your application.
For checking
1.) Select the server icon. Select "www directory" and make sure it is pointing to where it should and that there are files there. --- It points to my Documents/wamp/www --- where there are an index and your test files.
2.) Select the server icon. Select Apache. Select service. Select "test port 80". See what port 80 is actually used by. --- I get "your port 80 is actually used by:......
Here you can find your port is used by which service.
If you have iis running remove that temporarily now by control panel-> uninstall program -. turn window feature on/off -> iis.
After this restart your system and run wampserver now. It will work Hope this may help
Check in your hosts file to see if there is a entry like this:
127.0.0.1 localhost
if there is a # before it like this
# 127.0.0.1 localhost
delete the hash as that is a comment
you will find your host file at:
C:\Windows\System32\drivers\etc

Resources