Re: Dynamic content that is static

2000-12-22 Thread brian d foy
odperl files and parse them into plain HTML files in the /html > directory. i've had great success with squid in http accelerator mode. we squeezed a factor of 100 in speed with just that. :) however, i have been talking to a few people about something like a mod_makefile. :) -- brian

Re: SSL / Apache / .vtml

2000-12-15 Thread brian d foy
lack of documentation reading either. > brian d foy wrote: > > > On Thu, 14 Dec 2000, Mike Buglioli wrote: > > > > > I got this message from a vendor as to why they couldn't do SSL on their > > > site...or that they couldn't, what does Apache say ? > > &

offer of resources for Take23

2000-12-15 Thread brian d foy
of a sponsor link or some such is okay. and, if no-one likes any of that, we could at least mirror it. ;) -- brian d foy <[EMAIL PROTECTED]> Director of Technology, Smith Renaud, Inc. 875 Avenue of the Americas, 2510, New York, NY 10001 V: (212) 239-8985

RE: Mod_perl tutorials

2000-12-14 Thread brian d foy
ent > for gzipped content. wanna use my T3? ;) -- brian d foy <[EMAIL PROTECTED]> Director of Technology, Smith Renaud, Inc. 875 Avenue of the Americas, 2510, New York, NY 10001 V: (212) 239-8985

Re: Mod_perl tutorials

2000-12-14 Thread brian d foy
how fast we can do this is only limited by how much stuff we can move into some new racks before everyone takes off for the holidays ;) -- brian d foy <[EMAIL PROTECTED]> Director of Technology, Smith Renaud, Inc. 875 Avenue of the Americas, 2510, New York, NY 1

Re: Mod_perl tutorials

2000-12-13 Thread brian d foy
them about it. :) the trouble is what people think a particular website should do and what it actually does. -- brian d foy <[EMAIL PROTECTED]> Director of Technology, Smith Renaud, Inc. 875 Avenue of the Americas, 2510, New York, NY 10001 V: (212) 239-8985

RE: does notes() work with custom_response()?

2000-09-14 Thread brian d foy
t doing anything with exceptions. i'm not handling errors - i'm aborting the request as a last ditch scenario. for some reason the script has decided that it can't continue and wants to send DONE while still taking care of some logging and notification. -- brian d foy

RE: does notes() work with custom_response()?

2000-09-14 Thread brian d foy
er of those worked for me. did they work for you? -- brian d foy <[EMAIL PROTECTED]> Director of Technology, Smith Renaud, Inc. 875 Avenue of the Americas, 2510, New York, NY 10001 V: (212) 239-8985

Logging real HTTP status

2000-09-13 Thread brian d foy
xt/html'); $_[0]->send_http_header; $_[0]->print("There was an oopsie."); return DONE; # the log ends up with status 200 } -- brian d foy <

does notes() work with custom_response()?

2000-09-13 Thread brian d foy
er; $r->print("I'm in error!\n"); print "Notes are -----\n"; print map { "$_ => $$notes{$_}\n" } sort keys %$notes; print "PNotes are -\n"; print map { "$_ => $$pnotes{$_}\n" } sort keys %$pnotes; return OK; } 1; __END__ -- brian d foy <[EMAIL PROTECTED]> Director of Technology, Smith Renaud, Inc. 875 Avenue of the Americas, 2510, New York, NY 10001 V: (212) 239-8985

Re: [OT] & in URLs (was: Re: Templating System)

2000-07-28 Thread brian d foy
On Fri, 28 Jul 2000, brian d foy wrote: > On Fri, 28 Jul 2000, Michael Hanisch wrote: > > Personally I would attribute the described problem to a bug in IE4 - even > > if it parses the URI for entities, it shouldn't find a "ยง" since the > > Alan Flavell has

Re: [OT] & in URLs (was: Re: Templating System)

2000-07-28 Thread brian d foy
for details (http://www.smithrenaud.com/public/CGI_MetaFAQ.html) -- brian d foy <[EMAIL PROTECTED]> Director of Technology, Smith Renaud, Inc. 875 Avenue of the Americas, 2510, New York, NY 10001 V: (212) 239-8985