# $Id: ringlink_mod_perl.conf,v 1.5 2003/07/21 09:09:15 gunnarh Exp $ # # The directives below configure the server to run Ringlink under # mod_perl. They are included through this directive in httpd.conf: # # Include conf/ringlink_mod_perl.conf # # Note: # # - The directives can well be included directly in httpd.conf, # if you prefer it that way. # # - The LoadModule line is likely to be included in the Apache # configuration already. If it isn't, you need to add it. # # - It's advisable to be able to switch between running Ringlink # under mod_perl, and running it as a CGI script, without having # to change any URLs. To achieve that, the Alias for mod_perl # needs to be synchronized with the ScriptAlias. For instance, if # the ScriptAlias 'fakename' is /cgi-bin/, the Alias 'fakename' # below should probably be /cgi-bin/ringlink/ rather than # /perl/ringlink/, and the Location should be /cgi-bin/ringlink # rather than /perl/ringlink. They have to match what's in # rlconfig.pm for $rlmain::cgiURL. # #LoadModule perl_module modules/mod_perl.so Alias /perl/ringlink/ "C:/My Documents/SourceForge/CVS/Ringlink/cgi-bin/ringlink/" PerlRequire "C:/Program/IndigoPerl/apache/conf/startup.pl" SetHandler perl-script PerlHandler ModPerl::Registry Options ExecCGI PerlSendHeader On