Xampp Apache Ports issue with miria server - php

I have Installed Miria server (in vmware with server windows os) which comes with it's own apache server installed.
Now I want to install Xampp, but it shows the ports conflict with the previous Miria apache server. I have changed the server ports from all possible files (httpd, httpd-ssl, xamp->config main port and ssl port as well), but after changing this I dont get any error.
However I only see message apache service is starting in xampp control panel. Please help me here! unable to start apache server in Xampp.

Related

MySQL does not start in Xampp control panel in Windows 8.1

After the successful installation of Xampp on my Windows 8.1 64-bit system, the Apache server is starting fine but MySQL is not starting.
There is no error showing in the control panel log. I changed the port 3306 to 3307 in the my.ini file in the lib folder, but no change has occurred.
This is the screenshot of xampp control panel log when I click on the mysql start button
let xampp run as administrator and open the services make sure you stopped running the mysql service and uninstall the mysql under service in xampp control and install and start.

How should be installed XAMPP and Microsoft SQL Server 2014?

My aim is getting an Apache-Microsoft SQL server 2014- PHP configuration in a Microsoft Windows Server 2008 environment
I have a vm Microsoft Windows server 2008 R2 (64bit), with SQL Server 2014 management Studio installed (80 port) that i would like not remove.
I think i have 3 options:
XAMPP and SQL Server 2014
WAMP and SQL Server 2014
Separate installation of Apache 2.4, PHP 5.6
I prefere the most easy way.
I tried with no success the second and the third points.
Below my last attempt:
After that, i installed XAMPP.
i installed the Microsoft Visual C++ 2012 Redistributable 11.06 because during the installation i was alerted for a missing dll.
After that i remove and reinstalled XAMPP but in the panel controll when i star the Apache service i was alerted that 80 port was occupied by SQL Server so i change Apache port both httpd.conf (listen 8079) and in panel control XAMPP service settings.
I disinstalled and reinstalled XAMPP and i got:
status change detected: running
but with Firefox 43 browser at localhost address i got a white page.
if i open the file index.php from the
C:\xampp\htdocs\
i got the generic error:
something is wrong with the xampp installation :-(
If i start also Mysql service nothing gonna change.
Mercury Filezilla and tomcat are stopped.
I tried also WAMP but i got the same white page.
Usually without SQL Server i have always installed easily WAMP and XAMPP!
Thank you

How to resolve a possible Apache port conflict in XAMPP?

I install XAMPP in c:\xampp and launch XAMPP control panel, then run all services over there. All services except Apache module correctly run. I think main port for Apache conflicts with another services in Windows. For this reason I change Apache main port from 80 to 81, but this does not solve the problem.
Have you tried to change the apache configuration file(http.conf) to Listen to the new port(81)? Navigate to the file via the xampp control panel and search for 'Listen 80' and then change it to listen to 81.

Installing XAMPP on windows

I was trying to install XAMPP on my windows machine and while it is installing it says installing Apache server failed because port 80 and 443 are already in use.
Since Skype is also using this port, i have uninstalled Skype and started re-installing XAMPP server.
But still after uninstalling Skype i get the same error message when XAMPP server is installing. Could someone has faced this issue before share your ideas with me
Thanks in advance for any help
At a command prompt type
netstat -a -n -o
to see which process is using the ports.
It's probably IIS if you've got that installed.
One way to fix it is to specify non-standard ports for XAMPP to use, such as 8080 and 8443.
Have You IIS Service running?
just check that IIS Service, when it running just stop it, you can stop it from Computer managment > Services

Why wamp server is running on my computer?

I have first all install the Visual studio 2008 on my computer and after that wamp server. I was try to start wamp server but it can start it shows error. please help me what can i do?
Since your IIS server is also running on port 80 and wamp server also tries to run on port 80, your wamp server won't start. Change the port of the wamp server in Apache httpd.conf file to some different port and try starting the wamp server.
See the installation guide on wamp's website. Or try using the ECWamp instead of wamp.

Categories