When i upgraded my pc to Windows 10, wamp server doesn't work anymore (All i get is the orange icon and not the green).
First, I've tested port 80, it was used by iis 10, so i changed to port 8080 in the httpd.conf and then restart all services, icon still orange.
Second, I opened windows features and disable Internet Information Service, restarted my pc, icon still orange.
1- What should I do to fix it?
2- Is it good to disable iis?
after upgrade to windows 10 iis auto start you need stop it and disable this service
open cmd and type net start W3SVC then enter for stop iis after start wamp server
for disable service open services and find some thing like "World Wide Web Services" and properties and choose disable
Related
I was using wamp for a year, but suddenly stopped working. I think the problem is Apache.
The icon is orange and doesn't turn to green. I have tried many ways, disabling IIS, quitting SKYPE, disabling World Wide Web publishing services etc... but still the icon is orange.Any help would be appreciated.
I am running Windows 10 64 bit and Wamp Server 2.5 .
If I ask to Test Port 80, I get the following message
Your port 80 is not actually used.
Press Enter to exit...
WampServer worked fine on my computer running Windows 8.1. I've upgraded to Windows 10, and now Wamp is not working. The WAMP icon is red. I've looked into the Internet Information Services and found that World Wide Web Services folder was unchecked. I went to services.msc and the World Wide Web Publishing Service is missing from the list. Took off skype from port80. I've tried changing the port address in httpd.conf to 8090 and 9080. I tested port80 through WAMP - Apache interface and found out that "Your port 80 is not actually used". I'm not very good at using the command prompt. I don't know how to ensure that Apache uses port 80. I'm asking if this the problem and how to fix it. Or at least how to get WAMP working again. Thanks!
If you had WAMPServer installed before you upgraded to Windows 10 then the solution is simple. The problem is that the W10 upgrade does not know about the Apache and MYSQL (wampmysqld and wampapache) services, and therefore does not re-register them.
All you have to do is this using the wampmanager menus
wampmanager -> MYSQL -> Service -> Install Service
wampmanager -> Apache -> Service -> Install Service
Its probably a good idea to the exit WAMPServer and then restart it, but not usually necessary.
I tried several ways to make it run but it didn't. Suddenly, I selected a different version of PHP from WAMP tray and it did the trick. May be it will help many out there facing this issue.
I recently upgrade my Windows 7 to Windows 10 (9). I need to use Apache server for web development. But for some reason I can't access it via web browser.
First I tried to look in the firewall and antivirus settings. It looks fine. I've tried reinstall xampp then I tried Wamp. Nothing working. I'tried 3 web browsers Edge, Opera, Chrome. Then I tried to find if some application is blocking port 80. So I disabled Skype, IIS. Then I tried different ports 8080,9080,123. Still can't access it via browser, but ping works.
Then I disable preference of Ipv6 and I prefer IPV4 now. I've changed HOSTS file so only 127.0.0.1 localhost is uncommented.
Only problem occurs when I try run wamp my internet access became unavailible and a have to restart computer to access internet again.
Has anyone here have same problem, because according to everything I ve done it seems apache server and network settings is correct.
Maybe problem is somewhere else?
Thank you for your help.
Solved with clean Windows 10 installation.
i've been trying lately to run my web application on Glassfish, i tried with netbeans and intellij and both show the same error :
could not start Glassfish server :DAS port is occupied while server is not running
or
Could not start GlassFish Server: Administrator port is occupied by null
i'm sure that the port 4848 is not occupied (8080 too)
And when running intellij on Windows 7, it worked, so what's the problem when running it on Windows 8.1?
I guess its a permission problem. You should check if the windows user you are using has the right permissions to start and modify GlassFish files.
Check the permissions of your domain folder (probably <GLASSFISH_INSTALLATION>\glassfish\domains\domain1), you should have all permissions (total control) on this folder. If this doesn't help, you may have to check the permissions of the whole <GLASSFISH_INSTALLATION> folder.
Other things to check:
Windows Firewall
check if ports are really free: netstat -aon | find ":4848"
Good day,
I'm trying to install IIS on windows 8 laptop.
When i type [http://localhost] it gives me a blank page.
I can ping localhost and 127.0.0.1 and get replies and gmail developer tools give me a status of 200 OK.
I have McAfee total protection installed and i disabled the firewall on it. I also disabled windows firewall.
i just uninstalled Skype.
I completely bypassed my router and connected straight from the modem.
I restarted and nothing . Just want to get the default iis page up and running
Nothing is working please assist.
In case HTTP Redirects doesn't work, check to see that Static Content is enabled as well.
Both of these were not enabled on my new Windows 8.1 > IIS 8.5 ...
Both can be enabled here:
Control Panel > Programs > Turn Windows Features On/Off > IIS > WWW Services > Common HTTP Features
I enabled HTTP Redirects, still blank. Then I enabled Static Content and halleluah !
http://forums.iis.net/p/1152570/1882738.aspx