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

Using separate php.ini files per vhost in Xampp

My web host provides separate php.ini files per web root, which is quite useful as I host some websites which require different PHP settings. But on my dev system where I use Xampp, I can only find a single global php.ini file, which makes altering…
Spoonface
  • 207
  • 3
  • 8
2
votes
4 answers

Making python run on my webserver

im getting a bit stuck regarding options for running python scripts on my server. From the research ive done so far, i can see i need to modify apache slightly to run python scripts, by using either mod_wsgi or mod_python. Two issues i…
richzilla
  • 205
  • 1
  • 3
  • 13
2
votes
1 answer

Installing XAMPP on Mac OS X as a daemon ( service )

Until now, I've been running Xampp by having a script with xampp start run as a login item. Is there a better way to make Xampp ( Apache & MySQL ) run as daemons?
Petruza
  • 285
  • 3
  • 9
2
votes
3 answers

How to disable port 443

I have installed Apache 2.x.x. But right now I have uninstalled it from my pc. I try to install XAMPP, but the apache could not installed correctly. Error: Could not bind to address 0.0.0.0:443
aslingga
  • 123
  • 1
  • 1
  • 5
1
vote
2 answers

Monitor all requests and responses originating from XAMPP's apache server

I am using Windows 10 and XAMPP to do local php development. I need to capture traffic originating from the apache server XAMPP uses but I can't figure out how. I'm using Fiddler and I can see my browser's requests to localhost but that's it. Let's…
sys_uzer
  • 113
  • 1
  • 3
1
vote
3 answers

Dump Trac DB on Windows/XAMPP

I have a Trac instance running on a WindowsXP machine with XAMPP. I am trying to migrate the trac instance to a newer Linux-based machine. However, I'm having a hard time getting the database to cooperate. I try to dump the db with this…
Whiteknight
  • 183
  • 1
  • 1
  • 5
1
vote
0 answers

AWS Linux: Apache httpd.conf too long to respond

I have this configuration setting on my /opt/lampp/etc/httpd.conf DocumentRoot "/opt/lampp/htdocs/e-wallet-frontend/public" ServerName localhost Listen 902 and my Laravel Project placed in my…
Pablo
  • 255
  • 1
  • 4
  • 11
1
vote
1 answer

httpd: Syntax error on line 523

I have a late 2009 Imac with Mac OS 10.13.6 High Sierra, installed XAMPP 7.0.30 and trying to run openEMR 5.0.1, I am a really beginner on Server world and PHP too. At the begining Apache server works well, but after installing open EMR and…
1
vote
4 answers

Apache Server wont change root directory

---Removed old code--- This is everything i have eddited so far, but whenver i start appache and go to my localhost i get the phpinfo(); from the index that is in the xampp folder. And there all the roots are poining to the xampp…
1
vote
2 answers

Default all php generated and apache served pages not to cache

I have a small Xampp server that I use for coding and prototyping of php sites. Every time I refresh a page I typically have made adjustments to the code of the page in the last few seconds. There is no reason for any of the content that comes…
Tvanover
  • 257
  • 1
  • 3
  • 13
1
vote
1 answer

IPv6 server not reachable in Amazon Ec2

I am working on a Apple iOS app, which uses the backend server running at Amazon EC2. Amazon EC2 VPC doesn't support IPv6 address by native. I couldn't make use of Amazon ELB support provided for EC2 classic platform, since my account uses VPC…
Keerthivasan
  • 115
  • 6
1
vote
1 answer

Apache and mod_expires

I have modified the setting in httpd.conf of Apache to be able to use mod_expires but when I load a page, now I have an error 500 (The server encountered an internal error and was unable to complete your request. Either the server is overloaded or…
Patrick Desjardins
  • 171
  • 1
  • 4
  • 11
1
vote
1 answer

How can I set up another alias like "localhost" to point to a folder within htdocs?

So I have xampp running, localhost or 127.0.0.1 will take me to htdocs within my xampp folder. Is there a way I can use a similar name such as localhost2 on the same machine to take me to folder, lets say its called localhost2, within htdocs. The…
Parris
  • 329
  • 3
  • 16
1
vote
2 answers

Apache service has no access to network drive

Im trying to get a xampp installation running. In my httpd.conf i use the following DocumentRoot setting: DocumentRoot //DiskStation/Work/htdocs If i now start the apache service i'll get the following error: The Apache service named reported the…
snakeme
  • 21
  • 1
  • 1
  • 6
1
vote
1 answer

Reverse Proxy not working on my XAMPP system, how to find the issue?

I'm using my mac with XAMPP from apachefriends with the standard configuration. I want to use a reverse proxy, so I edited the etc/extra/proxy-html.conf and added the following: ProxyRequests Off ProxyPass /my-gateway/…
gurehbgui
  • 113
  • 1
  • 1
  • 5