forked from openSUSE/hermes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhermes_apache.conf
51 lines (40 loc) · 1.42 KB
/
hermes_apache.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#PerlModule Apache::AuthDBI
#PerlSetVar Auth_DBI_data_source DBI:mysql:featuretool;host=localhost;port=3306
#PerlSetVar Auth_DBI_username root
#PerlSetVar Auth_DBI_password asdf
#PerlSetVar Auth_DBI_pwd_table users
#PerlSetVar Auth_DBI_uid_field uid
#PerlSetVar Auth_DBI_pwd_field passwd
#PerlSetVar Auth_DBI_encryption_salt passwd
# SetEnv PERL5LIB /home/freitag/suse/sxkeeper/sxkeeper/perl
Alias /hermes /space/opensuse/infrastructure/hermes/herminator
<Directory "/space/opensuse/infrastructure/hermes/herminator">
AllowOverride None
DirectoryIndex index.cgi
AddHandler cgi-script .cgi
Options -Includes +ExecCGI +FollowSymLinks
ErrorDocument 401 /401msg.html
Order Allow,Deny
Allow from all
AuthType Basic
AuthName hermes
#PerlAuthenHandler Apache::AuthDBI::authen
#PerlAuthzHandler Apache::AuthDBI::authz
# AuthUserFile /home/freitag/suse/features/partnerfate/featuretool-passwd
# Require valid-user
Satisfy all
# SetEnv PERL5LIB /home/freitag/suse/hermes:/home/freitag/suse/hermes/cgi:/home/freitag/suse/baselibs
<Files 401msg.html>
Satisfy any
</Files>
<Files hermes.css>
Satisfy any
</Files>
</Directory>
<Directory "/space/opensuse/infrastructure/hermes/herminator/images">
Satisfy any
</Directory>
<Directory "/space/opensuse/infrastructure/hermes/herminator/Hermes>
Order Deny,Allow
Deny from all
</Directory>