Re: newbie questions

2007-06-28 Thread Perrin Harkins
[ Please keep it on the list ] On 6/28/07, pubert na <[EMAIL PROTECTED]> wrote: No luck with that suggestion either. Printing the header with $r->send_http_header; seems to result in the exact same issue. I can't tell what you tried from this description. Can you show some code? I commente

Re: newbie questions

2007-06-28 Thread Perrin Harkins
On 6/27/07, pubert na <[EMAIL PROTECTED]> wrote: print $cgi->header( -cookie => values %{VirtualPlant::Util::getCookies()} ); You need to send your cookie header with err_headers_out(). See http://perl.apache.org/

Re: newbie questions

2007-06-28 Thread Dondi Stroma
rsday, June 28, 2007 1:48 PM Subject: Re: newbie questions I made a little progress on my own, but I'm still stuck. If I do an $r->assbackwards(1); before I send the header, the first time the page loads, everything is perfect. If I reload, some of the frames get shifted around, or th

Re: newbie questions

2007-06-28 Thread pubert na
I made a little progress on my own, but I'm still stuck. If I do an $r->assbackwards(1); before I send the header, the first time the page loads, everything is perfect. If I reload, some of the frames get shifted around, or the entire page reloads inside a single frame. Keep in mind that withou

newbie questions

2007-06-27 Thread pubert na
I've been trying to convert our app over to mod_perl. Everything went smoothly except the cookies. When I load the page, some frames load and other don't. Below is the Perl function which prints out the headers. It's called before any template is printed. If I comment out the cookie lines, an

Re: [mp2] Documentation - newbie questions

2004-01-12 Thread Stas Bekman
semuel wrote: From: Stas Bekman Sent: Saturday, January 10, 2004 10:52 PM 2. In the handlers lists, please include the name of the object that the handler is getting as parameter. Which lists you are talking about, please give us the direct URL. URL: http://perl.apache.org/docs/2.0/user/hand

RE: [mp2] Documentation - newbie questions

2004-01-10 Thread semuel
From: Stas Bekman Sent: Saturday, January 10, 2004 10:52 PM >> 2. In the handlers lists, please include the name of the object that the >> handler is getting as parameter. > Which lists you are talking about, please give us the direct URL. URL: http://perl.apache.org/docs/2.0/user/handlers/htt

Re: [mp2] Documentation - newbie questions

2004-01-10 Thread Stas Bekman
semuel wrote: Hello There. 1. In the mp2 documentation (http://perl.apache.org/docs/2.0/api/index.html) there is one module with "No Title" title. Please fix it. Thanks. fixed. 2. In the handlers lists, please include the name of the object that the handler is getting as parameter. Which list

[mp2] Documentation - newbie questions

2004-01-10 Thread semuel
Hello There.   1. In the mp2 documentation (http://perl.apache.org/docs/2.0/api/index.html) there is one module with "No Title" title. Please fix it. 2. In the handlers lists, please include the name of the object that the handler is getting as parameter. That is because I looked, and

Re: logs 101: newbie questions r.e. log analysis and rolling

2003-09-24 Thread Perrin Harkins
On Wed, 2003-09-24 at 15:48, Tofu Optimist wrote: > I am a newbie, running Apache 2 and ModPerl 2 on a > RedHat Linux box. Pointers to relevant docs or > postings bery much appreciated. Seeking advice & > opinions. These are really not mod_perl questions. You should start with the apache documen

logs 101: newbie questions r.e. log analysis and rolling

2003-09-24 Thread Tofu Optimist
Hi -- Apologies for some very basic questions about logs. I am a newbie, running Apache 2 and ModPerl 2 on a RedHat Linux box. Pointers to relevant docs or postings bery much appreciated. Seeking advice & opinions. [1] What are my options for rolling Apache logs? Is there a preferred Apache tool