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?
Related
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.
I am using Xampp and Apache in my Windows Server 2008 R2. In normal visitor, my CakePHP 3.5 working perfectly but when real time request increase more then 150, my apache stopped unexpectedly.
Here is my error.log report
VirtualAlloc() failed: [0x00000008] Not enough storage is available to process this command.
VirtualFree() failed: [0x000001e7] Attempt to access invalid address.
Is there any solution or i need to take my application in Ubuntu server for re-structure my OS platform. Can anyone give me what can i do now?
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?
I am using Ubuntu 12.04 operating system. I have already Apache, PHP, Mysql configured and running without any issues on my system. Now I would like to install Zend Server in my system will this break my already present Apache sever? Will there be any issues?
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?