我正在尝试在 ubuntu 11.04 上安装 bugzilla 4
我已将以下内容添加到我的 httpd.conf
<Directory “/var/www/dev.spincentre/bugzilla”>
AddHandler cgi-script .cgi
Options +Indexes +ExecCGI
DirectoryIndex index.cgi
AllowOverride Limit
</Directory>
Run Code Online (Sandbox Code Playgroud)
但是当我转到 URL 时,apache 显示 index.cgi 的文本而不是执行脚本。知道如何修复它吗?
我正在使用 Interpid(我知道我需要升级)。当我尝试将 -h 选项与 ls 一起使用时,出现错误。我发誓这曾经有效,手册页说它应该。有任何想法吗?
$ sudo ls -lh
ls: invalid option -- 'h'
Try `ls --help' for more information.
Run Code Online (Sandbox Code Playgroud)