This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| xampp:config [2016-05-22 20:30] – admin | xampp:config [2023-10-26 20:04] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| === Installation === | === Installation === | ||
| * Download from [[https:// | * Download from [[https:// | ||
| - | * Install e.g. in c:\xampp56 | + | * Install e.g. in c:\xampp72 |
| === Configuration === | === Configuration === | ||
| * Apache > Config > httpd.conf | * Apache > Config > httpd.conf | ||
| Line 27: | Line 27: | ||
| </ | </ | ||
| * Note: Apache 2.4 needs Require, i.o. Allow from all, see http:// | * Note: Apache 2.4 needs Require, i.o. Allow from all, see http:// | ||
| + | * Enable following modules (for Apache 2.4) | ||
| + | * LoadModule deflate_module modules/ | ||
| + | * LoadModule filter_module modules/ | ||
| * Update DocumentRoot | * Update DocumentRoot | ||
| * MySQL | * MySQL | ||
| Line 33: | Line 36: | ||
| mysqladmin.exe -u root password secret | mysqladmin.exe -u root password secret | ||
| </ | </ | ||
| + | * add following line to my.ini under [mysqld] to ensure case sensitivity on Windows systems, see https:// | ||
| === Debugging === | === Debugging === | ||
| * Apache: check error.log. If that doesn' | * Apache: check error.log. If that doesn' | ||
| - | * < | + | * < |
| httpd | httpd | ||
| </ | </ | ||