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.

240 questions
-2
votes
2 answers

Can users connected to same network view my website?

i created a small website for testing.. I'm using xampp and via router port forwarding, my website is online. Others can view it without problems. I can view it by localhost/ but the other devices connected to this network can't view it because when…
manudicri
  • 3
  • 1
-2
votes
1 answer

Why Apache uses two PIDs and two ports?

I have a question abut the Apache Web Server running over XAMPP: Why it uses two PIDs and two ports? Thanks in advance for your help!
InfZero
  • 113
  • 1
  • 3
-2
votes
1 answer

Local development server risk: inbound connection

My local development environment is Windows with xampp/nginx. Yesterday I installed malwarebytes and today when I started my xampp server, I soon find out that there is an inbound connection blocked by malwarebytes trying to access from port 443,…
StCee
  • 231
  • 3
  • 14
-2
votes
1 answer

optimizing xampp for high-traffic websites

There are lots of articles about optimizing apache for Linux. I am currently runing an xampp webserver, but I have no idea how to increase my apache speed and decrease my hardware usage. I would like to be sure that my xampp configuration is in…
Pejman
  • 1
  • 2
-2
votes
2 answers

Multiple websites on the same network

I'd like to set up a series of local development servers using the same IP address and different domain names, although I'm not sure about how to set it all up. I created the following domains server1.something.com, server2.something.com - all these…
Eypeon
  • 1
-2
votes
1 answer

Apache Virtual Hosts in XAMPP

I'm setting up some virtual hosts for local web dev. I'm using XAMPP and have been having a nightmare getting it working. Here's my httpd-vhosts.conf file: NameVirtualHost *:80 DocumentRoot…
Alex coady
  • 93
  • 1
  • 3
-2
votes
2 answers

Multiple XAMPP Sites

I've installed XAMPP on my Mac, and am trying to set up multiple virtual hosts. I've changed the system hosts file to include the line 127.0.0.1 seo-reports.local and i've added the following to the XAMPP vhosts file
Alex coady
  • 93
  • 1
  • 3
-3
votes
1 answer

There was error in sending mail to unable to establish connection smtp server to

I am using active perl,xampp and bugzilla install on localhost. I have my own client mail server. My bugzilla mail setting- mail_delivery_method=smtp mailfrom=new@my-domain.com Servername=mail.my-domain.com smtp_port=465 smtp_username=…
-3
votes
1 answer

error while starting xampp on fedora17

I currently installed xampp on my fedora (64 bit) system. i edited out the following code to make it 64 bit compatible. # XAMPP is currently 32 bit only #case `uname -m` in # *_64) # if /opt/lampp/bin/php -v > /dev/null 2>&1 # then # …
sneha
  • 1
  • 2
-3
votes
2 answers

Apache2 : Xampp is not running

I have apache2 and Xampp both installed in my server now my problem is When i stop apache2 from /etc/init.d/apache2 stop and tried restart xampp like /opt/lampp/lampp restart i am getting the response Stopping XAMPP for Linux 1.7.3a... XAMPP:…
Ritvik
  • 1
  • 1
  • 1
  • 2
-3
votes
2 answers

Changing the IP address with a name

I have a web server (xampp) in a particular PC running on my LAN, and I added the following line in the 'hosts' file : 127.0.0.1 mysite. Then, in another PC connected to the LAN, I'm trying to acces the previous web server by typing…
fede
  • 1
-3
votes
2 answers

Which server will the browser access if the site is on two servers?

My Website is on a remote server, and on my computer, which is also being used as a server with xampp installed. Which files will the browser access if I just type www.mydomain.com in the address bar? The domain name is pointed to the remote server,…
Grafica
  • 103
  • 2
  • 6
-4
votes
1 answer

Let's find a solution of how run a website with xampp on windows server 2008 / Share your experience

Well, I searched for it so much! But I couldn't find anything useful about it. I have a server with windows server 2008 r2 running on it. I configured DNS and domain name and they are working properly. Now I want to run my website with xampp not…
-4
votes
0 answers

Can't access XAMPP on my laptop from my phone

I have a XAMPP running on Windows on port 8012. When I enter my laptop's IP 192.168.1.101:8012 in my phone's browser(I am using Android), I am getting ERR_CONNECTION_TIMED_OUT. I have added a new rule in Windwos Firewall for this port to be accessed…
CuriousGuy
  • 115
  • 6
-4
votes
1 answer

Windows Server, Apache HTTP Server and MySQL configuration odd?

It is poor form to have Apache running on a windows server and connected to a MySQL database? I've heard that MySQL is better in a linux environment.
HPWD
  • 127
  • 7
1 2 3
15
16