Re: Bandwidth limiting module: Apache::Quota

2004-01-17 Thread [EMAIL PROTECTED]
Hi, Have you looked at? http://www.snert.com/Software/mod_throttle/ HIH Best Regards, [EMAIL PROTECTED] -- /* Security is a work in progress - dreamwvr */ # 48 69 65 72 6F 70 68 61 6E 74 32 # Note: To begin Journey type man afterboot,man help

Re: mod_perl and CGI.pm in chroot enviroment.

2004-01-26 Thread [EMAIL PROTECTED]
read() AND Set-Cookies: to/from $username\'s browser. [..] YOUR_CLOSING_HTML_TAGS HTML [...] HIH Best Regards, [EMAIL PROTECTED] -- /* Security is a work in progress - dreamwvr */ # 48 69 65 72 6F 70 68 61 6E 74 32 # Note: To begin Journey type man

internal_redirect to randomly named filename

2004-02-02 Thread [EMAIL PROTECTED]
always changing. This way the Location is never the same twice. Any suggestions appreciated. TIA Best Regards, [EMAIL PROTECTED] -- /* Security is a work in progress - dreamwvr */ # 48 69 65 72 6F 70 68 61 6E 74 32 # Note: To begin Journey type

Re: internal_redirect to randomly named filename

2004-02-10 Thread [EMAIL PROTECTED]
thought train was that subrequests make Apache reload the page as if it was a completely new request. That way redirection would occur simularly to META tags redirection when set to "0" seconds. Well back to it. Best Regards, [EMAIL PROTECTED] -- Reporting bugs: http://perl.apache.org

OT[maybe] IPC or broke:)

2004-05-03 Thread [EMAIL PROTECTED]
loads since it is waiting for results that take far too long to get. Just looking for other opinions on handling this cleanly. TIA, [EMAIL PROTECTED] -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http

Re: mod_perl presence at OSCON (and other CONs) is at danger

2004-06-09 Thread [EMAIL PROTECTED]
pretty apparent. Full comprehension seems to be the issue. I guess what I am trying to say is that perhaps it simply goes over many people's heads. Best Regards, [EMAIL PROTECTED] -- /* Security is a work in progress - dreamwvr */ # 48 69 65 72

Re: Hosting provider disallows mod_perl - "memory hog / unstable"

2004-09-01 Thread [EMAIL PROTECTED]
ad of the environment. By restricting use to CGI they get such infrequently used environments unloaded ASAP.   Is there a way to configure mod_perl to aggressively unload perl instantiations such that it holds onto data for the minimum timespan?   Thanks,    Martin. Jeff Norman <[EMAIL PROTECTED

Class::DBI, mod_perl1, multiple databases, and database handles

2004-12-15 Thread [EMAIL PROTECTED]
sent to [EMAIL PROTECTED] and [EMAIL PROTECTED] I use Class::DBI to connect to several databases from within mod_perl. Occasionally a request will hang and there will be a slew of "attempt to free unreferenced scalar" messages in the error_log. I am assuming this is because o

apxs:Error: Invalid query string `APR_VERSION'

2005-01-30 Thread [EMAIL PROTECTED]
I tried to install libapreq2-2.40-dev on a debian sarge like so ./configure --with-apache2-apxs=/usr/bin/apxs2 I get the following apxs:Error: Invalid query string `APR_VERSION'. build/version_check.pl failed: no version_string found in ''. configure: error: Bad apache2 version Everyt

Re: apxs:Error: Invalid query string `APR_VERSION'

2005-01-30 Thread [EMAIL PROTECTED]
I suggest you download apreq's current trunk and try that instead. Your problem may be that your debian apache2 binary isn't named "httpd". Trunk should get the true name from apxs now, but it's If I'm successful I'll post it on the appropriate list. :) possible that still doesn't work. If not,

Custom Form using PerlHandler with redirection

2005-02-10 Thread [EMAIL PROTECTED]
d then redirection to the physical resource occurs. Hope this is enough for suggestions/pointers. TIA Best Regards, [EMAIL PROTECTED]

Re: Custom Form using PerlHandler with redirection

2005-02-11 Thread [EMAIL PROTECTED]
gt;is_initial_req; Howto transfer control away from the handler() to our final destination redirected url? Much appreciate all the input. Best Regards, [EMAIL PROTECTED]

:Apache2 IO flush: (103) Software caused connection abort

2005-08-05 Thread [EMAIL PROTECTED]
I have been getting some strange error on my system lately, so I took the time to completely upgrade my server last night to see of I could fix the problem with new updates. First thing this morning the errors re-surfaced. The error I'm getting is :Apache2 IO flush: (103) Software caused co

mod_perl variables

2005-08-10 Thread [EMAIL PROTECTED]
Hello Everyone, I have an issue that I am working on. I always ask questions that I have to a forum before writing the list just in case someone in the forum knows the answer. Usually I don't get any responses. I started this thread, http://www.tek-tips.com/viewthread.cfm?qid=1104388&page=1

Re: mod_perl variables

2005-08-10 Thread [EMAIL PROTECTED]
The World's Best Site Builder On Aug 10, 2005, at 11:57 AM, [EMAIL PROTECTED] wrote: Hello Everyone, I have an issue that I am working on. I always ask questions that I have to a forum before writing the list just in case someone in the forum knows the answer. Usually I don't ge

Re: mod_perl variables

2005-08-10 Thread [EMAIL PROTECTED]
'm pretty sure I understand now. Thanks for the tips mate! I'll post this as my fix in the forum. Tony [EMAIL PROTECTED] wrote: Thank you for the response. I am sure going to start using strict. But one thing, why doesn't my example of NOT using strict, my, our, or local ever fa

Re: Fwd: 103 Buffer FLush & modperl

2005-08-11 Thread [EMAIL PROTECTED]
ot;Set-Cookie: TEST=TestCookie; $expiration; path=$path; domain=127.0.0.1;n"; $|=1; print $cookie; print "Cache-Control: no-cachenContent-type: text/html;charset=ISO-8859-1nn"; #$|=1; print "Started "."time".time()."n"; - Forwarded message from Ray Hunter <

Reference to: mod_perl2 bug report [message #924360]

2005-09-26 Thread [EMAIL PROTECTED]
I'have the exact same error/problem in my environment as mentioned here: http://www.issociate.de/board/post/244105/mod_perl2_bug_report.html However, I'm a little unclear of the details of the fix due to my inexperience with FreeBSD. I was hoping that someone could explain this fix in further d

A Problem With Diplaying A Perl Generated Romanian Page In IE...

2005-02-23 Thread Farhad Ahani ([EMAIL PROTECTED])
rmând clinica, la ce beneficii v-aţi aşteptat în urma implementǎrii EM ? Vǎ rugǎm bifaţi tot ce se aplicǎ. If you want to have a look at the page, here is the url and user/pass, http://www.eeimplementors.org/index.pl?page=65 Username: [EMAIL PROTECTED] Password: apache If you've got any

Re: bouncing emails

2007-01-28 Thread í Pavlovský &lt;[EMAIL PROTECTED]>
Bill Whillers wrote: > Can somebody recommend a standardized, up-to-date and similar module or > package that does basically the same thing, giving good results and following > recent RFC/IETF standards? > Mail::DeliveryStatus::BounceParser maybe?

Selectively persistent connections

2007-07-04 Thread Mattia Barbon \&lt;[EMAIL PROTECTED]>
[Sorry if this is a duplicate, but I believe the first message did not get through] Hi all, I am working in an Apache2/mod_perl2 environment, with MySQL DBs, and I have a somewhat special need with respect to persistent connections; I need some of the database connections to be persistent, whil