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
4 answers

How to change default user and password for Tomcat?

I have recently installed Xampp, and I am now learning JSP but after copying my `.jsp` file into the required file and starting Tomcat it won't let me access the manager without a user and password. I have made no changes to any of the settings…
George Bora
  • 123
  • 1
  • 1
  • 5
1
vote
1 answer

Pointing Sub domain of one website to sub folder of another website

I have a domain example.com pointing to Linux AWS. I also have demo.example.com which i need to point to /htdocs/c5 of example2.com on Windows Server running XAMPP. My Findings Used A record of demo.example.com point to example2.com Changed the…
SmartMohi
  • 23
  • 4
1
vote
1 answer

Apache wont start with php:ldap

I just installed XAMPP 1.7.7 on Windows Server 2003 r2 and enabled the php_ldap extension in php.ini Now, when starting the service, it hangs on 'starting' Aditional info: Since XAMPP 1.7.5+ is compiled with VC9 in stead of VC6 the modules got…
Sander
  • 227
  • 3
  • 14
1
vote
4 answers

XAMPP apache localhost - browsers point to the wrong port even after I changed Listen port back to 80

Running Windows 7. Got a weird problem - I used to use port 8080 for my apache on XAMPP as somehow I couldn't get it to work on 80. I did that by changing the Listen port of /xampp/apache/conf/httpd.conf. A few days ago I changed it back and it…
vemoxy
  • 119
  • 1
  • 3
1
vote
1 answer

Can't start MySQL in LAMP (XAMPP) install on Ubuntu 11.04

I'm trying to set up a XAMPP installation on my work laptop - that's why I go for XAMPP and not regular LAMP so I don't have to have start-up services etc. But I get an error when trying to start MySQL. I've tried changing permissions but I don't…
Niklas
  • 113
  • 2
  • 8
1
vote
3 answers

XAMPP on Windows - Permission Problems?

Trying to set up Apache/PHP/MySQL development on my Vista laptop, so I thought XAMPP would be a quick and easy solution. I have this vhost: ServerAdmin webmaster@example.com DocumentRoot…
furnace
1
vote
2 answers

Setting htdocs folder in Dropbox folder - Access Forbidden - Linux

i use Linux and i did the following procedures to move htdocs files in Dropbox : mkdir ~/Dropbox/www/ ln -s ~/Dropbox/www/ /opt/lampp/htdocs/ and when i try to access this folder i get Access forbidden! You don't have permission to access the…
Rafael
  • 113
  • 1
  • 4
1
vote
2 answers

xampp/php - rsync ssh public passwordless

How can I rsync from php on my development (win/xampp) machine to my testing (Ubuntu) LAMP server using ssh public passwordless key? Thanks
mojeime
  • 11
  • 2
1
vote
1 answer

DocumentRoot - take without / infront

I'm not sure if I've posted the title correct as I'm not sure if there's a tehnical title for what I'm looking for - see below. On my localhost server I have a clone of my VPS files as I wish to sync them via git. My index.php file contains PHP…
Max
  • 151
  • 1
  • 7
1
vote
4 answers

Best way to run two different websites on localhost

I'd like to run two websites with XAMPP for Linux on my computer: One for my public website development One for my thesis (bibliography management, abstracts, ...) They are totally unrelated and I don't want one to run on a sub domain of the other…
Coronier
  • 113
  • 1
  • 3
1
vote
2 answers

IIS playing up- not allowing external IP access

Ok I have IIS fully working, on my internal IP. However, no matter what I do, it seems to ignore external IP access. I have forwarded port 80 onto my internel IP, and it works with XAMPP. After closing XAMPP and booting IIS (IIS makes it a lot…
1
vote
2 answers

Setup site folders on Apache and PHP

I'm trying to set up my first Apache server on my Windows PC at home and I have real trouble finding out which configuration settings go where. I downloaded and installed XAMPP which seemed to get everything nicely set up and can see a working…
Cobus Kruger
1
vote
1 answer

How do I import large sql file to local LAMP (xampp) environment

I have used Linux to import a large mysql dump file (into a new database), but am new to how the process works in a local LAMP environment using xampp, as xampp does not support SSH. I've dowloaded the large_dump_file.sql from the Linux server to my…
mraslton
  • 11
  • 1
  • 2
1
vote
1 answer

Can't start mysql server in xubuntu

Hey all i am using Xampp version 1.7.1 in xubuntu 10.10. I have installed it in /opt/lampp but problem is that whenever i try to start the server using sudo ./lampp start it shows: Starting XAMPP for Linux 1.7.1... XAMPP: Starting Apache with SSL…
codeomnitrix
  • 145
  • 1
  • 3
  • 8
1
vote
1 answer

wsgi, xampp and windows

I'm trying to setup wsgi on xampp in order to run python web applications. I've downloaded the appropriate binary from here and i've installed the module as described. As I'm running xampp, my module is located at C:\xampp\apache\modules. I've also…
richzilla
  • 205
  • 1
  • 3
  • 13