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

PHPmailer cant connect with remote SMTP server

I cant connect with remote SMTP server using PHPmailer. I checked in wireshark, that in time when script is trying to connect, no single packet is sent out from my pc. What can block it? SELinux is disabled, firewall too. Im using Fedora 14 wirh…
WombaT
  • 157
  • 1
  • 9
0
votes
1 answer

Change MySQL from looking at LocalHost to different IP on local machine

Thanks to this article, I was linked to this article, which, after giving my PC two IPAddresses, was able to have IIS and Apache living happily on the same PC at the same time. I also added the following lines in my hosts file so that IIS could run…
ray023
  • 116
  • 1
  • 4
0
votes
1 answer

Not allowing access to another computer in LAN

Is it possible to handpick few ip addresses to allow access to localhost over LAN and rejecting other incoming connections? I am running XAMPP. OS : Windows XP
0
votes
1 answer

Synchronizing local mysql database with remote one with a script or automatically?

Is there a way to sync a MySQL database with a remote one either automatically or with a script? The data is not time sensitive, but I don't want to have to export it out of the local database and then import it into the remote one. I am one…
patricksweeney
  • 109
  • 1
  • 5
0
votes
3 answers

Problem with xampp on windows

I have a problem with xampp, when I try to start the Apache server it start and after few seconds it stop. I use both on my laptop, php and asp.net, so I have Visual Studio with IIS and xampp for the php projects. I tryed to check for the port :80…
Toro
  • 103
  • 3
0
votes
3 answers

Apache HTTP Server+Tomcat: Which file generates mod_jk.conf, how to modify generated stuff, and how does httpd reach it?

I'm using XAMPP with Apache HTTP Server and Tomcat Add-On installed. There's a default mod_jk.conf which is generated by Tomcat when starting it. But which file generates this mod_jk.conf file? How can I modify default values? By default, it looks…
Sk8erPeter
  • 199
  • 1
  • 2
  • 15
0
votes
1 answer

VirtualHost on Apache is not directing correctly

I am running Xampp for a dev server on Windows 7. my windows 7 hosts file @ (C:\Windows\System32\drivers\etc\hosts) has this... 127.0.0.1 www.testing.com testing.com localhost My Apache http-vhosts.conf…
JasonDavis
  • 2,658
  • 6
  • 25
  • 32
0
votes
1 answer

Which php binary should be used with a XAMPP installation?

When I execute which php in Bash I get /usr/bin/php. Everything is working fine but I'm wondering - since I'm running XAMPP, should I get /Applications/XAMPP/xamppfiles/bin instead? Note: I'm using OSX 10.7.
Emanuil Rusev
  • 901
  • 3
  • 10
  • 16
0
votes
2 answers

Running 2 LAMP stacks on one instance

I have a working installation of apache and mysql using standard ports, and my host file points domains to 127.0.0.1. I'm in the process of switching my LAMP stack to Zend Server but want my old set up working simultaneously. I tried switching the…
Owen
  • 356
  • 5
  • 20
0
votes
1 answer

Multi Platform LAMPP Server on USB Drive

I am trying to setup a simple cross platform server that would be completely portable and work on windows, mac and linux. Some Background: I used to only have a windows desktop. This desktop has ran xampp to power some php scripts that are an…
0
votes
1 answer

Getting error messages using Joomla on XAMPP

I installed Joomla 1.7 on XAMPP 1.7.4, but it's not working. It's showing me a bunch of messages like: Strict Standards: Static function JDatabase::test() should not be abstract in C:\xampp\htdocs\joomla\libraries\joomla\… on line 350 Strict…
hamp13
  • 3
  • 1
0
votes
2 answers

How do I rename a mysql table in php?

I have tried all sorts of things to get a table renamed from php, including mysqli (code below) and mysql_connect/mysql_query. I have tried rename table and alter table. In the example below there are no errors when I execute it. However,…
Scott Szretter
  • 1,882
  • 11
  • 43
  • 66
0
votes
2 answers

Error 403 with XAMPP on Ubuntu with created files and folders

I'm used to work with XAMPP on Mac without problems, using it on Ubuntu probably giving me some user permission problem. I've set the XAMPP security as the guide too. I've installed and tested everything with XAMPP site guide without problems but…
vitto
  • 115
  • 7
0
votes
2 answers

Xampp problem,can't start apache

I know that there are like 1000 posts about this problem,but non of them help me. I have skype, and I'm using another port. I think that I don't have IIS because I can't find it into services. And when I try to listen ports with netstat, I can't see…
user41117
  • 129
  • 1
  • 4
0
votes
1 answer

apache server stop working

My zend application stop apache server. It was working fine on Xampp 1.7.4 but for some reason i have to shift my all projects on xampp 1.7.0. So whenever i tried to open my application in browser i got "Apache server stop working" window only for…
user493376
  • 101
  • 2