
apache
ybhjx
留着自己学习,不做他用
展开
-
apache的error.log中的错误:无法加载php_exif.dll
查看Apache的错误日志[error.log]发现PHP Warning: ……php_exif.dllPHP Warning: PHP Startup: Unable to load dynamic library 'E:/AppServ\\php5\\ext\\php_exif.dll' - \xd5\xd2\xb2\xbb\xb5\xbd\xd6\xb8\xb6\xa8\xb5转载 2016-01-17 09:17:18 · 864 阅读 · 0 评论 -
.htaccess: Invalid command 'Header', perhaps misspelled or defined by a module not included in the
.htaccess 文件中有配置如下:#文件缓存时间配置Header set Cache-Control "max-age=2592000".htaccess: Invalid command 'Header', perhaps misspelled or defined by a module not included in the server config原创 2016-01-17 09:27:46 · 5182 阅读 · 0 评论 -
PHP错误Warning: Cannot modify header information - headers already sent by解决方法
在后台管理或者有时候在论坛,点击一个页面,页顶会出现Warning: Cannot modify header information - headers already sent by....这类语句,造成这个原因是因为setcookie语句的问题。cookie本身在使用上有一些限制,例如:1.呼叫setcookie的敘述必須放在標籤之前2.呼叫setcookie之前,不转载 2016-01-17 09:46:24 · 832 阅读 · 0 评论 -
Apache多虚拟主机多版本PHP(5.2+5.3+5.4)共存运行配置全过程
摘要因为某种需求,可能是因为早期的项目需要低版本的php,和目前开发所用的版本不太一致,我们需要给不同的虚拟主机配置不同版本的PHP。避免去额外配置多个Apache,等iis和apache共存的麻烦。因为某种需求,可能是因为早期的项目需要低版本的php,和目前开发所用的版本不太一致,我们需要给不同的虚拟主机配置不同版本的PHP。避免去额外配置多个Apache,等iis和apac转载 2016-08-14 18:51:19 · 6937 阅读 · 0 评论