> The best solution for me is to have all perl and html files in the root
> directory, and have the images under the /images/ subdirectory, and
> maybe the stylesheets in the /style/ subdirectory.
> 
> What would be the best httpd.conf configuration to do that?
> 

none of this is really a mod_perl question.  but...

the way to handle this is that each type of file needs its own <Directory>
(or <Location>, etc) container.  the SetHandler line is telling Apache that
everything in perl/ (and beneath) is to use mod_perl for content generation.

take a look at your default httpd.conf and see how it handles icons/,
manual/, and cgi-bin/ and then use that as a template for setting up your
own system.

HTH

--Geoff



-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to