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
0
votes
1 answer

Tool for switching between XAMPP and IIS

I'm using both XAMPP and IIS for local web development and I was wondering - is there a little tool for fast switching between both servers? (Disabling services on one server, activating on other server.)
Fuxi
  • 184
  • 2
  • 11
0
votes
3 answers

xampp - can access control panel, cannot access projects/sites on local network

I've configured xampp and firewall so I can access desktop pc's localhost over my local network through desktop pc's IP. But I'm not able to access auctual projects: I can access: http://192.168.x.x/xampp or http://192.168.x.x/phpMyAdmin But I…
peter.o
  • 103
  • 1
  • 4
0
votes
1 answer

xampp and network

I have build a site working on my localhost using xampp on windows7. Now, I my colleagues want to access and use that site in our small office. I tried to access the site using IP address of my own system. but some urls are redirecting to …
Alireza
  • 121
  • 1
  • 4
0
votes
2 answers

XAMPP/PHP on Windows

I am running XAMPP on Windows Vista. XAMPP is a ~one year old install with all default options. I wrote a script in PHP that will do a web crawl and place data in mysql. I placed set_time_limit(36000) in the PHP-source code so that the script will…
John R
  • 297
  • 4
  • 10
0
votes
1 answer

No Error Log...XAMPP Virtual Host Config?

I'm running XAMPP on Windows 7. error_log("test") doesn't output to the my error_log specified in my vhost config (although the access log specified in the same config) does work. Any ideas? DocumentRoot…
Kyle Cureau
  • 1,537
  • 3
  • 11
  • 15
0
votes
1 answer

How to Make a joint Localhost for two PC connected to a modem with Xampp or other Web Server applications?

I have two personal computers that are connected to the same modem and I want to make a joint localhost For both of them. for example i have a localhost on pc1 made by xampp and have a phpmyadmin and 'htdocs'folder, including databases and files.…
0
votes
1 answer

Cannot connect to mySQL because of invalid settings

I'm new to xampp, and have it installed on a Windows 7 machine. Earlier, I was able to at least get the login page for phpMyAdmin, but it was not taking username of "root" and no password, so I changed the username and password in the config.inc.php…
Grafica
  • 103
  • 2
  • 6
0
votes
1 answer

XAMPP Vhosts on Windows 2003 can be accessed from the web, but not on internal network

We have 10 sites hosted on our Windows based Apache server. The server is also a domain controller, DNS and DHCP server. All websites work great externally but but internally we can only access one or two of them. What could be causing the problem?
Jeremy
  • 1
0
votes
1 answer

xampp plus apache php mysql separate installers

I am wondering, having my system currently installed with XAMPP, is it okay if I will install another Apache, PHP, mySQL (separate installers)?
kingdm
  • 103
  • 3
0
votes
2 answers

Need help to install php gd on ubuntu with lampp (xampp)

I'm running lampp 1.7.1 on lubuntu oneiric. I need to add extension for php_gd. I installed php5-gd by sudo apt-get install php5-gd Had a look at php.ini and noticed the line ;extension=php_gd.dll Searched for something with php_gd and…
Luca Borrione
  • 755
  • 2
  • 9
  • 16
0
votes
1 answer

LAMPP Document Root Change

I no longer wish to use /opt/lampp/htdocs/ as my lampp document root. I went into httpd.conf and edited it to reflect this, the new document root: DocumentRoot "/home/work/Dropbox/Websites/" Directory "/home/work/Dropbox/Websites/" (it has tags) I…
user1062058
  • 505
  • 2
  • 10
  • 17
0
votes
1 answer

Setting up virtual host by editing apache httpd.conf (for Zend framework) opens XAMPP page, not Zend's

Setting up a virtual host apache (for Zend framework application) opens XAMPP homepage, but I need Zend default project home page instead. Am I doing something wrong? I made a virtual host as follows : NameVirtualHost 127.0.0.1
0
votes
1 answer

Virtual hosts not working

So - I cant get my virtual hosts to work. I'm working on Ubuntu11.10 with xampp install. I have been trying to find the errors - no success.Maybe you have some pointers what is misconfigured here: Content of my httpd-vhosts.conf: NameVirtualHost…
0
votes
1 answer

Reinstalled windows, apache will not start

Had to reinstall most of the stuff on my machine, but I had xampp on a separate drive. I started up the control panel and hit start on the apache service, but it will not start. Here is the error I am receiving. I'm a little confused as to what is…
0
votes
4 answers

Apache2 (XAMPP) virtual hosts directive does not work (apparently)

I'm having a few problems when setting up IP-based virtual hosts. First of all I'm using the current XAMPP from apachefriends (XAMPP 1.7.7 with Apache 2.2.21) on Windows 7. The basic functionality over the "main" server (from httpd.conf) works…
dom0
  • 155
  • 1
  • 2
  • 8