我最近使用apache 2.4.7和php 5.5.9迁移到新的ubuntu服务器。 下面的代码在使用apache 2.2.22和php 5.3.10在ubuntu上运行的旧服务器上正常工作。但不是在新服务器上。
<?php
header("Content-Type:image/jpeg");
echo './images/img1.jpg';
?>
我很无知为什么会这样。是否有一些apache配置需要更改/启用以使上述代码有效?非常感谢任何帮助。
答案 0 :(得分:0)
也许你有一些.htaccess“Allow from
”指令?
它们在2.4中发生了变化,现在被称为“Require ip xxx.xxx.xxx.xxx
”。
见这里:http://httpd.apache.org/docs/trunk/new_features_2_4.html