modperl-unsubscribe@apache.org not working

2000-04-20 Thread Mark Wagner
I'm trying to unsubscribe. I've sent mail to [EMAIL PROTECTED] but it keeps coming. I used every combination of unsubscribe unsubscribe modperl unsubscribe modperl [EMAIL PROTECTED] in both subject and body to no avail. I sent mail to [EMAIL PROTECTED] but I received nothing in reply. Can the h

Re: WindowsNT Explorer like look and feel??

2000-04-18 Thread Mark Wagner
eator thing is) so that one may create a new way of displaying dirs without reimplementing dirmagic completely? I was surprised by the flaming responses to this question. Usually people here take it easy on the newbies. -- Mark Wagner [EMAIL PROTECTED]

Re: mod perl guide on perl.apache.org/index.html

2000-04-05 Thread Mark Wagner
l. it is not > another reference, it is one of the main references. I totally agree with this. The guide is indespensible. It covered virutally every starting question I had with mod_perl. -- Mark Wagner [EMAIL PROTECTED]

Re: splitting mod_perl and sql over machines

2000-01-18 Thread Mark Wagner
s) connections to your database at one time. 2. If you preprime your httpds to connect on init then the connection string used there must match the connection string used elsewhere. I was tripped up by using the FQDN in one place and hostname in another. -- Mark Wagner [EMAIL PROTECTED] Chipmunks ro

Re: oracle : The lowdown

2000-01-11 Thread Mark Wagner
le with mod_perl/DBI/Apache::DBI? I > would love to hear both sides of the coin. I personally think Oracle > is overkill but I don't have any major issues with it. Oracle takes longer to connect than Mysql so you should cache DB connections. -- Mark Wagner [EMAIL PROTECTED] Chipmunks roasting on an open fire.

Re: Using Apache::Filter with Apache::Registry

1999-12-29 Thread Mark Wagner
On Mon, 26 Jul 1999, Ken Williams wrote: > Hi folks, > > I want to take a stab at getting Apache::Registry to be filter-aware, so that > it works with Apache::Filter. It should be pretty simple, but before I do > anything I wanted to check with y'all and see whether anyone has already done > t