Last active
November 6, 2016 14:00
-
-
Save tuklusan/760de39813a4cc242019e4a34010c6cf to your computer and use it in GitHub Desktop.
[WASD_ROOT.LOCAL]wasd_config_map.conf | Installation and Configuration of a basic WASD HTTP Web Server on Digital DEC OpenVMS VAX 7.3: http://supratim-sanyal.blogspot.com/2016/11/install-wasd-openvms-web-server-simple.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ------------------------------ | |
# [WASD_ROOT.LOCAL]wasd_config_map.conf | |
# ------------------------------ | |
# INSTALL AND CONFIGURE A BASIC WASD WEB SERVER | |
# ON OPENVMS VAX 7.3 | |
# | |
# FULL INSTALLATION AND CONFIGURATION PROCEDURE: | |
# http://supratim-sanyal.blogspot.com/2016/11/install-wasd-openvms-web-server-simple.html | |
# | |
# SUPRATIM SANYAL | |
# SUPRATIM AT RISEUP DOT NET | |
# ------------------------------ | |
fail /wasd_root/* | |
pass /falserver/* /falserver/* dir=access dir=wildcard | |
map /httpd-internal-icons/* /httpd/-/* | |
pass /*/-/* /wasd_root/runtime/*/* cache=perm | |
pass /wasd_root/runtime/* /wasd_root/runtime/* | |
pass /* /web_root/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment