AWS LinuxでbugzillとGitlabを設定完了したんですが
exapmle.com/でgitlabが表示されていますが。
example.com/bugzilla/localconfigでBugzilaが表示されなくて困っています。
http://bugzilla.readthedocs.io/en/latest/installing/linux.html
上記の記事に下記のように書いてあったので、やってみたが表示できないです。
Your Bugzilla should now be working. Check by running:
./testserver.pl http://<your-bugzilla-server>/
If that passes, access http://<your-bugzilla-server>/ in your browser - you should see the Bugzilla front page. Of course, if you installed Bugzilla in a subdirectory, make sure that's in the URL.
補足:apacheの/etc/httpd/conf/httpd.confファイル下記のよう設定しています。
<VirtualHost *:80> ServerAdmin http://example.com/ DocumentRoot /var/www/html/bugzilla <Directory /var/www/html/bugzilla> AddHandler cgi-script .cgi Options +Indexes +ExecCGI +FollowSymLinks DirectoryIndex index.cgi AllowOverride All Order allow,deny Allow from all </Directory> ServerSignature On </VirtualHost> <Directory /var/www/html/bugzilla> AddHandler cgi-script .cgi Options +Indexes +ExecCGI DirectoryIndex index.cgi AllowOverride Limit </Directory>
[root@ip-172-31-16-44 bugzilla]# ./testserver.pl http://example.com/bugzilla TEST-WARNING Failed to find the GID for the 'httpd' process, unable to validate webservergroup. TEST-FAILED Fetch of images/padlock.png failed Your web server could not fetch http://example.com/bugzilla/images/padlock.png. Check your web server configuration and try again.

バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2017/02/21 05:19 編集
2017/02/21 05:25 編集
2017/02/21 05:30
2017/02/21 05:33
2017/02/21 06:16 編集
2017/02/21 06:24
2017/02/21 06:32
2017/02/21 06:43
2017/02/21 06:57