Help for this page
Alias /pdf/ /view/dvsview/vops/ps/projects/
#! /usr/bin/perl -w ... open PDF,"<$basedir$file" or die("Cannot open $file: $!"); print "Content-type: application/pdf\n\n"; print while (<PDF>);