Posts

Showing posts from February, 2024

XAMPP Error: Apache shutdown unexpectedly

Image
  click config: 1. open Apache(httpd.conf) and replace      Listen 80 to Listen 8080     ServerName localhost:80 to  ServerName localhost:8080 2. open Apache(httpd-ssl-conf) and replace     Listen 443 to Listen 4433 3 . stop and start again