- 論壇徽章:
- 0
|
請教AS4 apache中的http://IP/cgi-bin/拒絕訪問是默認(rèn)的嗎?
httpd.conf
ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
<Directory "/var/www/cgi-bin">;
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>;
[root@server ~]# ls /var/www/ -l
總用量 64
drwxrwxr-x 3 root root 4096 5月 20 17:08 cgi-bin
訪問:http://IP/cgi-bin/openwebmail/openwebmail.pl
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.
請教怎么辦阿?
謝謝了 |
|