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

Xampp server Unable to Connect to ssl:// at port 443

i was recentyly testing google spreadsheet api using Zend Framework, but Got this error Uncaught exception 'Zend_Gdata_App_HttpException' with message 'Unable to Connect to ssl://www.google.com:443. Error #148105208: Unable to find the socket…
user80287
  • 145
  • 2
  • 7
0
votes
1 answer

Xampp virtual hosts file messes up when an httpd redirect is put in place

Below is my httpd-vhosts.conf file for reference on my Windows 7 machine running xampp 1.7.4: ServerAdmin webmaster@localhost DocumentRoot C:/xampp/htdocs ServerName localhost ServerAlias localhost
JM4
  • 1,144
  • 3
  • 18
  • 29
0
votes
1 answer

Windows XAMPP webserver not handling nested quotes

I'm having problems with third party HTML on a XAMPP based development webserver. The code produces garbage in the browser because it is filled with dubious nested quotes as follows...
KCD
  • 958
  • 3
  • 12
  • 24
0
votes
1 answer

Virtual Host 64bits Windows 7

I have problem.... :D How to create a virtual host on 64bits W7????? In 32 bits it was enough to add e.g. Options FollowSymLinks AllowOverride All DocumentRoot…
canimbenim
  • 103
  • 2
0
votes
1 answer

how do you uninstall an xampp installation that refuses to uninstall?

I downloaded xampp 1.7.3 (32) on windows 7 (64) in the programs(86) folder. both MySql and Apache refuse to run, they start and then instantly turn of. All ports are free. So I decide to uninstall however, when i run the uninstaller I receive the…
Rick
  • 1
  • 1
  • 2
0
votes
1 answer

Put a website online through a Linux Suse 10.0 Server

I want to put a website online. I worked it on a localhost basis, through my, and only mine, computer and wish to move it to a Linux 10.0 Server. Can anybody give me the directions to successfuly put the website online? Which files do I have copy to…
0
votes
2 answers

Apache server taking down network

Sorry everyone. I'm an amateur at this so my setup probably isn't what you'd call ideal, but I should be able to give enough info to move things along. At work, we are on a Comcast connection and normally run all our dns through an internal server…
Mike B
  • 203
  • 1
  • 2
  • 6
0
votes
1 answer

Apache 2.0.55/PHP 5.3.5 Hangs

Recently inherited a Windows 2k3 server running XAMPP, including ancient copies of PHP, MySQL and Apache. I'm attempting to install a second, up-to-date PHP installation on the machine so I can reference that in future instead of XAMPP's old one.…
Rushyo
  • 227
  • 2
  • 9
0
votes
1 answer

Make a temp network

I have a XAMPP test server running on my Windows Vista laptop. I also have a small wireless router. I would like be able to create a small temp network that could broadcast that network so any other computers connected to the wifi can go to…
giodamelio
  • 169
  • 4
0
votes
1 answer

Setting up httpd-vhosts.conf for multiple virtual hosts

I have a simple test setup using xampp at home, and I am getting really weird behavior when I attempt to set up multiple virtual hosts on this box. Here is my vhosts file: NameVirtualHost *:80 ServerAdmin me@me.me ServerName…
0
votes
2 answers

XAMPP Tomcat Version

How do I figure out what version of tomcat my xampp is running ?
Anand
  • 123
  • 1
  • 8
0
votes
2 answers

requests are taken to the wrong directory

I use xampp on windows 7 64, to test locally my php web application I use virtual hosts to have access to my code from different domain names. Now, I created a new version of the code and want to access both versions using different domain names. …
gidireich
  • 51
  • 2
0
votes
2 answers

running xampp + iis (classic asp) on the same local machine

i've been using classic asp so far (using iis) and i want to start with php (xampp). is it possible to run both (local) servers at the same time? i think the problem is that both are pointing to localhost. thanks in advance
Fuxi
  • 184
  • 2
  • 11
0
votes
2 answers

Secure Ubuntu Desktop for Php Developer

I just did a fresh install of Ubuntu Desktop 10.4. I would like to keep the system completely secure so that it's not vulnerable to any sorts of hacks, attacks, viruses, malware etc. All i want to do on this system is to do some php based…
Bob
0
votes
1 answer

PHP doesn't work in XAMPP

Beginner's question, so please bear with me. I installed XAMPP under Windows XP, and PHP seems to work: when I click "phpinfo()" in http://localhost/xampp/ the complete list of settings is shown. However, when I check…
stevenvh
  • 103
  • 2
  • 4
  • 8