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
1
vote
1 answer

Installing SVN separately after Apache (Windows)

My friends and I have recently began a final college project and we require the use of software version control system. I have used Subversion Tortoise and Silk when I was working as a web developer for a former employer and I thought it would be a…
1
vote
3 answers

Upgrading individual libraries within LAMPP (specifically, openssl)

(originally posted on stackoverflow -- someone suggested I drop the question over here) Does anyone have any experience in upgrading individual chunks of the XAMPP LAMP stack without installing an upgrade from XAMPP? We have several production…
user7944
  • 135
  • 4
1
vote
2 answers

How do I allow access to my localhost (xampp) installation over my windows network?

I have just installed a fresh xampp stack on my machine, and can access it from localhost, my pc name, and ip address. There is nothing on it yet, but getting the welcome page fine. I seem to remember in the past that other users could access my…
slugmandrew
  • 113
  • 1
  • 5
1
vote
1 answer

XAMPP only responding to requets from localhost

My XAMPP server is only responding to requets from the machine that's running it. I need it to repsond to requests from within a virtual PC as well as other machines on the network. Listen 80 Is set in httpd.conf as apposed to Listen ipaddress:80,…
user34542
1
vote
1 answer

2 PHP Installations - how to configure?

I have a windows server 2003 with ISS 7.0. There runs 2 sites with simple php, which I have installed easily. (C:/Program Files/PHP) Now I install XAMPP for MYSQL and XAMPP installed a second (inactive) PHP (C:/XAMPP/PHP). How to change from my…
1
vote
1 answer

How do I point PHP to OpenSSL directory within script?

I have a PHP script which needs to point to my server openssl directory but am lost. I know the directory resides at /usr/bin/openssl while my site pages rest at /var/www/vhosts/domain/httpdocs/test.php. Within test.php, I try to call the openssl…
JM4
  • 1,144
  • 3
  • 18
  • 29
1
vote
2 answers

How to make MAMP PRO / XAMPP secure enough to serve as production webserver? Is it possible?

my task is to setup a MAMP webserver for our website in the easiest way so it can be managed by my colleagues without experience in server administration. MAMP PRO is an excellent solution, but some guys don't suggest to use it for serving external…
Andrei
  • 235
  • 3
  • 10
1
vote
1 answer

XAMPP vs WAMP security and other on Windows XP

Not long ago I found WAMP and thought it was a God send because it had all the things I wanted/needed (Apache, PHP, MySQL, and phpMyAdmin) all built into one installer. One thing about WAMP has been making me mad is an error I get in phpMyAdmin…
ubiquibacon
  • 287
  • 4
  • 10
1
vote
1 answer

Sendmail not working from local PHP when headers not specified

I'm having trouble getting my local XAMPP server to send emails via my remote SMTP server. In PHP, if I put: $headers = "From: dan@fromdomain.com\r\n"; mail('dan@todomain.com', 'test', '', $headers); Then this works. However, if I don't specify…
Dan
  • 203
  • 3
  • 12
1
vote
1 answer

can I install multiple versions of php and mysql on xampp

I am using xampp on windows xp. Recently I felt in need of having more than one version of PHP and mysql. Is it possible.?
Gaurav Sharma
  • 123
  • 1
  • 6
1
vote
1 answer

weird text appearing when using PHPBB >v3.0.1 XAMPP windows SQLite

This is the strangest, most baffling problem I have ever encountered. Basically when I use any PHP forum software other than phpbb it works fine but when I use any version of phpbb greater than 3.0.1 it goes all weird and any file that has any sort…
Neddy
1
vote
2 answers

Unable to bind to server: Can't contact LDAP server

Environment: LDAP Server Type: ActiveDirectory LdapRecord-Laravel Major Version: v2.5 PHP Version: 8.0 I'm using ldaprecord and I'm getting "ldap_bind(): Unable to bind to server: Can't contact LDAP server. Error Code: [-1" when I run php artisan…
ZOHBOU
  • 11
  • 1
  • 2
1
vote
1 answer

XAMPP Apache server not working on internal network

(I asked this at stackoverflow, but was told it'd be better suited here...) I have XAMPP installed on my local laptop (Vista) and it works fine. Apache and MySQL are running as services, and I can get to both //localhost/ and //192.168.2.2/ without…
user32675
  • 13
  • 1
  • 4
1
vote
1 answer

.htaccess order deny,allow rule not working Windows

i have two .htaccess setup, One in the htdocs Main Folder with a .htpasswd file attached thats what it looks like rn ErrorDocument 404 /index.html AuthName "Protected Area" AuthType Basic AuthUserFile C:\xampp\htpwdfolder\.htpasswd require…
1
vote
0 answers

After windows server 2019 update- my domain is not reachable any more

well as I do not know where is the problem, I will explain every thing. And as I do not have any experience with server managing, I will show some screenshots and please help and if you have an answer please try to say it as simple as possible. I…