Questions tagged [xampp]

A package consisting of Apache, mySQL, PHP and Perl, available for multiple platforms meant for use by developers.

XAMPP is a package consisting of Apache, mySQL, PHP and Perl meant for software developing purposes. These are all distributed as one, making it easy for anyone to 'bootstrap' all the packages on a developers machine.

XAMPP packages are currently available for Windows, Linux, OS X and Solaris. For more information see the XAMPP web page at http://www.apachefriends.org/en/xampp.html

Questions about using XAMPP in a production environment are off-topic on Serverfault.

240 questions
3
votes
2 answers

Symbolic Link & LAMPP htdocs

I went through these steps in order to make a symlink directory to use outside of lampp htdocs. $ mkdir test $ chmod 777 test //test is now in /home/Dropbox/test/ //I put an index.html with 777 perms in it. $ cd /opt/lampp/htdocs/ $ sudo ln -s…
user1062058
  • 495
  • 2
  • 9
  • 17
3
votes
2 answers

Transfer database data from xampp on Windows to Ubuntu

Which is the fastest way to transfer mysql databases from xampp on Windows to a MySql server on Ubuntu?
albertopriore
  • 131
  • 1
  • 3
3
votes
2 answers

Need to convert WinXP desktop into a WinXP-based server, suggestions? (more details inside)

My company's IT department would be better named the "computer purchasing and LAN cable maintenance department" because that's just about the limit of their abilities. In my division we just had a guy quit, and our headcount has been reduced by one…
Drew
  • 661
  • 6
  • 9
3
votes
2 answers

XAMPP - Apache service stops running after few seconds

I have this big problem with my Xampp server, for some reason the Apache service stops running after a few seconds it as been started, and i have no idea what the problem is, and the error logs don't say much about the problem. [Fri May 07 01:09:32…
Fábio Antunes
  • 125
  • 2
  • 10
3
votes
2 answers

How to free port 80 for xampp to work

Please help, I used to be running xampp and it was working perfectly. Then I wanted to try something out and I ran IIS instead of xampp. Now I want to go back to using xampp, but whenever I try to run the apache server it says: Busy... Apache…
Alfie
3
votes
3 answers

Apache won't start, MySql and FileZilla does

I am using Windows7 and XAMPP 1.7.3(it's 32bit but says it works on 64). When I click on start Apache nothing happens but beneath it is written: "Busy.... Apache Service started" But the green running text does not appear Port 80 in Skype is…
user33041
2
votes
1 answer

Xampp, mysql crashes each time I start it

When I try to start mysql, it shuts down: Error: MySQL shutdown unexpectedly. This may be due to a blocked port, missing dependencies, improper privileges, a crash, or a shutdown by another method. Press the Logs button to view error logs and…
SirSpeciam
  • 23
  • 1
  • 4
2
votes
2 answers

Deny access to "bat" files in Apache

I want to deny direct access to some sensitive files in my root application (e.g: log,sh, ini ...etc). and for this reasons I have used the following directive in my main .htaccess:
GENE
  • 21
  • 2
2
votes
1 answer

XAMPP deny access from specific external IP address

I need some help with securing my test XAMPP server as so far nothing I have tried seems to work. I am running Apache 2.4.7 on Windows 7 machine. The setup is the following: I am redirecting all traffic coming on my server IP, port 80 to a java…
user3132858
  • 143
  • 2
  • 6
2
votes
3 answers

Multiple SSL Certificates Running on Mac OS X 10.6

I have been running into walls with this for a while, so I posted at stackoverflow, and I was pointed over here... I am attempting to setup multiple IP addresses on Snow Leopard so that I can develop with SSL certificates. I am running XAMPP - I…
None
2
votes
1 answer

.htaccess redirect URL of existing folder

The software I am working on uses ugly urls. To make it easier for users to share projects (it is a project administration package) I want to have a redirect. It should redirect projectadmin.dev/project/1234 to some other URL. I can get this to…
thomas479
  • 123
  • 3
2
votes
0 answers

VirtualAlloc() failed: [0x00000008] Not enough storage is available to process this command

I keep getting the following error in my PHP error text for Xampp on Windows 10. Using WordPress as the CMS. Feeling like I have tried everything but hoping there is at least one person here that can solve it. I have tried changing the INI and…
2
votes
5 answers

127.0.0.1 is working but localhost is not working on mac XAMPP

I installed XAMPP on my mac months ago and was working great. Now i get "Test Page For Apache Installation" when i try to browse /localhost and /localhost/xampp is not found. But when i browse /127.0.0.1 it just works as localhost used to be. I…
user23416
2
votes
2 answers

How can I start xampp and stop IIS on port no 80 in Windows Vista?

I have installed xampp server on Window Vista. The default port no 80 is running for IIS. I need to stop IIS Service and start the Xampp sevice for port no 80. Currently I am running my xampp server by changing the port no in httpd.conf file.
Paulraj
  • 123
  • 1
  • 1
  • 5
2
votes
1 answer

How do I enable W3C extended logging on Apache (LAMP or XAMPP)?

How can I enable W3C extended log format on LAMP and where will the default log directory be located (and named what)? (or XAMPP)
nona urbiz
  • 187
  • 1
  • 1
  • 11
1
2
3
15 16