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

Handlers/locations

2004-02-04 Thread Hemond, Steve
Hi ppl, I have setup Apache2/mod_perl and started writing perl scripts to generate html code. I have a /wood/ directory with two subdirs : /perl/ and /images/ Actually I have setup httpd.conf this way : SetHandler perl-script PerlResponseHandler ModPerl::Registry PerlOptions +Parse