XAMPP 在 Windows 上 localhost 运行缓慢的解决办法: Difference between revisions
Created page with "参考这里 [https://buildio.dev/speed-up-xampp-on-windows/ 提升 XAMPP 在 Windows 上的速度],及这里 [https://serverfault.com/questions/66347/why-is-the-response-on-localhost-so-slow 为什么 localhost 应答慢]。 解决办法: * 在 <code> httpd.conf </code> 中,把 ServeName=localhost:80 改为 ServerName 127.0.0.1:80 * 在 <code> my.ini </code> 中,把以下几个参数的值都改大一些 <syntaxhighlight lang="bash" line> 145:# innodb_buffer..." |
No edit summary |
||
| Line 1: | Line 1: | ||
{{#seo: | |||
|title=XAMPP 在 Windows 上 localhost 运行缓慢的解决办法 | |||
|description=XAMPP 在 Windows 上 localhost 运行缓慢的解决办法 | |||
|keywords=XAMPP, 慢, 解决办法}} | |||
参考这里 [https://buildio.dev/speed-up-xampp-on-windows/ 提升 XAMPP 在 Windows 上的速度],及这里 [https://serverfault.com/questions/66347/why-is-the-response-on-localhost-so-slow 为什么 localhost 应答慢]。 | 参考这里 [https://buildio.dev/speed-up-xampp-on-windows/ 提升 XAMPP 在 Windows 上的速度],及这里 [https://serverfault.com/questions/66347/why-is-the-response-on-localhost-so-slow 为什么 localhost 应答慢]。 | ||