Changeset 43041 for branches/eam_branches/ipp-pstamp-20260421/DataStoreServer/web/conf/ubuntu-datastore.conf
- Timestamp:
- Jun 1, 2026, 9:52:37 AM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/DataStoreServer/web/conf/ubuntu-datastore.conf
r42985 r43041 11 11 DocumentRoot "/var/www/html" 12 12 13 Alias /ds /data/MYHOST.0/datastore/dsroot/14 ScriptAlias /ds-cgi /data/MYHOST.0/datastore/ds-cgi/13 Alias /ds /data/MYHOST.0/datastore/dsroot/ 14 ScriptAlias /ds-cgi/ /data/MYHOST.0/datastore/ds-cgi/ 15 15 16 16 # ensure requests like http://datastore/foo/bar become http://datastore/ds/foo/bar … … 19 19 RewriteCond %{REQUEST_URI} !^/ds(/|$) 20 20 RewriteCond %{REQUEST_URI} !^/ds-cgi(/|$) 21 RewriteCond %{REQUEST_URI} !^/error(/|$) 21 22 RewriteRule ^/(.*)$ /ds/$1 [R=301,L] 22 23
Note:
See TracChangeset
for help on using the changeset viewer.
