My apologies, wrong list...
Matthew Lineen wrote:
Mason Gurus:
I have the following dhandler issue with mason/mod_perl/apache v1.3:
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
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
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