XAMPP的配置文件(一部分转载)

来源:互联网 发布:windows 挂载iOS 编辑:程序博客网 时间:2024/06/10 12:28
XAMPP的配置文件(部分转载)

  问题 6:我在哪里能更改配置文件?
您可以通过文本编辑器来更改 XAMPP 的各种配置文件。这些文件存在于以下路径:
Apache 基本配置:.\xampp\apache\conf\
Apache SSL:.\xampp\apache\conf\ssl.conf
Apache Perl(仅限插件):.\xampp\apache\conf\perl.conf
Apache Tomcat(仅限插件):.\xampp\apache\conf\java.conf
Apache Python(仅限插件):.\xampp\apache\conf\python.conf
PHP:.\xampp\apache\conf\php.ini(Apache 正在运行的 PHP 版本)
MySQL:.\xampp\mysql\bin\my.cnf
phpMyAdmin:.\xampp\phpMyAdmin\config.inc.php
FileZilla FTP 服务器:.\xampp\FileZillaFTP\FileZilla Server.xml
Mercury 邮件服务器基本配置:.\xampp\MercuryMail\MERCURY.INI
Sendmail:.\xampp\sendmail\sendmail.ini

问题 7:这些文件夹里都是些什么东西? 

  

路径内容\xampp\anonymous匿名 FTP 的样例文件夹\xampp\apacheApache 服务器\xampp\cgi-bin可执行的 CGI 脚本\xampp\FileZillaFTPFileZilla FTP 服务器\xampp\htdocshttp 文档的主文件夹\xampp\install用于 XAMPP 的安装(请勿删除!)\xampp\licenses同上\xampp\MercuryMailMercury 邮件 SMTP POP3 IMAP 服务器\xampp\mysqlMySQL 服务器\xampp\perlPerl\xampp\phpPHP(4 和 5)\xampp\phpmyadminphpMyAdmin\xampp\security额外的安全配置\xampp\tmp临时文件夹\xampp\webalizerWebalizer 网络状态\xampp\webdavWebDAV 样例

  启动xampp后想用web对mysql进行管理,结果发现点击页面的语言(比如:中文)链接后没有反应。查看日志

  /opt/lampp/logs/error_log

  [Mon Feb 15 13:09:13 2010] [error] [client 192.168.1.104] PHP Warning: file_get_contents(

  lang.tmp) [<a >function.file-get-contents</a>]: failed to

  open stream: Permission denied in /opt/lampp/htdocs/xampp/index.php on line 2, referer: h

  ttp://192.168.1.107/xampp/splash.php

  重点:

  Permission denied in /opt/lampp/htdocs/xampp/index.php on line 2

  解决方法:

  # cd /opt/lampp/htdocs/xampp
# chmod a+rw *

0 0
原创粉丝点击