Questions tagged [xampp]

A package consisting of Apache, mySQL, PHP and Perl, available for multiple platforms meant for use by developers.

Filter by
Sorted by
Tagged with
0 votes
0 answers
27 views

Serving all sites from different drive in xampp

I'm trying to set up xampp to use a different directory (on a different drive) as the "hub" for where my local websites are served. I basically want to set a new root folder and then use ...
SteveT's user avatar
  • 1
1 vote
1 answer
57 views

XAMPP mysql (Mariadb) has become unreliable

I have used XAMPP for years in Windows without any problems, but lately, it has become unreliable due to mysql (MariaDB). In XAMPP Control Panel mysql sometimes starts alright, sometimes it will crash ...
Mica's user avatar
  • 11
0 votes
0 answers
78 views

SQL Error (1114): The table 'global_priv' is full

I can no longer add users to my database. I only get the error: SQL Error (1114): The table 'global_priv' is full I researched this issue, and the my.ini config for innodb_data_file_path did not have ...
Codesmith's user avatar
  • 111
0 votes
0 answers
45 views

Apache sometimes hangs while responding to requests

I have an Apache web server working in windows environment. It is working smoothly, but sometimes even when on low load, is fails to serve the said requests but quickly loads the page when user ...
12416_INDB's user avatar
0 votes
2 answers
119 views

Starting MySQL standalone works but as windows service it fails

I have an xampp-portable directory that contains mysql/mariadb. The xampp directory is located directly on d:, so path is d:\xampp and mysql is d:\xampp\mysql I want to run mysql as windows service so ...
Michael's user avatar
  • 103
0 votes
0 answers
12 views

Integrated Windows Authentication with Apache on Windows [duplicate]

I'm using XAMPP and I want to use my app on my intranet, because of this I don't want to create another login page and I want to use the authentication from windows and to work with the username ...
Mega's user avatar
  • 101
-1 votes
1 answer
81 views

What would be the easiest way to exclude 206 requests from apache xampp log ? Thanks

What would be the easiest way to exclude 206 requests from apache xampp log ? Thanks
SpEcTrE73's user avatar
1 vote
2 answers
7k views

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 ...
ZOHBOU's user avatar
  • 11
0 votes
0 answers
3k views

Redirecting issues with XAMPP, How can I make https://example.com redirect to https://www.example.com?

I'm using XAMPP to run a apache/php/mysql/wordpress server. I'm trying to understand the rewrite module and it's not making much sense to me because of how I have it configured and the results I'm ...
Arvo Bowen's user avatar
0 votes
1 answer
2k views

Configuring virtual hosts; Need to just allow one ip address to access the website and deny all. What's wrong with the below code?

<VirtualHost *:80> ServerAdmin example.com DocumentRoot "C:/xampp/htdocs/example.com" ServerName www.example.com ServerAlias example.com ErrorLog "logs/example....
NARESH RAMINI's user avatar
0 votes
1 answer
604 views

Why browsers fetch images again after reloading my page?

I am developing a web app, and I want all the images (a couple hundred MB worth - 20 000 - 50 000 thumbnails) to be downloaded once and never downloaded again, as those don't really change. Also, ...
Nikolai Frolov's user avatar
0 votes
2 answers
205 views

Not able to connect to HTTP server outside of LAN [closed]

I have made an apache webserver with xampp on windows 7 Ultimate. I have set DDNS and port forwarding on port 80 in my AT&T bg210 router. I can connect to the website on the LAN, but not on ...
cappypi's user avatar
0 votes
0 answers
802 views

Suddenly start getting err_connection_reset

Suddenly I started to get the net::err_connection_reset 200. It only happens in one page of my site, all the other pages load fine. I removed everything from the controller and model and only left the ...
Alexis Garcia's user avatar
1 vote
1 answer
900 views

.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 ...
ProjectBitcoinEgal's user avatar
1 vote
0 answers
120 views

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 ...
Majd's user avatar
  • 11
0 votes
0 answers
4k views

Xampp redirect configured vhost to dashboard

I have XAMPP long time and i am using Apache for PHP websites. I have 5 configured vhosts, projects in same parent directory, with same vhost confing and dns setting. But my last configured vhost, ...
Lajdák Marek's user avatar
-1 votes
1 answer
106 views

How can I Host a website with a Domain name just within the Local Network?

I host a website on a local network with XAMPP. I usually access it with the IP address on another device. How can I host my website on a domain like website.local ? My OS is Windows 10 but if needed ...
J. Dove's user avatar
  • 101
1 vote
0 answers
257 views

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 ...
Xim's user avatar
  • 53
0 votes
1 answer
3k views

XAMPP on Catalina - Can't connect to local MySQL server through socket '/opt/lampp/var/mysql/mysql.sock' [closed]

i installed xampp to make a local website. i finished the website and tried to export the db to switch to production and i noticed that the DB in php my admin seemed to be empty ( which couldn't be ...
rita1989's user avatar
0 votes
2 answers
904 views

Virutal Hosting using XAMPP in AWS EC2 INSTANCE

Trying to host 2 or more domains in a single aws ec2 instance. my configuration is: host: 18.219.39.37 [my domain] httpd.conf: Listen 80 <Directory /> AllowOverride none Require ...
connorliam's user avatar
0 votes
2 answers
401 views

Using a sub domain on my local machine without specifying the port [closed]

I have a domain that I purchased from my web host. I want to use the subdomain that I have created on my local machine as the files that I am using cannot be installed on the host. As of right now ...
Chip's user avatar
  • 1
0 votes
0 answers
1k views

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 [...
swm's user avatar
  • 101
0 votes
1 answer
1k views

Error accessing a local Web Server from Internet [closed]

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 ...
U. Busto's user avatar
  • 141
2 votes
1 answer
11k views

Xampp, mysql crashes each time I start it

When I try to start mysql, it shuts down: Error: MySQL shutdown unexpectedly. This may be due to a blocked port, missing dependencies, improper privileges, a crash, or a shutdown by another method. ...
SirSpeciam's user avatar
2 votes
2 answers
678 views

Deny access to "bat" files in Apache

I want to deny direct access to some sensitive files in my root application (e.g: log,sh, ini ...etc). and for this reasons I have used the following directive in my main .htaccess: <FilesMatch "\...
GENE's user avatar
  • 21
0 votes
2 answers
8k views

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 ...
Pablo's user avatar
  • 255
1 vote
2 answers
4k views

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 ...
sys_uzer's user avatar
  • 113
0 votes
1 answer
5k views

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 ...
user3132858's user avatar
2 votes
1 answer
5k views

XAMPP deny access from specific external IP address

I need some help with securing my test XAMPP server as so far nothing I have tried seems to work. I am running Apache 2.4.7 on Windows 7 machine. The setup is the following: I am redirecting all ...
user3132858's user avatar
0 votes
0 answers
154 views

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 ...
Pablo's user avatar
  • 255
1 vote
0 answers
204 views

AWS Linux: Apache httpd.conf too long to respond

I have this configuration setting on my /opt/lampp/etc/httpd.conf <VirtualHost *:902> DocumentRoot "/opt/lampp/htdocs/e-wallet-frontend/public" ServerName localhost </VirtualHost> ...
Pablo's user avatar
  • 255
0 votes
0 answers
396 views

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 ...
joseph222's user avatar
1 vote
1 answer
2k views

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 ...
Chema Moriñigo's user avatar
0 votes
0 answers
292 views

.htaccess https to http xampp not working [duplicate]

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 ...
Zain Ul Abidin's user avatar
0 votes
0 answers
1k views

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 ...
aneela's user avatar
  • 99
0 votes
1 answer
314 views

is Xampp enough For a School Local Web Server? [duplicate]

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 ...
Cedrick 's user avatar
0 votes
4 answers
10k views

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 ...
RobertNewToJava's user avatar
-2 votes
2 answers
422 views

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 ...
manudicri's user avatar
0 votes
2 answers
4k views

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 ...
Morgan's user avatar
  • 111
1 vote
1 answer
2k views

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 ...
Pawtang's user avatar
  • 13
0 votes
1 answer
3k views

Apache rotatelogs command is failing and apache doesnt restart [closed]

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 ...
OM The Eternity's user avatar
-3 votes
1 answer
1k views

There was error in sending mail <[email protected]> to <[email protected]> unable to establish connection smtp server to<servername:port>

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 [email protected] Servername=mail.my-...
Chandrakant Adhav's user avatar
0 votes
1 answer
455 views

Restricted phpmyadmin to locahost doesn't work

This is my httpd-xampp.conf snippet for phpMyAdmin Alias /phpmyadmin "C:/xampp/phpMyAdmin/" <Directory "C:/xampp/phpMyAdmin"> AllowOverride AuthConfig #Require all granted Order ...
AFwcxx's user avatar
  • 125
2 votes
1 answer
890 views

.htaccess redirect URL of existing folder

The software I am working on uses ugly urls. To make it easier for users to share projects (it is a project administration package) I want to have a redirect. It should redirect projectadmin.dev/...
thomas479's user avatar
  • 123
1 vote
1 answer
2k views

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 ...
Keerthivasan's user avatar
2 votes
0 answers
4k views

VirtualAlloc() failed: [0x00000008] Not enough storage is available to process this command [closed]

I keep getting the following error in my PHP error text for Xampp on Windows 10. Using WordPress as the CMS. Feeling like I have tried everything but hoping there is at least one person here that ...
Gary Carlyle Cook's user avatar
-4 votes
1 answer
1k views

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

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 ...
robert sinior's user avatar
-4 votes
0 answers
873 views

Can't access XAMPP on my laptop from my phone [closed]

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 ...
CuriousGuy's user avatar
0 votes
1 answer
2k views

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 ...
rassa45's user avatar
  • 99
0 votes
1 answer
173 views

Where do you edit the MySQL config? [closed]

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 ...
user273269's user avatar

1
2 3 4 5