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
0 answers

Ubuntu running XAMPP 100% CPU utilization

I'm implementing a WordPress intranet site, but it responses very slow, even with a few online visitors I get 100% CPU usage all the time, my setup is the following: Ubuntu 18.04.5 LTS XAMPP 7.4.4-0 WordPress 5.5.1 Here is the result of the "top"…
Xim
  • 53
  • 1
  • 6
1
vote
1 answer

How to configure SSL for virtual host

I am having problems setting up SSL in Virtual Hosts. The setup works great on unsecure sites. And I want it to work with SSLEnabled sites. My httpd-vhosts.conf is below: NameVirtualHost 127.0.0.1 RewriteEngine On …
Zeeshan Rang
1
vote
2 answers

How to configure SSL for virtual host

I am having problems setting up SSL in Virtual Hosts. The setup works great on unsecure sites. And I want it to work with SSLEnabled sites. My httpd-vhosts.conf is below: NameVirtualHost 127.0.0.1 RewriteEngine On #…
1
vote
2 answers

Adding a MySQL StoredProcedure causes not responding state

I'm on Windows 7 ultimate 32bit + xampp 1.7.2 [MySQL v5.1.37] This is my stored procedure : delimiter // CREATE PROCEDURE updatePoints(IN parentid INT(5),IN userid INT(5)) DECLARE chpoints INT(5); BEGIN SELECT points INTO chpoints FROM…
Omie
  • 103
  • 1
  • 2
  • 7
0
votes
0 answers

Cannot restart myqsl even after changing port in xampp

I tried to start mysql in xampp but it keep stop unexpectedly. Below is the extract of the most common lines of error being recorded in error logs: InnoDB: using atomic writes. 2020-01-03 12:49:14 0 [Note] InnoDB: Mutexes and rw_locks use Windows…
swm
  • 101
  • 1
0
votes
1 answer

Error accessing a local Web Server from Internet

I have installed xampp web server in a windows 10 Virtual Machine. I have checked that the server is accesible from the localhost I have downloaded the NoIP software to refresh the ip. Then i have tried to access the web server using the NoIP…
U. Busto
  • 141
  • 1
  • 8
0
votes
2 answers

HTTPS 443 not accessible to the outside world DOCKER

Currently I have setup docker with linux ubuntu 18.04 In my container reverent_ptolemy contains the project of my api. On my container HTTP vhosts configuration is listening to 3021 HTTPS vhosts configuration is listening to 1250 and on my…
Pablo
  • 255
  • 1
  • 4
  • 11
0
votes
2 answers

Configuring LAMP Environment in Linux Mint 8 using XAMPP- installing Memcache

Okies, I have successfully installed the XAMPP and added virtual hosts and am able to make database calls and stuff. The problem I am facing is while trying to enable the memcache module. Currently trying to configure using these…
Zaje
  • 103
  • 3
0
votes
1 answer

XAMPP how to secure forward proxy for port 443

I need some help with securing my test XAMPP server on ports 80 and 443. I am running Apache 2.4.7 on Windows 7 machine. The setup is the following: I am redirecting all traffic coming on my server IP, port 80 and 443 to a java application running…
user3132858
  • 143
  • 2
  • 7
0
votes
0 answers

XAMPP: Ubuntu LTS 18.04 xampp.run command not found

I update my AWS instance from ubuntu 16 to 18.04. Currently I have the xampp installer with this name xampp-linux-x64-7.2.2-0-installer.run located at user@ip:~$ I tried to run this command sudo chmod +x xampp-linux-x64-7.2.2-0-installer.run But…
Pablo
  • 255
  • 1
  • 4
  • 11
0
votes
0 answers

How to reset 2FA on the phpmyadmin software?

I have been using 2FA (2 factor authentication) to log in into the admin panel but I recently resettled my phone which has the 2FA code due to certain problems. I tried reading through the phpmyadmin documentation but it only show the method to…
0
votes
1 answer

How to use RewriteRule within .htaccess on xampplite?

I am using .htaccess file to enable url rewrite. Options +FollowSymlinks RewriteEngine on DirectorySlash off Options -Indexes RewriteRule ^(.*)$ index\.php [NC] It works as it should on the production php server. It does not however work with out…
user29859
  • 123
  • 5
0
votes
2 answers

XAMPP server on Linux uses "nobody" user

I have XAMPP server installed on Red hat . I find the when ever I execute PHP scripts it executes from the owner of "nobody". Now the problem is I need to use sudo to run some process inside the PHP script . if i use sudo , this owner "nobody"…
Vidya
  • 347
  • 1
  • 6
  • 19
0
votes
0 answers

.htaccess https to http xampp not working

For some reasons i am trying to Redirect all traffic coming to port 443 to port 80 i.e from https to http and kindly this is not duplicate because i searched a lot but did not found any working solution. I created the following .htaccess file in…
0
votes
0 answers

SSL Certificate Configuration Error on XAMPP server

I have been following this guide in order to configure SSL certificate on XAMPP server where I have enabled SSL on 4433 (as well as 443 after encoutering errors but no result, below config and error is against 443) port. I have created a certificate…
aneela
  • 99
  • 6