IIS Failed To Run & XAMPP Anomally - apache

I recently activate IIS7 feature in my Windows (through control panel)
Previously I already installed XAMPP in my machine (configured to run on port 8080 through the httpd.conf file)
What happen is:
I am not able to invoke the iis startpage.. (using address http://localhost/), doesn't display error or anything, jus a plain blank page..
on the other hand, when I tried to run my XAMPP, i noticed that on the control panel it is mentioned that it's running on port 80 (which contrary to my settings)
However XAMPP startup page still can only be invoked through http://localhost:8080/xampp. I figured that if what the control panel telling me is true, I shouldn't need to include the ":8080"..
Can anyone give any idea how this happen? And how to fix this anomally, thx?

I some time ago successfully installed a IIS and XAMPP in a Windows (I use Windows 7 Ultimate) and both are running smoothly. But before installing XAMPP, I have activated & using IIS before. I'm using XAMPP 1.7.3.
Maybe you could try to install IIS first, XAMPP. Before installing XAMPP, make sure the IIS service is running / active.
Hope it helps.

Related

Wamp (apache) stops working after windows 10 upgrade

I'm an old dog (75) not very good at learning new tricks.
I still use Coral_8_0_0 to create my WAMP server and am comfortable with it, so please don't tell me to upgrade to 13_3_2_ZeroXIII.
I have tried that and haven't yet worked out how to have several websites in the vhosts folder and get to them via the localhost.
I promise that I will sort that out - but, meanwhile, I have another more pressing problem:
I am running Windows 10 on a desktop computer, and I have Apache running as a service and I can :
Stop it when I like and restart it when I want;
Maintain 13 websites in the vhosts folder;
Look at each site via the localhost.
A few weeks ago the Windows 10 OS was upgraded for April 2018 to version 1803, and my setup stopped working :
I could not stop or start apache either as a service or as a programme;
I could not look at my local sites via localhost.
This was really annoying as I update most of these sites on a daily/weekly basis.
Also Dreamweaver did not work properly as it could not access the local site.
I uninstalled the version 1803 upgrade and - magic - Apache and Dreamweaver and the localhost worked perfectly again.
HOW CAN I OVERCOME THIS PROBLEM ?
I sync everything to my laptop which also has windows 10 (not yet upgraded) where everything works as I like.
Today - the 1803 upgrade arrived and I installed it to see what would happen.
Alas - Apache and localhost stopped (like on the desktop machine) so I uninstalled the upgrade and everything reverted back to normal.
I would like to solve this problem before I get stuck into sorting out the latest version of WAMP.
Any help will be gladly received. Thanks in advance.

How to run Wamp server?

I have a wamp server as well as Xampp installed. I am unable to start my wamp server. When I try to start services, it stops in orange state, never moves to green. But I am getting to see my local host in browser with Xamp under this situation. Can any one help me how to get my wamp server only running.
Sorry for being naive. I am just starting.
if you are using Ubuntu 14.0 you can try somewhat like this in the Terminal Window by pressing Ctrl+Alt+T
Stopping web server apache2
sudo /etc/init.d/apache2 stop (find the path where your xampp server is located)
Starting XAMPP
sudo /opt/lampp/manager-linux.run (find the path where your wamp server is located)
For Windows
Press Windows Key + R or go to run
Type services.msc
Then stop the service for Xampp Server
If Apache is not running as a Windows Service:
you use the Xampp Control Panel Application to stop and start Apache.
I also experienced the same problem and I hope it will work
INSTALLING
Double click on the downloaded file and just follow the instructions.
Everything is automatic. The WampServer package is delivered whith
the latest releases of Apache, MySQL and PHP.
Once WampServer is installed, you can manually add aditionals Apache,
Php or MySql (only VC9, VC10 and VC11 compiled) versions.
Explanations will be provided on the forum.
Each release of Apache, MySQL and PHP has its own settings and its
own files (datas for MySQL).
Using wampserver
The “www” directory will be automatically created (usually
c:\wamp\www)
Create a subdirectory in “www” and put your PHP files inside.
Click on the “localhost” link in the WampSever menu or open your
internet browser and go to the URL : http://localhost
Installing Wamp

Wamp server installation issue in window 8.1

After install the wamp server in my system (windows 8.1 64-bit). The Aestan Tray menu turn green after taking 5 minutes from orange color.
However myphpadmin or localhost or 127.0.0.1 are not opening.
I have uninstalled my skype and re-installed the wamp server still i have the same issue...
I also checked the ISS in the control panel (Turn windows feature on or off) it is also not set.
Since i have start the apache service and test port 80..
i have getting the message:
Your port 80 is not actually used
Press Enter to Exit
Some time I get the message error message when Aestan Tray blink orange:
Could not execute menu item (internal error) [Exception] Could not
perform service action: An instance of the service is already running
I have installed wampserver2.5-Apache-2.4.9-Mysql-5.6.17-php5.5.12-64b
In my office system (window 7) wamp server is working fine. i have installed without any issues.
I already done so many things to correct it from the instruction available from internet.
I have already installed/uninstall wamp server by 12-15 times.
Please help me to sort this issue.

Internet Explorer 10 (Windows 8) crashing Apache

I just installed Windows 8, and I'm having a hard time running Apache on it.
After a couple of adjustments on httpd.conf file (changing ports because of WWAHost.exe and allowing ::1 due to IPv6) I finally got it running (installed with EasyPHP), but when I open some local site on Internet Explorer 10, Apache stops responding and keep trying to load the page forever.
I think it has to do with Internet Explorer 10, because on other browsers work fine before loading any local site on Internet Explorer. After that I have to restart Apache to work again and not use Internet Explorer 10 any more in order to keep it running.
Did you have the same problem?
I had a similar problem and managed to fix it with the following solution. See IE freezes when requesting an EasyPHP/Apache hosted page.
As I already had a modern Apache, I just added:
AcceptFilter https none
AcceptFilter http none
EnableSendfile Off
EnableMMAP off
before loadmodules section. This worked like a charm.
My configuration was: Apache 2.4.4 and Internet Explorer 10
I had the same problem running Apache 2.4.2 (EasyPHP 12) with Internet Explorer 10 on Windows 7, although think I've found a solution on astutelogic.com that seems to work... At least, upgrading Apache to 2.4.4 using those instructions worked for me.
I downloaded the Apache binaries from Apache Lounge, then after the extracting/renaming steps, I copied my current 'php.ini' and 'httpd.conf' files across to the new folder and added the additional lines to my 'httpd.conf' file as instructed.
As per the linked page, a note on development servers vs live servers:
As far as I can see, the AcceptFilter directive only really works on FreeBSD and Linux (to a lesser extent) so there isn’t any benefit from having them on Windows. I could be wrong though… In any case, its only a development environment so a few milliseconds slower shouldn’t be a problem.
Update
Just noticed EasyPHP 13.1 has been released, which comes with Apache 2.4.4. If you haven't already tried the steps I linked to above (or simply updated EasyPHP), I'd recommend you just download the updated stack.
I have been attempting to fix the same issue on Internet Explorer 10 on Windows 7 and have found that using compatibility mode alleviated most of the delays using localhost sites.
I know it isn't exactly a solution, but I also experienced these issues on Windows 8 and tried the common fixes to no avail.
It might be something with ThreadsPerChild.
Check error.log and httpf.conf:
# Server-pool management (MPM specific)
#Include conf/extra/httpd-mpm.conf
I had the same problem in Internet Explorer 10, but now I can't seem to reproduce it. Normally I use Firefox, and there is no problem. It seems I got this problem after updating to Apache 2.4.

Apache Tomcat Server shutdown yet webapplication is still running

I am using Apache Tomcat 6.0.18, I am running on Windows XP
I have a web application which I place it's war file under webapps folder. The web application runs fine, its just when I run the shutdown.bat the application still runs (as in I refresh the page and it doesn't come up not found).
I check the localhost:/8080 and webpage cannot be found comes up
but when I run localhost:/8080/myapp my application comes up.
I have tried this in both IE and Firefox
Thank you for any help.
I had this similar problem, This can only happen if Apache Tomcat is not configured properly. Best way is to check build path and look for exact directory of Apache.
Example
i.e C:\Program Files (x86)\apache-tomcat-7.0.27
Also look for windows service for start, restart or stop
Run - services.msc
You may want to check this link
i.e
Verify that tomcat is actually down (simplest way is via task manager)
The issue sounds like a caching issue. Try deleting your cache.