RE : Handlers/locations

2004-02-04 Thread Hemond, Steve
D] > Sent: Wednesday, February 04, 2004 10:15 AM > To: [EMAIL PROTECTED] > Subject: Re: Handlers/locations > > > I had the same issue when I installd modperl. > > My solution was to put everything Perlish in the "root", > with plain HTML stylesh

Re: Handlers/locations

2004-02-04 Thread Michael C. Davis
I had the same issue when I installd modperl. My solution was to put everything Perlish in the "root", with plain HTML stylesheets and images under it. So it looked like this: /htdocs/myapp <-- executable Perl /htdocs/myapp/img <-- not executable /htdocs/myapp/css <-- not executable htdocs/my

Re: Handlers/locations

2004-02-04 Thread Geoffrey Young
> 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_per