IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2008, 3:59:25 PM (18 years ago)
Author:
bills
Message:

Allow the data store server to be installed without a full IPP installation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStoreServer/web/conf/httpd-datastore.conf

    r16763 r17381  
    1 
    2 <Directory "/var/www/html/ds/dsroot">
    3 #<Directory "/ds/dsroot">
     1#
     2# Root of the data store (where the directory hierarchy lives
     3#
     4<Directory "/data/ipp000.0/datastore/dsroot">
    45
    56  DirectoryIndex /ds-cgi/dsindex.cgi
     
    1415  XBitHack on
    1516
    16   # attempt to turn caching off (doesn't seem to work)
    17   ExpiresActive On
    18   # expires 0 seconds after access (doesn't get applied)
    19   ExpiresDefault A0
    20 
    21 #AddType text/plain .txt
     17  AddType text/plain .txt
    2218  AddOutputFilter INCLUDES .txt
    2319
     
    2824</Directory>
    2925
    30 <Directory "/cgi-bin/ds-cgi">
    31 #<Directory "/ds/cgi">
     26
     27#
     28# Location of the cgi scripts
     29#
     30
     31<Directory "/data/ipp000.0/datastore/ds-cgi">
    3232  Options ExecCGI
    3333
     
    3737</Directory>
    3838
    39 Alias       /ds/     /var/www/html/ds/dsroot/
    40 ScriptAlias /ds-cgi/ /var/www/cgi-bin/ds-cgi/
     39Alias       /ds/     /data/ipp000.0/datastore/dsroot/
     40ScriptAlias /ds-cgi/ /data/ipp000.0/datastore/ds-cgi/
    4141
    42 
    43 # these don't do what I want
    44 #AliasMatch (.*)(/index.txt)(.*) $1/$3
    45 
    46 #ScriptAliasMatch ^/.*/index.txt /ds-cgi/dsindex.cgi
    47 #ScriptAlias /var/www/html/ds/dsroot/pstamprequest/index.txt /ds-cgi/dsindex.cgi
    48 
    49 #RedirectMatch /ds/.*/index.txt /ds-cgi/dsindex.cgi
    50 #RedirectMatch /ds/.*  /ds-cgi/dsindex.cgi
    51 
Note: See TracChangeset for help on using the changeset viewer.