我对bugzilla和重新启动apache2有问题。当我尝试重新加载apache2时,它说:
。
bugzilla的文件配置是: ServerName www.bugzilla.sphinx.al ServerAdmin elio.pashaj@sphinx.al DocumentRoot /var/www/html/bugzilla
AddHandler cgi-脚本.cgi选项+ExecCGI DirectoryIndex index.cgi index.html
您能帮我处理/etc/apache2/sites启用/bugzilla.conf: DocumentRoot必须是目录的第3行的语法错误吗?
发布于 2015-07-23 11:06:51
错误是告诉您DocumentRoot必须是一个目录。您的配置中的DocumentRoot是"/var/www/html/bugzilla“。这条路存在吗?是文件还是目录?如果您已经在/var/www/html中直接安装了Bugzilla,那么/var/www/html/bugzilla就不存在了。
如果这是一个新的安装,那么最好按照这里的说明安装5.0:http://bugzilla.readthedocs.org/en/5.0/。
https://serverfault.com/questions/707576
复制相似问题