- 論壇徽章:
- 0
|
郵件服務(wù)器已搭建好,準(zhǔn)備加個(gè)dspam過(guò)濾垃圾郵件的。
編譯安裝了dspam 3.10,配置了虛擬站點(diǎn)。
但是在通過(guò)URL訪問(wèn)的時(shí)候,Web頁(yè)面總提示:- Internal Server Error
- The server encountered an internal error or misconfiguration and was unable to complete your request.
- Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
- More information about this error may be available in the server error log.
復(fù)制代碼 看了dspam的錯(cuò)誤日志,寫的是類似下面的錯(cuò)誤信息:- [Wed Sep 14 19:58:15 2011] [error] [client 12.34.56.78] (13)Permission denied: exec of '/usr/sbin/suexec' failed
- [Wed Sep 14 19:58:15 2011] [error] [client 12.34.56.78] Premature end of script headers: dspam.cgi
復(fù)制代碼 suexec的權(quán)限為:
-r-s--x--- 1 root apache 11708 Aug 31 15:54 /usr/sbin/suexec
求解..... |
|