Tag: XAMPP

在Windows xampp上更改lower_case_table_names = 2的值的位置

我正在使用Windows 7和xampp我试图导出我的数据库,而在这个过程中表名转换为lower case 。 我搜查了很多,我知道我必须将lower_case_table_names的值从0更改为2但是我必须在哪个文件中更改此值?

强制浏览器刷新CSS,JavaScript等

我正在通过XAMPP开发基于Wordpress源代码的网站。 有时我更改CSS代码,脚本或其他东西,我注意到我的浏览器需要时间来应用修改。 这导致我使用多个浏览器刷新一个,如果不适用新的样式,我尝试第二个,它总是这样。 有一些方法可以避免这个问题? 有时我会更改代码,恕不另行通知。

使用XAMPP启用SSL

我一直在按照这个指南尽可能多http://robsnotebook.com/xampp-ssl-encrypt-passwords 。 然而,无论何时我浏览到以https开头的页面,apache服务器都会回复404 Object Not Found。 我错过了什么设置? 谢谢你的帮助。

Apache不从XAMPP控制面板运行(错误:Apache意外closures,这可能是由于端口被阻塞)

我在Windows 7上安装了XAMPP(xampp-win32-1.8.2-0-VC9-installer.exe)。 但不幸的是,在从XAMPP控制面板运行Apache期间发现了以下错误: 5:38:38 PM [Apache] Error: Apache shutdown unexpectedly. 5:38:38 PM [Apache] This may be due to a blocked port, missing dependencies, 5:38:38 PM [Apache] improper privileges, a crash, or a shutdown by another method. 5:38:38 PM [Apache] Press the Logs button to view error logs and check 5:38:38 PM [Apache] the Windows Event […]

尝试从networking访问XAMPP时出错

当我尝试access Xampp from a network我尝试过access Xampp from a network时出现以下错误,但是不知道如何解决这个问题。 任何帮助? 访问禁止: 只能从本地networking访问请求的对象。 该设置可以在文件“httpd-xampp.conf”中configuration。

XAMPP:无法启动Apache(Windows 10)

我正在使用XAMPP,我可以启动Apache,但是,MySQL(PhpMyAdmin)启动! 当我开始时,我得到这个错误; 10:07:49 [Apache] Error: Apache shutdown unexpectedly. 10:07:49 [Apache] This may be due to a blocked port, missing dependencies, 10:07:49 [Apache] improper privileges, a crash, or a shutdown by another method. 10:07:49 [Apache] Press the Logs button to view error logs and check 10:07:49 [Apache] the Windows Event Viewer for more clues 10:07:49 [Apache] […]

MySQL数据库不会在XAMPP Manager-osx中启动

大约一个月前我下载了XAMPP,并且工作得很好。 今天我安装了语音识别软件,然后重新启动了我的电脑。 从此以后,MySQL不会在我的manager-osx应用程序中启动。 它不会让我进入应用程序日志。 这就是它说的: Stopping all servers… Stopping Apache Web Server… /Applications/XAMPP/xamppfiles/apache2/scripts/ctl.sh : httpd stopped Stopping ProFTPD… Checking syntax of configuration file /Applications/XAMPP/xamppfiles/proftpd/scripts/ctl.sh : proftpd stopped Restarting all servers… Starting MySQL Database… Starting Apache Web Server… /Applications/XAMPP/xamppfiles/apache2/scripts/ctl.sh : httpd started Starting ProFTPD… Checking syntax of configuration file /Applications/XAMPP/xamppfiles/proftpd/scripts/ctl.sh : proftpd started 我的ProFTPD和我的Apache Web服务器都在运行。 MySQL不是。 […]

如何在localhost Windows上释放我的端口80?

我安装了XAMPP 1.6.8,由于某种原因,它没有工作。 后来意识到80端口不是免费的或者不听。 我怎样才能释放它或使它免费? 非常感谢!

添加VirtualHost失败:访问禁止的错误403(XAMPP)(Windows 7)

我有一个在Windows 7上运行的XAMPP安装。 只要我将虚拟主机添加到httpd-vhosts.conf中,那么“常规” http://localhost和新的dropbox.local都不起作用。 这是我添加到我的httpd-vhosts.conf: <VirtualHost *:80> ServerAdmin postmaster@dummy-host.localhost DocumentRoot "E:/Documenten/Dropbox/Dropbox/dummy-htdocs" ServerName dropbox.local ServerAlias www.dropbox.local ErrorLog "logs/dropbox.local-error.log" CustomLog "logs/dropbox.local-access.log" combined </VirtualHost> 所以,我查找了我的dropbox.local-error.log的任何信息: [Thu Feb 02 10:41:57 2012] [error] [client 127.0.0.1] client denied by server configuration: E:/Documenten/Dropbox/Dropbox/dummy-htdocs/ 这个错误似乎是通过添加解决的 <directory "E:/Documenten/Dropbox/Dropbox/dummy-htdocs"> Allow from all </directory> 但现在我得到这个错误dropbox.local-error.log: [Thu Feb 02 10:45:56 2012] [error] [client ::1] Directory index forbidden […]

如何在PHP / XAMPP中启用cURL

如何在PHP中启用cURL?