Apache on XAMPP not running on windows 11 - apache

on windows 10 apache was running without any issues after I updated my windows from windows 10 to 11,
I tried everything on this link and it didn't work at all and I tried to install deferent versions of XAMPP and it didn't work at all
and the only thing that I notice that windows defender didn't give me an alert for access,
idk if that is the problem, and I tried to give it access manually and it didn't work as well
note: MySQL running perfectly.

Related

Apache on windows cant view asp.net files?

I wonder if its just apache isnt suited well for windows but im kind of a noobie at this and everywhere i go i cant find a way to view asp.net files on my apache server. im running my server on my windows computer.
edit my computer can run asp.net files just fine, but when its in my server and opened through it, only the source appears for it.
edit2 my question is unique because Im using windows and i cant find instructions on how to install mod_mono on windows

WAMP server on windows10 unable to run Apache server

When I run WAMP server I get next error:
I tried disabling windows defender, installing 32 bit version and updating whole WAMP server. What to do?

apt-get not working on xampp

I have a Windows 10 64-bit PC that runs a XAMPP instance, with a simple website and local MySQL server.
I need to install a few things on this Apache server via command line, so I'm going to the "shell" option from the Xampp control panel. But when I run the "apt-get" command, it says that there is no such thing.
Why don't I have it and how do I get it on this local server?

Unable to connect MAMP server from other machine

I have installed MAMP on my machine(iMac) around 1 year back. Usually I start MAMP server on my iMac & I access the PHP files and all from my iPad/MacBook Pro.
But, recently, I am not able to access the MAMP server from other machine.
Steps I do follow regularly.
Drop all my project files in htdocs folder.
Start MAMP server.
Using ip address of my iMac, I will access my application from other machine i.e.,
http://192.168.1.32:8888/index.html
Both my iMac & other machines are on same wifi network.
Previously it was working fine. But from one month onwards, its not working.
I am not able to connect to http://192.168.1.32:8888/index.html
I have even tried installing MAMP on my MACBOOK PRO too. Even then, same problem.
What could be the reason for this?
Do I have to make any changes in the MAMP application files?

How to profile application running in Tomcat 6 on Solaris 10 Sparc Server?

My J2EE based application running in Tomcat 6 on Solaris 10 sparc server is very very slow.
It works fine on Linux servers. I am using flex as web front end to my application.
I need to know how can I configure and run it using any java profiler on Sun Solaris server.
visualvm doesn't work remotely.
I used JProfiler. Not completely solved this problem using it (As mentioned in my comments , there seemed to be more of an Solaris installation ), But it was helpful.