RE: [mp2] Can I link mp2 statically?

2004-02-09 Thread semuel
Hello There. Why should you? It was said, that mason needs MP statically linked into apache, and won't work with the shared-object method. (haven't checked that myself) Is this correct? Why? Semuel. -Original Message- From: Beau E. Cox [mailto:[EMAIL PROTECTED] Sent: Monday

RE: Question about handlers

2004-01-26 Thread semuel
rts. Link: http://www.masonhq.com/ Semuel. -Original Message- From: Hemond, Steve Sent: Monday, January 26, 2004 3:18 PM Subject: Question about handlers Hi ppl, Actually, the only thing I need to do is to add a header/footer to my webpages. I plan on adding dynamic content based on a database s

RE: Re[2]: GIF contents not "coming out"

2004-01-24 Thread semuel
Hello There. If you want to eliminate the need of the 'print ""' line, you should reverse the order of the commands: local $| = 1; print "Content-type: image/gif\r\n\r\n"; (That's because the $| is a flashing command. NM) And you don't need to &qu

RE: File uploads using Apache:;request in mod_perl2

2004-01-19 Thread semuel
m/docs/faq/#can_i_use_mason_with_mod_perl_1_ Have fun. -Original Message----- From: semuel [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 7:20 PM To: 'Pete Smith' Cc: [EMAIL PROTECTED] Subject: RE: File uploads using Apache:;request in mod_perl2 Hello There. No, this was changed to Ap

RE: File uploads using Apache:;request in mod_perl2

2004-01-19 Thread semuel
Hello There. No, this was changed to Apache::RequestRec and friends. See http://perl.apache.org/docs/2.0/api/Apache/RequestRec.html Semuel. -Original Message- From: Pete Smith [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 6:07 PM To: 'Joe Schaefer' Cc: [EMAIL

RE: [mp2] Documentation - newbie questions

2004-01-10 Thread semuel
here are some more: 4. The Apache package itself, doesn't have place in the API page. (same page) but it does exist, as can be seen at: http://perl.apache.org/docs/2.0/user/handlers/http.html#PerlHeaderParserHand ler (where it use the Apache::DECLINED and Apache::method_register. 5. Apache::Con

[mp2] Documentation - newbie questions

2004-01-10 Thread semuel
ooked, and couldn't decide whether PerlResponseHandler is getting Apache::RequestRec or Apache::RequestIO. 3. Apache::RequestIO does not exist it the documentation. (at the line in 1)   Thanks. Semuel Fomberg.

Installation Help

2003-12-30 Thread semuel
And some apache questions: 1. how do I get a list of all the modules that apache loaded? (the dynamic ones, not the static) 2. I don't have a util named "apxs". is it important? What annoy me the most is that I still haven't wrote a single line in perl. didn