## ## nsdl.conf -- Apache HTTP LONCAPA NSDL GATEWAY configuration file ## ## $Id: nsdl.conf,v 1.1 2002/05/23 19:53:28 harris41 Exp $ ## # # Extensions to httpd.conf daemon configuration # # ================================================================ DocumentRoot DocumentRoot "/home/httpd/html" # ======================================================================== User User www Group www # ======================================================= Shared Object Modules LoadModule perl_module modules/libperl.so AddModule mod_perl.c # =============================================================== Miscellaneous ServerAdmin korte@lite.msu.edu ExtendedStatus On # # Extensions to srm.conf name space servicing # # ===================================================================== Aliases Alias /prtspool/ /home/httpd/prtspool/ ScriptAlias /cgi-bin/ "/home/httpd/cgi-bin/" # ================================================================= Directories # ------------------------------------------------------------- Access Handlers SetHandler perl-script PerlHandler Apache::NSDL::ToTheGateway # ------------------------------------------------------- Shutting down a child # PerlChildExitHandler Apache::nsdl::goodbye # # Extensions to access.conf permission configuration # # =========================================================== Directory Options # Start out with "no" Options None AllowOverride None # Yes to symbolic links and server-side includes Options Includes FollowSymLinks AllowOverride None order allow,deny allow from all # If it is in cgi-bin, then it can be executed as a CGI script. AllowOverride None Options ExecCGI # ============================================================= Access Handlers # ================================================== Initiate mod_perl starting PerlRequire conf/nsdlstartup.pl PerlFreshRestart On