I have XAMPP already installed on my Windows and I'm trying to turn it off so I can use IIS "which looks like a movie by itself". The problem is that XAMPP is refusing to turn off and is giving me a busy error:
Busy...
ERROR -1
The error message is really inexpressive so I have no idea what the problem could be. Anyone knows how to solve this?
The problem is really simple (and stupid). I only needed to run XAMPP with administrative access, that's all.
Related
I hope this is the right place to ask. I was thinking serverfault might not be correct, since the computer in question is not a server. Feel free to migrate if StackOverflow is not right.
I usually install IIS on servers but have installed it on Workstations before. I actually had the same problem with another machine of the same model a few weeks ago but can't remember how I resolved it. I must have installed additional features or run some powershell-command that did not resolve the issue on this machine.
I installed IIS the correct way using the Windows Features, as described in the answers to this question. I've actually removed and reinstalled it since then, but it hasn't resolved my problem.
The WWW publishing service is running and I can open the IIS Manager, but it's completely empty, unlike here where the IIS Manager at least shows the local computer
When I type localhost into a browser I don't see the IIS Startpage, I get the error ERR_CONNECTION_REFUSED
You can see that all the required checkboxes are checked:
And the service seems to be running.
I've since tried installing IIS using
DISM:
Powershell:
And I checked the status using the iisreset command which was mentioned in the comments here (second linked question upstairs):
It restarts without any error and says everything is working fine.
Has anyone ever encountered this before or might know what I could try to get IIS actually working?
Edit:
I just noticed, while trying to uninstall IIS, that I can not uninstall it. I used Windows-Features and confirmed to reboot when prompted, but while rebooting Windows does a rollback and IIS is still available. So I can't even uninstall it.
Also just found this similar quesion on SuperUser. I'm still trying some suggestions there. So far to no avail.
Thanks for the comments.
I was on vacation, but a colleague was able to fix the problem.
Unfortunately, the solution was to reset Windows 11. He was then able to install IIS through Windows Features and it worked.
No idea why it didn't work in the first place, or why it got to this unrecoverable state. But now everything is fine.
I usually don't have any problem with Laragon as it works pretty good. I had no problem using Laravel.
But recently, my laptop made a Windows update, and since it restarted, nothing works anymore.
By nothing, I mean that when I try to load my virtual host "foo.dev", I have a 500 error without any info. So I tried the old way by going on localhost/www/foo/public and it loaded my website. Great !
But new bad news, impossible to connect to the database, even using a software, as if the password had been changed...
I don't have any idea on how to fix these problems and where does the problem comes from...So I'm asking for your help, if anyone has already faced a similar problem and reached to solve it.
Thank you.
I guess when updated your windows, Chrom also updated and apparently Chrome made new release that forces .dev, .app, and a few other TLDs to use HTTPS. The best fix is to use .local instead of another TLD.
see this question for more info
I have a problem. XAMPP will not start Apache. I have tried all the recommended solutions, and they do not work. I still get this error(0xc000007b). This question did not help me: Xampp - Apache Not starting and trowing error
What is a solution?
Try installing Xampp 5.6.31 instead of any Xampp 7.0 or 7.1 version. This will definitely work. :)
This is an underlying problem with Windows. You need to make sure you have all updates installed, and specifically that .NET is up to date. Frankly a reformat (if that's a simple matter for you) is likely the best way to be rid of it once and for all.
Was hoping if someone could help me figure this out. When I click on "preview" in codekit I get
"Unable to preview
CodeKit's internal server is not running. Various network issues can cause this, including certain VPNs. Disable any VPNs and/or reboot your Mac and try again"
If I turn off the servers in Ampps, codekit attempts to but I just get an error since Ampps isn't running to serve the page.
Any ideas on what to do? I've been goig through all the settings in Ampps trying to find something, but I'm coming up empty.
Thanks in advance
Sorry. It was a firewall causing the issue. TCP block to be specific. I disabled it and all was good.
I have a big problem with my FileZilla on my current Ubuntu 12.10 installation so its unusable. First of all some facts:
FileZilla works with my Router/WLan etc. setup on windows perfectly.
It even worked on Ubuntu before upgrading (allthough I'm not sure if it affects at first 12.04 or 12.10)
So the Problem I guess is related to my Ubuntu
The problems are the following:
it's slow
I often have connection timeouts while transfering a couple of files or often when changing directories
often files get transferred without their contents
furthermore if bigger uploads timeout or stop I cannot determine what has allready been uploaded because it does not seem to follow any order subdirectorywise.
I'm kind of a Linux beginner too so I have no idea what I can do about this. Hopefully anybody can help.
It seems that I encountered the same problem with you. It's all right using FileZilla on Windows, but unstable on Ubuntu. Frequent timeout after MSLD command occurred.
I solved the problem by using the ftp command instead. It's built-in and rather simple. You could also check if the ftp connection is OK in Ubuntu with this tool. If it is, then it might be something wrong with FileZilla. (I guess)
I wrote an article about this: http://pengwenqiang.wordpress.com/2013/11/07/the-usage-of-the-basic-ftp-command-in-linux/
Hope it helps.