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

Compiling mod_auth_kerb on OS X

I'm trying to get mod_auth_kerb installed, but I can't seem to find any information on compiling it on OS X. I'm getting the following when I attempt to compile: ./apxs.sh "-I. -Ispnegokrb5 -I/include " "-dynamic -g -O2 -arch x86_64…
bshacklett
  • 1,378
  • 4
  • 19
  • 39
0
votes
1 answer

is Xampp enough For a School Local Web Server?

So Guys I'm trying to build a website for my school but can be access with no internet cause i will be running it on a virtual host using xampp so if students connect to the router where i run my web server ( Xampp virtual Host ) They can connect…
0
votes
2 answers

XAMPP error 403 on fresh install

I just installed XAMPP on my Ubuntu 9.10 box according to the instructions here and as far as I can see, everything was followed exactly per instructions, including setting up the soft link to my folder. When I try to browse to http://localhost/…
Tom A
  • 218
  • 1
  • 3
  • 10
0
votes
1 answer

XAMPP doesn't respond on Windows 7 host

I just uninstalled WAMP on Windows 7 because I have been getting an error when I install an application (I think not compatible to WAMP's MySQL). So I installed XAMPP on Windows 7 - I get no errors but when I point my server to localhost it just…
user28139
  • 131
  • 5
0
votes
1 answer

help with sendmail configuration to send mail through my gmail account?

This is the sendmail.ini file what to change now # Example for a user configuration file # Set default values for all following accounts. defaults logfile "\xampp\sendmail\sendmail.log" # Mercury account Mercury host localhost from…
pradeepa
0
votes
2 answers

My SSL Certificate from LetsEncrypt isn't trusted

According to https://www.digicert.com/help/, my certificate for https://sqless.ddns.net (my Apache XAMPP REST web service) isn't trusted because SSL Certificate is not trusted The certificate is not signed by a trusted authority (checking…
Morgan
  • 111
  • 1
  • 3
0
votes
1 answer

Can I access virtual hosts from one computer directly by their IP address from another without configuring the hosts file?

I set up a couple virtual hosts in order to point to different resources on the network that I want accessible from links on my index page. I set these to ports 81 and 82. On my index page, I link directly to the IP, like so:
Pawtang
  • 3
  • 3
0
votes
1 answer

Apache rotatelogs command is failing and apache doesnt restart

I have a command to implement rotatelogs for access logs of apache, but when I am trying to restart my apache server, it doesnt start and throws me an error in error.log as: The parameter is incorrect. : AH00104: unable to start piped log program…
OM The Eternity
  • 111
  • 1
  • 8
0
votes
1 answer

Restricted phpmyadmin to locahost doesn't work

This is my httpd-xampp.conf snippet for phpMyAdmin Alias /phpmyadmin "C:/xampp/phpMyAdmin/" AllowOverride AuthConfig #Require all granted Order Deny,Allow Deny from all Allow from 127.0.0.1 …
AFwcxx
  • 125
  • 5
0
votes
1 answer

Mercury not sending emails

I have a Mercury SMTP server running on localhost (announcing as 127.0.0.1) right now. Unfortunately, I am unable to send emails from it to GMail. I tested sending an email to myself using localhost and PHP, and viewed the result in Outlook. I…
rassa45
  • 99
  • 3
0
votes
2 answers

Multiple sites on a development server?

This is probably a pretty basic question but I need help. I am running a LAMP settup, actually using teh Xampp package on a windows system for my development server and my main project I have been coding for over a year now is in the root…
JasonDavis
  • 2,658
  • 6
  • 25
  • 32
0
votes
2 answers

What is a easiest way to implement Mail Server in ubuntu and hook in webmail through XAMPP?

I currently have xampp running on my ubuntu server. I tried a variety of things including installing, postfix+dovecot+roundcube+postfixadmin (postfix+dovecot work I think, postfix admin also works, roundcube works and connects to dovecot but i cant…
Parris
  • 329
  • 3
  • 16
0
votes
1 answer

Where do you edit the MySQL config?

Hi I am looking to change the minimum amount of characters MySQL needs to do a full text search and I can't seem to find that file. The code I am looking to paste in is ft_min_word_len=3 What file do I paste this in on lampp Ubuntu and then do I…
0
votes
1 answer

How do I configure POP3 users in Mercury Mail server in XAMPP for Windows?

I am using XAMPP for Windows, and I have enabled Mercury Mail Server. I am really only doing this because I need an SMTP server for sending mail; I don't need to receive any mail or use any POP3 accounts. In the XAMPP Security Panel, I get the…
Kip
  • 3,480
  • 3
  • 23
  • 14
0
votes
1 answer

Openfire password forgotten - database hidden

I have set up an openfire server two months ago and I have forgotten if I had used the built-in database or my MySQL server on localhost. I am using Windows Server 2012 on Amazon EC2 with XAMPP (Apache & MySQL) When I turned off my MySQL database…