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
2
votes
3 answers

Jenkins won't start

I'm using: Jenkins 1.541. Java JDK 7u45 (tried 64 and 32 bit versions). XAMPP 1.8.2 I have downloaded the default MSI installation from http://mirrors.jenkins-ci.org/windows/latest, and I have installed it. Jenkins tries to run the first time,…
Veehmot
  • 161
  • 2
  • 10
2
votes
2 answers

Apache vhosts - How do I route many sites one way, but route dev site differently?

127.0.0.1 developmentsite.com 127.0.0.1 blockeddomain1.com 127.0.0.1 blockeddomain2.com I would like to block the last 2 domains (and a bunch of others). For this I have added the following vhost entry: DocumentRoot…
dylanized
  • 123
  • 4
2
votes
1 answer

How do I get a subdomain on Xampp Apache @ localhost?

****UPDATE- I got it working now, I just had to change to The port number is important here.** I just modified my windows HOST file @ C:\Windows\System32\drivers\etc and added this to the end of it 127.0.0.1 images.localhost 127.0.0.1…
JasonDavis
  • 2,658
  • 6
  • 25
  • 32
2
votes
1 answer

Trouble with mod_rewrite and PHP Extensions - Help Making the Correct .htaccess File

I'm looking for a set of simple rules and redirects for my site. I've tried so many combinations that I'm starting to get confused. I'm not sure how to set this up. Generally, without mod-rewrite, I would use relative paths to link to files:
nicorellius
  • 565
  • 2
  • 5
  • 23
2
votes
1 answer

Running WAMP (XAMPP) and LAMP from One SSD, On 64-bit Windows and Linux Machines

I have an solid state drive that I develop websites on. The reason I do this is because I work on a few different computers. Historically, I created separate developing environments to use for each machine. This was OK, but if the system changed…
nicorellius
  • 565
  • 2
  • 5
  • 23
2
votes
0 answers

How to set specific environment variables for Apache service run on Windows

I'm facing a problem. I use xampp 1.7.7 on Windows which installs a Apache service. I find that I have to some tweak to have all PHP modules load properly. For example, php_ldap.dll cannot be loaded. It is mysterious why it cannot be loaded until I…
Jimm Chen
  • 1,709
  • 5
  • 17
  • 32
2
votes
1 answer

XAMPP MySQL batch file

I am using XAMPP to run Apache, PHP and MySQL on a bunch of remote laptops for our clients. It is just the XAMPP directory with all the files (thumbdrive version, no registry values are added or modified). I have an install file that puts an icon…
Jonathon
  • 57
  • 1
  • 7
2
votes
2 answers

SSL error while using virtualhosts (apache + xampp)

I have multiple websites on my Windows Server 2003 vps, running apache2 via xampp. I am using openssl. When I only had SSL enabled on the 1 site (I have 2 active), everything worked fine - but now I am having problems. I cannot access…
Liam W
  • 173
  • 1
  • 1
  • 9
2
votes
3 answers

Apache (XAMPP) cannot start - Port 80 Busy

I cannot start apache on xampp, it says Busy... I have googled this many times and I have tried the following solutions: Skype no longer uses port 80/443 Teamviewer no longer uses port 80/443 Adding the NoRun key to…
Dan
  • 123
  • 1
  • 1
  • 5
2
votes
1 answer

What is "php exited with error code 1"?

I'm running a php script through the webserver to execute psexec which in turns executes another php script. When I run this from the command line normally, everything works fine and there are no problems. However, when I run it from the webserver,…
Rob
  • 2,303
  • 9
  • 31
  • 50
2
votes
2 answers

How can I run a php script from the CLI without prepending "php" to it?

I'm trying to create a script that runs from the webserver that will run a php file via exec(), but I want it to do so without prepending the php to it. Can this be done? Using Windows 2008 and XAMPP
Rob
  • 2,303
  • 9
  • 31
  • 50
2
votes
1 answer

Install PECL mailparse on XAMPP?

Similar to Is it possible to install Mailparse extension via PECL installation - without recompiling PHP I'm trying to install mailparse on xampp. XAMPP actually has a guide for this, and I've tried to follow…
cwd
  • 2,693
  • 9
  • 32
  • 47
2
votes
1 answer

how to make phpize run for xampp and not for other php instance

I have two instances of PHP in my Ubuntu. One is xampp (/opt/lampp/bin) and the other is in /etc/php5. I want to install pecl extension for xampp php but every command i make it works only for /etc/php5 here's what I type: cd…
czarek zmuda
  • 23
  • 1
  • 3
2
votes
2 answers

What are the benefits of installing XAMPP vs [LAMP from repository] on Ubuntu Linux?

For dev purposes, is it better to install XAMPP or Apache MySQL & PHP from the repository?
chrism2671
  • 2,549
  • 9
  • 34
  • 45
2
votes
2 answers

setting up xammp (for windows) local web servers

I have checked several tutorials on the web and answers here, none seem to be working for me. I am unable to set up my local web server so my projects are available via name other than http://localhost/projectname Here is my…
1 2
3
15 16