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.

241 questions
1
vote
2 answers

XAMPP Tomcat Apache Connector

I am in the process of rebuilding my local development configuration and I am trying to install the tomcat connector so apache and tomcat talk to each other. I have xampp and tomcat installed correctly and verified via safari. I am using…
Chris Hough
  • 313
  • 2
  • 4
  • 21
1
vote
1 answer

Portable Webserver (PHP, MySQL) on CD-ROM

For a school project, I programmed something based on PHP using a MySQL database. for evaluation, it is necessary to hand the program together with the documentation three times to the teacher -- but the basic question is: How can I append a running…
1
vote
3 answers

Zero pad BUILD_DISPLAY_NAME

How can I modify the BUILD_DISPLAY_NAME so that is the build number but zero padded? For example, if Jenkins build number is 54, I would like the name to be 00054.
Veehmot
  • 161
  • 2
  • 10
1
vote
2 answers

'mysql' Command not Connecting as used from PATH but Works if Full Path is Used

Not sure how to fix this but here is the description. I can run the command to a Lampstack MySQL installation like this and it works: /opt/lampstack/mysql/bin/mysql -u root -p And my PATH variable has this path in it, but yet this command doesn't…
nicorellius
  • 585
  • 2
  • 5
  • 23
1
vote
1 answer

XAMPP - Changing the DocumentRoot Folder doesn't work

I got a strange problem, which I haven't encountered yet. When I change the DocumentRoot AND RESTART the server the change is not applied. It worked before, but suddenly it's not. DocumentRoot "F:/xampp/htdocs/www/pct/" I'am also sure to edit the…
Pete St.
  • 13
  • 1
  • 3
1
vote
2 answers

XAMPP pointing a file outside root folder

I am using XAMPP for first time in Mac. Running out problems accessing other than root folder(htdocs).when I am placing my web application inside htdocs with default httpd.conf file it works when I try to point my web application url in httpd.conf…
Ravi
  • 111
  • 1
  • 4
1
vote
1 answer

Can't connect to XAMPP Apache server from LAN or outside

I've installed XAMPP and it's working fine, localhost is showing everything it needs to (I have a wiki located in /mediawiki/ and a mini site of static webpages at /site/). Running Windows 7. Before I tried to access my server from outside my…
nathan
  • 11
  • 1
  • 1
  • 2
1
vote
1 answer

Best way to Install Lampp setup on Ubuntu

What is the best way to install a lampp setup in ubuntu? I know to install using xampp. Is it ok for using as a central development server? Or if am installing individually what are the packages i have to install? Is the below packages…
Safwan Erooth
  • 273
  • 1
  • 6
1
vote
0 answers

mysql error on xampp 1.7.7 for windows

All of a sudden my XAMPP installation is playing silly buggers when I try to Cake bake. I get a recurring error: SQLSTATE[HY000]: General error: 6 Error on delete of 'C:\xampp\tmp\#sql...MYD' (Errcode: 13) Where the file name changes between…
Andy
  • 317
  • 2
  • 5
  • 16
1
vote
5 answers

Problem (re)starting Apache as service in Xampp

Hi, after making changes to httpd.conf I want to restart Apache as service in Xampp. I removed it first as per Nelson's advice: sc delete apache2.2 When I check svc on the xampp control panel the service apparently restarts, i.e. I can successfully…
stevenvh
  • 103
  • 2
  • 4
  • 8
1
vote
1 answer

Accessing a directory with htaccess gives a 500 error

I have installed the Xamp server in my Windows machine. I have placed the follwing .htaccess file in a directory : # Original # If you modify this file then change the above line to: # Modified RewriteEngine On #…
THpubs
  • 1,695
  • 7
  • 26
  • 43
1
vote
2 answers

How to Jail certain users in ProFTPD on Unix (Mac OSX)

I have ProFTPD set up so that I can remotely upload new php files and suchlike to my htdocs on my server. That's all fine, but I would like to jail the 'nobody' (No write, Read/Download only) user into a subdirectory (htdocs/ftp) so that any users…
AngusP
  • 23
  • 4
1
vote
2 answers

Two Apache Server Root

I am using Apache Friends (XAMPP). I installed it under C: drive. Its path is C:\xampp\ Its default root is C:\xampp\htdocs.Thus, all programs need to reside in C:\xampp\htdocs\ so that we can run http://localhost/myapp/ PhpMyAdmin comes along with…
Sithu
  • 111
  • 4
1
vote
1 answer

How to generate a Linux Apache password file on a PC running Windows 7?

My development machine is Windows. I use the htpasswd program that is part of the Windows XAMPP package, version 1.7.7, to generate a Windows Apache password file. C:\xampp\apache\bin\htpasswd.exe -bc .htpasswd usename password I need to generate…
Ian
  • 261
  • 1
  • 2
  • 11
1
vote
2 answers

How to install different versions of memcache with different versions of lampp

I need to use different versions of lampp (xampp for linux). I recently also need to use memcache with any version of lampp I might need to use. Everything is going right if I use the last lampp version 1.7.7 which contains PHP 5.3.8 I simply…
Luca Borrione
  • 755
  • 2
  • 9
  • 16