Xampp server conflict due to which wamp server is not working - xampp

I installed Xampp on my pc it was working fine but today all of a sudden apache server failed to initialize then i removed it and installed Wampserver which is perfectly working and services are online. But whenever i try to open localhost it is not working and browser still displaying Xampp fevicon and displays message "http:/localhost/ is not available" Any help would be appreciated thanks

Following steps worked for me:
start services of xampp from xampp control panel, and then go to the browser.
in the address bar,type: 127.0.0.1/8080/filename.php where filename.php is the php file placed in xampp/htdocs and you will have to change the port 80 to 8080 by configuring apache Config option from xampp control panel.

Fixx....
see in your pc IIS services also running.. when IIS services running wamp server or xampp running only partially.. specially apache service not running on your pc.
do solutions...
for stop IIS on your system .. Go startmenu--type cmd--run-- type command
iisreset /stop
and enter.
now restart wamp server or xampp.. all services starts now. enjoy

Related

Problemi quitting from XAMPP

I'm using XAMPP in order to manage locally a website development suite.
Exiting from XAMPP console, clicking on "Quit" button,d I got an error (see screenshot).
I noted the same behavior also quitting by stopping manually web server and/or MySQL server.
Suite is running on Windows 10 Pro, 21H2, build 19044.1526.
Any idea?
Thank you in advance.

Connectig to jira application server via browser remotely

I've installed Jira application server Version 7.1.4 on windows 10, I can connect to it with VM Ubuntu at my pc and also I can connect to it locally but I can't connect to it in other pc's in our office network.
I Use telnet MyserverIp and Myserver port and everything was ok.
let me know what is your idea.
Update: I changed firewall to turn off but it doesn't matter.
Thanks
I added tomcat8w.exe to "Allow a program or feature through windows firewall" at control panel windows firewall and problem is resolved.

xampp with openssl 1.0.0 or higher

I need a xampp with openssl 1.0.0 or higher with php 5.4 and apache 2.4+ which can run on windows server 2003.
Xampp 1.8.3 is there but it doesn't work on windows server 2003.
Can you please suggest me any version??
Thanks.
Xampp works in server 2003, the issue you are facing is because Windows Server 2003 is a server operating system which has a per-installed IIS server which runs using the same port. I recommend you to shutdown the IIS services then try restarting xampp to make it work. you can reach the services console by services.msc

Run xampp on external hard drive on XP and Windows 7

I've installed XAMPP on an external hard drive. My Windows XP desktop can run XAMPP fine from the external. But when I plug the external into my Windows 7 laptop, XAMPP doesn't run. I run the control panel. It says Install(er) Directory: No Installer Package Found. When I click Start next to Apache and MySql it says Apache / MySql started but the Running green message does not appear, or appears for a split second then disappears. Localhost is unavailable.
Does anyone have any ideas?
Thanks,
HR
Go to control panel>administration tools and select IIS Management Services. Once opened right click on the root of IIS (your PC's name) and select stop.

Installing Xampp on MS Windows Server 2003

I have a Windows Server 2003 and asp.net website running on localhost. I have to install php and mysql, but php installation doesn't work for whatever reason. I was wondering if I could install package such as xampp on windows server to save time and hassle installing in manually (I could not find a tutorial for this). I was wondering though, if it is safe, i.e. what will happen if I go to http://localhost/ - will I get the php or asp website? In general, is it safe to install xampp on windows server 2003? All advice greatly appreciated.
Yeah, it's safe to install both. What you do is bind one to one port and the other to another port, so IIS is port 80 and Apache is port 81 or whatever, http://localhost/ would go to IIS and http://localhost:81/ would go to apache.
Microsoft got a detailed oficial instructionpage for PHP on IIS under h**p://php.iis.net/
You probably got IIS 6 running on that Windows 2003 Server. The following article describes how to run PHP apps
http://learn.iis.net/page.aspx/247/using-fastcgi-to-host-php-applications-on-iis-60/
If you have no experience with XAMPP or Apache Webserver I wouldn't recommend to install it... especially on a production system.

Resources