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

Can't access apache by port 80 from external

I followed a lot of solutions I found, but it still doesn't work. I can access the server by port 80 inside my network, bui I can't on another one, just by another port (like 62, as I set). Files: httpd.conf Listen localhost:80 Listen…
Mateus Pires
  • 113
  • 1
  • 4
0
votes
3 answers

Windows HOSTS file and a particular server folder

I have been playing around with the windows HOSTS file which seems to be located under c:\windows\ (Windows 95, 98 y Me), and under C\Windows\system32\drivers\etc\ in (Windows NT, 2000, XP and Vista) I would like to point http://mydomain/ to a…
Sergio del Amo
  • 825
  • 1
  • 10
  • 16
0
votes
2 answers

XAMPP 403 after all permissions set - OSX 10.9.1

I tried installing the latest version of XAMPP as a simple testing platform to demo PHP on before moving to our production server. I set up a couple of virtual hosts for convenience, but they invariably throw 403 at me. I have recursively chown'd…
Emmett R.
  • 103
  • 1
  • 4
0
votes
4 answers

Install imagemagick on windows with xampp

I really need to get imagemagick working on my windows xampp installation, I havent been able to find any good tutorials on how to do it though, can anyone help?
JasonDavis
  • 2,658
  • 6
  • 25
  • 32
0
votes
2 answers

How to assign specific permission to user "nobody" of php in linux?

I want to make an online judge for c programs. I captured user input in a textarea and made .c file from it. Now it want php to run linux command `gcc code.c I did it as $cmd=gcc -std=c99 code.c -g -Wall $last=exec($cmd,$out,$status); as suggested…
CodeMad
  • 27
  • 3
0
votes
1 answer

ProxyHTMLURLMap replaces url given two times

to explain the title, i have put this (this is the only htmlUrlMap) in my conf: ProxyHTMLURLMap / /rp/ticket/ and this in my html: what was expected:
Bor691
  • 233
  • 4
  • 14
0
votes
1 answer

Web server slow when using https

When I view a web page hosted on my web server using https in the afternoon, it loads extremely slow. Loading the same page at the same time using http (unsecure), it loads very quickly. In the morning or late at night we have no problems with it.…
Kenny
  • 103
  • 2
0
votes
1 answer

Installing APC on ubuntu

So I've got my server running Ubuntu with lampp (xampp for linux) running. I want to implement a file upload progress bar, so I am trying to install APC. (Please do not suggest alternative plugins) I tried multiple tutorials, but the way I ended up…
aNewStart847
  • 101
  • 1
0
votes
1 answer

Cannot start MySQL with XAMPP

I am trying to start mysql with XAMPP without success. The Apache works fine, but when the mysql try to start show Couldn't start MySQL! here is the log 130408 11:07:05 mysqld_safe Starting mysqld daemon with databases from…
0
votes
5 answers

How can I get apache virtual host to work?

OK I have been battling this for a week, I have Xampp running on my home server and I am trying to get subdomains to work, I edited my windows host file so that all of these load my site,…
JasonDavis
  • 2,658
  • 6
  • 25
  • 32
0
votes
1 answer

Why does Mysql Xampp restart only when i run the mysqld.exe file manually?

I am using mysql-xampp v3.0.2 version. while restarting the mysql server first it show me the running status and after 2or3s it stops running automatically. So as of now i got a temporary solution like going into xampp installation folder…
Ranjit Kumar
  • 111
  • 1
  • 3
0
votes
2 answers

SSL on local sub-domain and sub-sub-domain

I have both local.domain.com and lmarket.local.domain.com pointing to my localhost from etc/hosts. The problem is that I am using XAMPP on Windows 7, and have 2 SSL VirtualHosts in my apache config, but no matter which one I access, I am taken to…
Eduard Luca
  • 371
  • 2
  • 9
  • 19
0
votes
1 answer

Updating PHP on XAMPP

I use XAMPP on Ubuntu 11.04 and is there anyway that I am able to update the PHP from 5.0 to like 5.3.1? I have tried to get this infos on the Internet but I am not able to find the solution.
mika
  • 3
  • 3
0
votes
1 answer

Huge delay when accessing Apache (Windows) over LAN

I have been pulling my hair out all day on this, so I hope someone has an answer! I have a PC running Windows 7 with XAMPP. I have set up a virtual host within Apache with the relevant entries in the host file. I have also set up the correct entries…
R C
  • 123
  • 1
  • 5
0
votes
1 answer

How to activate XAMPP's apache and mysql for non-admin account on Mac OSX

I have Mac systems with os x10.6.8 and above. Installed XAMPP. Is there any way to START xampp's apache and mysql by non-amdin user or group? I searched alot but came up with no solutions. All i want, is to start xampp's apache and mysql from…
Astha
  • 243
  • 2
  • 6
  • 15