/[smecontribs]/rpms/bugzilla/contribs10/bugzilla-httpd-conf
ViewVC logotype

Annotation of /rpms/bugzilla/contribs10/bugzilla-httpd-conf

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Mon May 23 19:29:51 2022 UTC (2 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: bugzilla-5_0_6-14_fc36, bugzilla-5_0_6-16_el7_sme, bugzilla-5_0_6-15_el7_sme, HEAD
Initial import

1 jpp 1.1 Alias /var/lib/bugzilla/data/webdot /var/lib/bugzilla/data/webdot
2     Alias /bugzilla /usr/share/bugzilla
3    
4     <Directory /usr/share/bugzilla>
5    
6     <IfModule mod_authz_core.c>
7     # Bugzilla will be accessible to all machines in your network
8     # Replace with "Require local" if you want access to be restricted
9     # to this machine.
10     Require all granted
11     </IfModule>
12    
13     AddHandler cgi-script .cgi
14     Options +Indexes +ExecCGI +FollowSymLinks
15     DirectoryIndex index.cgi index.html
16     AllowOverride Limit Options FileInfo Indexes AuthConfig
17     AddType application/vnd.mozilla.xul+xml .xul
18     AddType application/rdf+xml .rdf
19     </Directory>
20    
21     <Directory /var/lib/bugzilla/data/webdot>
22     Require all granted
23     </Directory>

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed