Changes

From SME Server
Jump to navigationJump to search
407 bytes added ,  22:05, 20 June 2018
Created page with "How to install bugzilla on 9.x create ibay with cgi execution enabled download bugzilla tarball unpack tarball important: add the options +ExecCGI to the httpd.conf for the c..."
How to install bugzilla on 9.x

create ibay with cgi execution enabled
download bugzilla tarball
unpack tarball
important: add the options +ExecCGI to the httpd.conf for the containing folder. so for example create a template-custom like

nano /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/99bugzexec

with

<Directory /home/e-smith/files/ibays/bugzilla/html>
Options +ExecCGI
</Directory>
20

edits

Navigation menu