~evergreen-bugs/evergreen/rel_3_11

« back to all changes in this revision

Viewing changes to Open-ILS/examples/apache/eg.conf

  • Committer: phasefx
  • Date: 2010-08-24 19:04:20 UTC
  • Revision ID: git-v1:53a0bd89fe11176c309b6bcf7f812e3bb60b1283
Staff Client Build/Update Enhancements patch from Thomas Berezansky

Among other things, allows cross-compilation of Windows installers from Unix environments via NSIS, and enables Mozilla's upgrade mechanism for performing upgrades without needing to download and execute external files.

See https://bugs.launchpad.net/evergreen/+bug/616452/ for more details.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@17330 dcc99617-32d9-48b4-a31d-7c20da2025e4

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
</Directory>
66
66
 
67
67
 
 
68
# ----------------------------------------------------------------------------------
 
69
# Updates folder
 
70
# ----------------------------------------------------------------------------------
 
71
Alias /updates/ "/openils/var/updates/pub/"
 
72
<Directory "/openils/var/updates/pub">
 
73
        <Files check>
 
74
                ForceType cgi-script
 
75
        </Files>
 
76
        <Files update.rdf>
 
77
                ForceType cgi-script
 
78
        </Files>
 
79
        <Files manualupdate.html>
 
80
                ForceType cgi-script
 
81
        </Files>
 
82
        <Files download>
 
83
                ForceType cgi-script
 
84
        </Files>
 
85
        AllowOverride None
 
86
        Options None
 
87
        Allow from all
 
88
        Options ExecCGI
 
89
</Directory>
 
90
 
68
91
 
69
92
# ----------------------------------------------------------------------------------
70
93
# OPTIONAL: Set how long the client will cache our content.  Change to suit