Changeset 17381 for trunk/DataStoreServer/web/conf/httpd-datastore.conf
- Timestamp:
- Apr 7, 2008, 3:59:25 PM (18 years ago)
- 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"> 4 5 5 6 DirectoryIndex /ds-cgi/dsindex.cgi … … 14 15 XBitHack on 15 16 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 22 18 AddOutputFilter INCLUDES .txt 23 19 … … 28 24 </Directory> 29 25 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"> 32 32 Options ExecCGI 33 33 … … 37 37 </Directory> 38 38 39 Alias /ds/ / var/www/html/ds/dsroot/40 ScriptAlias /ds-cgi/ / var/www/cgi-bin/ds-cgi/39 Alias /ds/ /data/ipp000.0/datastore/dsroot/ 40 ScriptAlias /ds-cgi/ /data/ipp000.0/datastore/ds-cgi/ 41 41 42 43 # these don't do what I want44 #AliasMatch (.*)(/index.txt)(.*) $1/$345 46 #ScriptAliasMatch ^/.*/index.txt /ds-cgi/dsindex.cgi47 #ScriptAlias /var/www/html/ds/dsroot/pstamprequest/index.txt /ds-cgi/dsindex.cgi48 49 #RedirectMatch /ds/.*/index.txt /ds-cgi/dsindex.cgi50 #RedirectMatch /ds/.* /ds-cgi/dsindex.cgi51
Note:
See TracChangeset
for help on using the changeset viewer.
