QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1861|回复: 2

apache中http文件上传的问题

[复制链接]
发表于 2004-4-5 16:54:14 | 显示全部楼层 |阅读模式
环境:redhat linux 9.0及自带的apache+php
通过php表单实现文件上传。
程序应该没问题,因我在其它Web服务器上测试正常。但在我的服务器上却失败。

查了一些文档。发现很多资料中说在httpd.conf中,有一EnabePut选项,应该设置成:
EnablePut = On
才允许通过http上传文件。

但在我的httpd.conf中,根本没有EnablePut这一项,我手工加上后,Apache无法启动,


请教高手应该如何解决!
急!谢谢各位!!
发表于 2004-4-6 08:30:35 | 显示全部楼层
好象是你自己必须编译这个模块。
看看这里http://hpwww.ec-lyon.fr/~vincent/apache/mod_put.html
httpd.conf Directives
EnablePut On|Off
default value: Off
context: Directory or Location
effect: Enables (or disables) the PUT method.
remarks: Before enabling the PUT method, be sure your server is secure.
Documents will be created with the rights of the user running httpd, be sure to adjust the access rights accordingly.
EnableDelete On|Off
default value: Off
context: Directory or Location
effect: Enables (or disables) the DELETE method.
remarks: Before enabling the DELETE method, be sure your server is secure.
umask octal_value
default value: 007
context: Directory or Location
effect: sets the umask for a whole directory (see umask(1)).

需要你自己编译mod_put模块,你自己看看有没有!
回复

使用道具 举报

发表于 2004-4-6 08:33:15 | 显示全部楼层
还有一个介绍upload的
http://apache.webthing.com/mod_upload/
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-8 23:45 , Processed in 0.067328 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表