From: Caleb E. <ca...@bk...> - 2001-10-17 20:43:36
|
On Wed, Oct 17, 2001 at 03:06:59PM -0500, Techwolf wrote: > Already doing that. mod_perl is running. How does one tell if IDS is > using it? If I find the right answer, this could be added to the > docs as there is nothing in there about setting up IDS to use > mod_perl in there now. Unless you have specifically configured Apache to use mod_perl on the IDS directory, its not in use. If you have a version prior to the 1.0 beta it will NOT work under mod_perl. Something like this (I have this inside a <VirtualHost> block): <Files *.cgi> SetHandler perl-script PerlHandler Apache::Registry Options ExecCGI </Files> PerlModule Apache::Registry <Location /ids> SetHandler perl-script PerlHandler Apache::Registry Options ExecCGI <IfModule mod_dir.c> DirectoryIndex index.cgi </IfModule> allow from all PerlSendHeader On </Location> <Location /ids/albums> SetHandler default-handler </Location> <Location /ids/data> SetHandler default-handler </Location> <Location /ids/cache> SetHandler default-handler </Location> <Location /ids/themes> SetHandler default-handler </Location> -- cae at bklyn dot org | Caleb Epstein | bklyn . org | Brooklyn Dust Bunny Mfg. |