yellow icon for wamp server - wampserver

the icon of wamp server is yellow, I tried in:
1.Open file httpd.conf through wamp tray icon
Find:
# onlineoffline tag - don't remove
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
Change to:
# onlineoffline tag - don't remove
Order Deny,Allow
Allow from all
no change!
2.left click the wamp icon > Put Online
no change, still online put yellow icon --> locall host not work
3.apache --> service --> start service --> not work
4.apache --> service --> test port 80 -->
your port actually used by:
server : Microsoft
I don't know what to do?

Ok, i figured this out. What is happening is Skype is blocking port 80. So, you have to do the following:
Right click on skype.
Click on quit and allow it to quit.
Left click on the Wamp Server icon
Click Start all services.
Thats it!
If you want to use skype, do all of the steps (1-4) then start skype again.

It's my own problem and solveed it.
click start and type servicesp-> open it and stop it ( at the r8 side).
click on the yellow icon and got apache--> service--> test port 80--> if it's available,
then again go to apache --> service and --> install service
restart all services by clicking wamp icon and then you will find green

i did face this complex and i did tried all the solution to make wamp server go to green , but it did not work , every thing at all , but , when i click on test port 80 on apache , it gives your port 80 is used by http/api2.0 . and from here i found the answer from a contributor in ther web site
http://theandystratton.com/2012/wampapache-broken-from-microsoft-httpapi-2-0-using-port-80
, here is the solution :
Turning off Microsoft HTTP/API 2.0
Open your Control Panel (Start > Control Panel)
Change the view setting from Category to Small or Large Icons
Open Administrative Tools
Open Services
Find “Web Deployment Service Agent” in the list
Right click and choose Properties
Click Stop
Change it’s Start Up value to “Manual”
Hit Apply/OK to save the changes
Go to WAMP and restart all services
This should do it.

I found an issue that fixed mine on VirtualBox. For some reason the WAMP installer never installed the service. To fix it, left click on the yellow wamp icon in your task bar area, select Apache>>Service>>Install Service then follow the instructions in the DOS screen.
Next go back to Apache>>Service>> and select "Start/Resume Service"

Try installing WAMP 2.1
I also tried each and everything, but install WAMP 2.1, refrain from 2.2,
http://sourceforge.net/projects/wampserver/files/WampServer%202/WampServer%202.1/
Have a gr8 time

Try this,
Left click the wamp icon, go to apache and then test port 80.
If it shows apache then it is working fine and if it shows MicrosoftApi etc. then go to services --> search for web deployment agent service and stop it.
Restart the wamp and hope it works for you.

Here are steps to find out the wampserver's errors
Go to Control Panel -> Event Viewer
Find "Apache Service" in "Summary of Administrative Events", then double click on it
View errors and fix them.
Hope this is helpful!

There are many obscure things that can cause this, in my case I had enabled the PHP zip extension, it caused the yellow icon and the services were not started. With the services not started it wouldn't let me disable the extension, had to manually edit the php.ini and comment it out. Then wamp started fine.

Re-install WAMP and try to turn off WAMP before switching off machine and don't force stop while turning off, if WAMP is on and you will not deal with this problem in future.

My solution was using a different port rather than 80.
Left click over the "W" icon
Select Apache > Use a port other than 80
8080 worked fine for me
Good luck!

I clicked on "allow VirtualHost local ip's others than 127.*" in wamp settings.
its working fine with (green tray icon)

In my case, I click on the yellow icon and then click on start all services, try it may it will help u.
Enjoy your tech journey ;)

HOW TO FIX ANY PROBLEM WITH WAMP-SERVER:
Go to Control Panel -> Event Viewer
Find "Apache Service" in "Summary of Administrative Events", then double click on it.
View errors and fix them.
MY ERROR WAS:
MySQL was not working, mariaDB was blocking the port 3306. I had to go to services and end the service. After that I installed again MySQL service from left click menu (wamp icon). And then I Started All Services and it was green again :)
Cheers #Tin Nguyen

You can simply fix it by restart the apache service like this
Step1: install service
Step 2: then again go to the same menu (like as image) and select "Start/Resume Service"

for me, I had the code execution cannot proceed because vcruntime140.dll error in the installation process and fixed by installing Microsoft VC packages downloaded from this URL
but after that, the yellow icon not fixed by doing every possible way, it was fixed just by reinstalling wamp!

i had the same problem, click on wamp icon => apache => service => install service
however avoid installing 64 bit wamp, sometimes it throws dll errors, i recommend Laragon instead

Related

Unable to get my development server to work

I installed Wampserver (including the 2 Visual C++ service packs). I placed my tutorial files in the c:\wamp\www\ directory.
On the service tray, I'll go to "localhost" & "Your Projects" & I'll try to open an .html document that submits a form to a .php document.
I get a "Server Not Found" error.
Thank you in advance!
It worked for me several years ago. The tutorial files are in an O'Reilly book ("Missing Manual")
WAMP uses Apache. Go to your start menu, and search for WAMP, which should display a WAMP icon in your hidden icons section of your windows task bar. Just click on it, and click start all services, and bam!
Check out this post on SuperUser: https://superuser.com/a/980974

neo4j community V1.9.4 - how to configure IP address and default database location?

Just installed Neo4j community v1.9.4 - thanks for Windows Desktop Launcher. A couple of configuration questions:
1) How can I set the webserver to listen to any connection? In the previous versions I could set the webserver to listen on 0.0.0.0; With the new version, the properties file (neo4j-server.properties) doesn't appear any longer.
2) From the desktop launcher, is it possible to change the default database starting location? I am working with a previously created database and have to point the launcher at it every time I start.
Thanks.
When you start neo4j-community.exe, a window pops up (neo-4-j Version 2.2.2).
In the lower left corner, you find a button named Options...
Press this button, and you will find the configuration files.
C:\Users\YOUR_NAME_HERE\AppData\Roaming\Neo4j Community\neo4j-server.properties
When you push "Edit..." you can edit the files you want - in your case the file in the "Server Configuration" section.
Just add
# Disable authorization
dbms.security.auth_enabled=false
But be aware of the security problems mentioned here http://neo4j.com/docs/stable/security-server.html#security-server-auth
Hope that helps
You should see the installation folder from the Neo4j web console (last tab), in there you can change the neo4j-server.properies to your existing database. Same thing goes for the listening.

Configuring the Timeout-period for Debugger in VS2008

Im using a C#-Service in a Delphi application, the problem is that VS stops the debugger if i dont click anything for some time.
It looks like a debugging-timeout issue but i can not find any related configuration in VS for this. Does anybody know if there is such a Configuration and where is it?
Thanks for your Help.
Well guess i found the answer:
One have to stop the process status check by disabling the pinging property by following command:
appcmd set apppool /apppool.name: string /processModel.pingingEnabled: false
Or using the UI by:
Open IIS Manager
On the Connections pane, expand the server node and click Application Pools.
On the Application Pools page, select the application pool and then click Advanced Settings in the Actions pane.
For the Pinging Enabled property, select False to disable pinging, and then click OK.

Utidev webserver's windows service not running

im trying to host my website developed in ASP.net4.0 in Ultidev's casini webserver 2.0.
bt when i try to host the same or click on http::/localhost:port, im getting following error.
Utidev webserver's windows service not running.
I dont hav clue on the windows service it's expecting.
Do i need to install any other dependencies ?
Please look at the error pic.
Please help me in this regard.
Thanks.
The host process for that application, DefaultSharedHostProcess, is having trouble starting. Look in the Windows Event Log, as well as "UWS.Installer.log.txt", "RegRepairTrace.txt" and "AppRegTrace.txt" files in the "%ProgramFiles%\UltiDev\Web Server" folder.
As there are a variety of circumstances which can lead to this error, you will need to edit your question and add in the relevant error details you discover from the logs, or go start a thread on UltiDev's support forum. For instance, I encountered this error because of a permissions issue to machine.config in a .NET 4 folder.
Ran into this today, and found if I recycle the host process, I was up and running.
In the UltiDev Web Server Explorer window on the left side, click on the Default Shared Host Process.
On the right side, you'll see a button named "Recycle Host Process". Click it, and answer Yes.
After this, the Windows Service started up, and I was able to communicate with my web app.

working on port 81(wampserver)

I have recently installed wampserver 2.0 and configured it to work on port 81. Now the problem is that when I click on phpMyAdmin present at the taskbar inside wampserver 2.0 the browser redirects me to
localhost/phpmyadmin instead of localhost:81/phpmyadmin. When I manually type it, everything works fine.
How can I fix this thing? I want the browser to open localhost:81/phpmyadmin page instead of localhost/phpmyadmin when I click on phpMyAdmin.
The configuration is stored in wampmanager.ini, located in the wamp installation directory.
This file is generated from wampmanager.tpl though, so you need to change the following line there:
Type: item; Caption: "${w_phpmyadmin}"; Action: run; FileName: "${c_navigator}"; Parameters: "http://localhost/phpmyadmin/"; Glyph: 5
You can even add your own menu items in there if you like.
You need to restart Wamp after changing this configuration, since wampmanager.ini needs to be re-generated.
If I'm understanding you correctly, the problem is that your link to phpMyAdmin points to the wrong direction. Now I've never used this server, but the wampserver's taskbar is probably some HTML file. Just look for something like <a href="http://localhost/phpMyAdmin/"> and replace the HREF with your path there.
Wherever possible, you should use relative links in your website. I don't know anything about this "wampserver", but the link to phpmyadmin, instead of being <a href="http://localhost/phpmyadmin">, should be <a href="/phpmyadmin">, and that way it will continue to work no matter what port or domain you're running on.
Added :8080 to all 3 http://localhost uses in wampmanager.tpl. Saved changes. Exited wampserver. Started Wampserver. Came up green. Clicked localhost inside wampserver menu. Wampserver page opened in browser.
Thank you Peter Lang for your post. It led me to solution I've struggled with for several days.

Resources