Changeset 43041
- Timestamp:
- Jun 1, 2026, 9:52:37 AM (6 weeks ago)
- Location:
- branches/eam_branches/ipp-pstamp-20260421/DataStoreServer
- Files:
-
- 2 edited
-
example/commands.sh (modified) (1 diff)
-
web/conf/ubuntu-datastore.conf (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/DataStoreServer/example/commands.sh
r42993 r43041 1 dsprodtool --add mytest 2 --type sample--description quick2 dsreg --add myfs --product mytest --type dump--list fs_example.txt --datapath . --copy1 dsprodtool --add mytest --type ipp-misc --description quick 2 dsreg --add myfs --product mytest --type PSREQUEST --list fs_example.txt --datapath . --copy -
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.
