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
23
votes
6 answers

Connecting to MySQL from PHP is extremely slow

I just did a fresh install of XAMPP. When first opening PHPMyAdmin I noticed it was extremely slow. It didn't make sense that on localhost it should take almost 5 seconds for every page to open. I made a small test case to shift the blame off…
Hubro
  • 1,098
  • 3
  • 16
  • 35
23
votes
2 answers

How should I use the directive in .htaccess?

I'm trying to add a conditional statement using Apache's If directive in my .htaccess file. I have referenced this page http://httpd.apache.org/docs/trunk/mod/core.html#if but it doesn't elaborate much / give many examples. Two incomplete examples…
cwd
  • 2,693
  • 9
  • 32
  • 47
19
votes
3 answers

Run multiple servers on the same port

I would like to run a XAMPP server, and a Nodejs server on the port 80. If the server get a HTTP request, then XAMPP will handle it, if the server get a Websocket request, then Nodejs How is it possible? If a port is already in use, then I can't…
iter-ator
  • 211
  • 2
  • 5
8
votes
1 answer

How can I enable mod_proxy_http

How can enable and load mod_proxy_http? I have XAMPP, and I want to enable mod_proxy_http I can see the module XAMPP/apache/modules/mod_proxy_http.so but I don't see any commanted module directives to uncomment in file XAMPP/apahce/conf/httpd.comf I…
IberoMedia
  • 203
  • 2
  • 3
  • 8
7
votes
3 answers

How do I allow remote access to mysql using xampp?

I'm using xampp and navicat to manage mysql on two dev machines (laptop & desktop). The laptop is my main machine, while the desktop acts as a local dev server for the group. Connecting to mysql via localhost in navicat is working fine on the…
sprugman
  • 213
  • 1
  • 2
  • 4
7
votes
4 answers

How to access localhost by IP address?

I am trying to access localhost by my IP address. My IP address is/was 217.164.79.62 (It is set to be automatically assigned so it keeps changing). When I visit http://localhost/, I get the XAMPP homepage. However, when I visit…
Malte Werschy
  • 105
  • 1
  • 1
  • 2
7
votes
4 answers

Apache configuration with virtual hosts and SSL on a local network

I'm trying to setup my local Apache configuration like so: http://localhost/ should serve ~/ http://development.somedomain.co.nz/ should serve ~/sites/development.somedomain.co.nz/ https://development.assldomain.co.nz/ should serve…
Petah
  • 650
  • 2
  • 13
  • 24
6
votes
1 answer

Access virtual host of another computer in same network

I made a PHP/MySQL app in my desktop that I access using Apache vhosts (XAMPP). In my host file I added 127.0.0.1 myapp so all I have to type in my browser is http://myapp. How can I access this same webpage but from another computer in the same…
enchance
  • 163
  • 1
  • 1
  • 4
5
votes
3 answers

Apache won't restart after inserting mod_wsgi

Python interested me as a web scripting language so I wanted to set it up on my testing server. Cannot get Apache to restart with mod_wsgi. Running xampp v win32-1.8 w/apache v2.4, python v2.7 32bit, on win7 64bit. The registry files I see for…
chris
  • 51
  • 1
  • 2
5
votes
5 answers

How to copy & move MySQL database

I'm very new to servers and databases, my experience spanning only a few installations of XAMPP for easy website testing and exploration. So I have XAMPP installed on my laptop, and I just put it on my netbook. I copied & moved my htdocs folder…
nona urbiz
  • 187
  • 1
  • 1
  • 11
4
votes
1 answer

PHP Apache XAMPP Run Multiple Scripts from CLI in Background

How can I simultaneously run dozens of PHP scripts in the background from XAMPP's command line interface? Someone suggested a batch file, but when I tried executing this: start php 1.php start php 2.php start php 3.php It only opened a command…
Pamela
  • 187
  • 1
  • 13
4
votes
2 answers

Accessing localhost (xampp) from another computer over LAN network - how to?

I have just set up a wi-fi network at home. I have all my files on my desktop computer (192.168.1.56) and want to access localhost over there from another computer (192.168.1.2). On my desktop I can access localhost through the normal…
bcosynot
  • 141
  • 1
  • 1
  • 5
4
votes
7 answers

how to change port number of Apache server in windows OS

I have installed xampp control panel and Apache 2.2 on windows XP when I type http://localhost/ gives me page which says It Works! Now, I want to change the port number 80 to some other number How to change it ? in how many files does it needs to…
jesop
3
votes
1 answer

How do you install memcache

I need to install memcache on my dev server, I am using Xampp on Windows I have read a few sites that say you uncomment these lines in the php.ini file for xampp which I have done extension=php_memcache.dll [Memcache] memcache.allow_failover =…
JasonDavis
  • 2,658
  • 6
  • 25
  • 32
3
votes
1 answer

Getting OTRS to work with XAMPP

Setting up a testing environment on a RHEL5 server to test out OTRS ticketing system. I installed XAMPP for the ease of use factor for testing but can't seem to get the ticketing system to start with XAMPP at all. I am new to OTRS and learning on…
JMeterX
  • 3,387
  • 15
  • 31
1
2 3
15 16