Winxp上配Apache Mysql PHP及Linux上一些问题的备注

Standard

1.如果PHP5按网上的教程还认不出Mysql Module的话就在Apache的httpd.conf头上加一句”loadfile c:/php/libmysql.dll”

2.如果Apache mod_rewrite.so注释去掉重启后还没能认出网站目录下.htaccess文件的话,记得看一下目录配置中是否为”AllowOverride All”及”Options Indexes FollowSymLinks”

3.如果Mysql开了远程连接用户还连不上的话,记得确认一下是不是自己IP地址打错了,呵呵:)

4.解决PHP Warning: Cannot modify header information – headers already sent by ……打开 php.ini 然后把 output_buffering 设为 on .重起appache,OK.

5.fedora装好后鼠标箭头找不着可以修改/etc/X11/xorg.conf文件,在Section Device 中最后部分 添加Option “HWCursor” “false”后重新启动

6.samba服务配好后在window中可以看到主机及目录但不到登录时就检查SELinux配置

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.