CGI无法实现POST
时间:2007-03-29 来源:白石
CGI无法实现POST
在测试cgictest.cgi时,提交后出现错误提示“501 Not Implemented POST to non-script is not supported in Boa.”。于是将"POST"改为"GET",提交成功,但是文件无法上传。
无法POST的原因是boa是以nobody用户启动的,权限不够,将boa以root用户启动后,POST成功,文件上传正常。
相关阅读 更多 +
时间:2007-03-29 来源:白石
CGI无法实现POST
在测试cgictest.cgi时,提交后出现错误提示“501 Not Implemented POST to non-script is not supported in Boa.”。于是将"POST"改为"GET",提交成功,但是文件无法上传。
无法POST的原因是boa是以nobody用户启动的,权限不够,将boa以root用户启动后,POST成功,文件上传正常。