Re: dhandler not performing as expected

2006-12-07 Thread Matthew Lineen
My apologies, wrong list... Matthew Lineen wrote: Mason Gurus: I have the following dhandler issue with mason/mod_perl/apache v1.3:

dhandler not performing as expected

2006-12-07 Thread Matthew Lineen
Mason Gurus: I have the following dhandler issue with mason/mod_perl/apache v1.3: On disk, I have the following files... /home/me/inherit/one/index.html /home/me/inherit/one/test/dhandler /home/me/inherit/one/test/override <-- this is a file not a dir When I access "http://localhost/me/inheri

mp1, mason, apache::dbi multiple database issue

2005-11-08 Thread Matthew Lineen
Hello, I wasn't sure if I should post here, on the Mason list, or elsewhere; hopefully someone here can help. I'm using mp1, Mason, Apache::DBI, and MySQL InnoDB tables. When adding a second database connection to our code, a very simple getUserIdFromSession subroutine returns inconsistent v

[mp2] DirectoryIndex issues

2005-02-25 Thread Matthew Lineen
I've been trying to track down why the DirectoryIndex under Apache2+MP2 isn't working with the following configuration. From Google and listserv searching, the only suggestion I found was to add a "RedirectMatch permanent (.*)/$ $1/index.html" to my config, but this doesn't seem like a good so