-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapache.conf
More file actions
36 lines (34 loc) · 983 Bytes
/
apache.conf
File metadata and controls
36 lines (34 loc) · 983 Bytes
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
#------------------------------------------------------------------------
# Archetype and Gene Data Libraries
#
# Notes:
# - Change the path to match local system
#------------------------------------------------------------------------
RLimitCPU 15 15
Alias /inscribe /Users/Username/Inscribe/html
<Directory "/Users/Username/Inscribe/html">
Options Indexes MultiViews +ExecCGI
AddHandler cgi-script py
Order Allow,Deny
Allow from All
ExpiresDefault M1
ExpiresDefault A1
</Directory>
Alias /archetypes /Users/Username/Inscribe/Archetypes
<Directory "/Users/Username/Inscribe/Archetypes">
Options Indexes MultiViews +ExecCGI
AddHandler cgi-script py
Order Allow,Deny
Allow from All
ExpiresDefault M1
ExpiresDefault A1
</Directory>
Alias /genes /Users/Username/Inscribe/Genes
<Directory "/Users/Username/Inscribe/Genes">
Options Indexes MultiViews +ExecCGI
AddHandler cgi-script py
Order Allow,Deny
Allow from All
ExpiresDefault M1
ExpiresDefault A1
</Directory>