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

Unable to configure custom VirtualHosts in xampp

I'm editing /opt/lampp/etc/extra/httpd-vhosts.conf I've added VirtualHost directive to this file ServerAdmin kirzilla@gmail.com ServerName rem DocumentRoot "/home/kir/www/rem/public" ErrorLog…
Kirzilla
  • 563
  • 3
  • 9
  • 21
0
votes
4 answers

running PHP scripts using XAMPP server

Hii , I am a beginner in PHP .I would like to know how one can execute a PHP script using XAMPP server ... ?? Any suggestions ... :)
ravi
  • 109
  • 1
  • 3
0
votes
2 answers

One localhost on two PCs

Today I got an idea, that testing my web apps on two different PCs would be even better if they both are near and if I could use my own localhost instead of hosting. i.e.: 1. My ASUS laptop runs Windows 7 and XAMPP for work with localhost. 2.…
Eugene
  • 259
  • 1
  • 4
  • 16
0
votes
1 answer

XAMPP OSX Snow Leopard & php ssh2 extension

I've been having problems getting the php ssh2 extension to work under xampp on Snow Leopard in my local test environment. I understand xampp is 32 bit and so the extension must be compiled as 32 bit and have found a couple of tutorials detailing…
Joe
  • 344
  • 2
  • 7
  • 23
0
votes
3 answers

Perl program doesn't get displayed in browser (windows)

system info: i have installed XAMPP on my machine having Window XP OS . also installed Apache2.2, now, i have created two folders in C:\xampp\htdocs they are php and perl . these folder contains programs in their respective languages (ie index.php…
Dexter
0
votes
0 answers

SQL Error (1114): The table 'global_priv' is full

I can no longer add users to my database. I only get the error: SQL Error (1114): The table 'global_priv' is full I researched this issue, and the my.ini config for innodb_data_file_path did not have a cap. But I also tried setting it to 2GBs, but…
Codesmith
  • 111
  • 5
0
votes
0 answers

Apache sometimes hangs while responding to requests

I have an Apache web server working in windows environment. It is working smoothly, but sometimes even when on low load, is fails to serve the said requests but quickly loads the page when user refresh the URL in the browser. my mpm_winnt_module…
0
votes
2 answers

Starting MySQL standalone works but as windows service it fails

I have an xampp-portable directory that contains mysql/mariadb. The xampp directory is located directly on d:, so path is d:\xampp and mysql is d:\xampp\mysql I want to run mysql as windows service so it automatically gets started on system start.…
Michael
  • 103
  • 3
0
votes
0 answers

Integrated Windows Authentication with Apache on Windows

I'm using XAMPP and I want to use my app on my intranet, because of this I don't want to create another login page and I want to use the authentication from windows and to work with the username logged in. How can I make this work in XAMPP
Mega
  • 101
  • 2
0
votes
0 answers

Redirecting issues with XAMPP, How can I make https://example.com redirect to https://www.example.com?

I'm using XAMPP to run a apache/php/mysql/wordpress server. I'm trying to understand the rewrite module and it's not making much sense to me because of how I have it configured and the results I'm getting are not expected. Expected Results: The…
Arvo Bowen
  • 805
  • 5
  • 17
  • 35
0
votes
1 answer

Configuring virtual hosts; Need to just allow one ip address to access the website and deny all. What's wrong with the below code?

ServerAdmin example.com DocumentRoot "C:/xampp/htdocs/example.com" ServerName www.example.com ServerAlias example.com ErrorLog "logs/example.com-error.log" CustomLog "logs/example.com-access.log" common …
0
votes
1 answer

Why browsers fetch images again after reloading my page?

I am developing a web app, and I want all the images (a couple hundred MB worth - 20 000 - 50 000 thumbnails) to be downloaded once and never downloaded again, as those don't really change. Also, those images are downloaded from youtube servers, and…
0
votes
2 answers

Not able to connect to HTTP server outside of LAN

I have made an apache webserver with xampp on windows 7 Ultimate. I have set DDNS and port forwarding on port 80 in my AT&T bg210 router. I can connect to the website on the LAN, but not on another network. BI know that WIN7 is end of life. I have…
cappypi
  • 3
  • 1
0
votes
0 answers

Suddenly start getting err_connection_reset

Suddenly I started to get the net::err_connection_reset 200. It only happens in one page of my site, all the other pages load fine. I removed everything from the controller and model and only left the essential functions to the page load. After that…
0
votes
1 answer

How can I upgrade PHP on Windows 7?

I am currently running Xampp for a dev server on Windows 7. It has Apache, PHP,MySQL and some other stuff all in one simple exe package for windows and works great. My version currently has PHP version 5.2.9 and the new version of Xampp comes with…
JasonDavis
  • 2,658
  • 6
  • 25
  • 32