Difference between revisions of "Installing bugzilla"

From SME Server
Jump to navigationJump to search
(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...")
 
m
 
Line 2: Line 2:
  
 
create ibay with cgi execution enabled
 
create ibay with cgi execution enabled
 +
 
download bugzilla tarball
 
download bugzilla tarball
 +
 
unpack 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
+
'''important''': add the options +ExecCGI to the httpd.conf for the containing folder.
 +
 
 +
so for example create a template-custom like
 +
 
 +
  /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/99bugzexec
  
 
with  
 
with  

Latest revision as of 22:07, 20 June 2018

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

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

with

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