Re: Apache2::Request

2008-05-23 Thread xyon
? I tried the following line without success sub my_handler { my $self = shift; my $r = shift; my $req = Apache2::Request-new($r, POST_MAX = 1M); ... ... } Please advice. PA -- xyon

Reload/Graceful Restart Apache

2008-04-01 Thread xyon
Hello all, I've got a modperl app that changes some apache configs (via text files), but need to tell Apache to re-read its configuration files for the changes to take effect. What might be the best way of going about such an operation? Here is some info about my install: # cat

Re: Reload/Graceful Restart Apache

2008-04-01 Thread xyon
, shutting down Unable to open logs On Tue, 2008-04-01 at 17:55 -0400, Sean Davis wrote: On Tue, Apr 1, 2008 at 5:48 PM, xyon [EMAIL PROTECTED] wrote: Hello all, I've got a modperl app that changes some apache configs (via text files), but need to tell Apache to re-read its configuration

Re: modperl with SSL

2008-03-24 Thread xyon
I also recommend stunnel. It has come through for me in these same situations without problems. On Mon, 2008-03-24 at 07:46 -0400, Roberto C. Sánchez wrote: On Mon, Mar 24, 2008 at 03:25:26PM +0800, J. Peng wrote: hello list, we have our own realserver called QHttpd. This realserver

Re: troubleshooting

2008-03-17 Thread xyon
On Mon, 2008-03-17 at 12:30 +, Beginner wrote: On 17 Mar 2008 at 7:43, Perrin Harkins wrote: On Mon, Mar 17, 2008 at 7:06 AM, Beginner [EMAIL PROTECTED] wrote: I found an upgraded package for my OS. Do you mean that the OS auto-upgraded something, or that you upgraded

Re: Custom Object-Oriented Module using HTML::Template

2008-03-13 Thread xyon
-output; You forgot the print(); xyon wrote: Hey everyone, Firstly, I apologize I sent the previous email under an incorrect subject line. I am working on my first Object-Oriented project, and have hit a slight snag. I am using HTML::Template to output within the View module

Re: Custom Object-Oriented Module using HTML::Template

2008-03-13 Thread xyon
/mod_perl2) And, re-check your lwp-request switches, you might have disabled the display of the response content (remove the -d). André xyon wrote: Thanks for the reply. I thought as you did (that there were too many Content-Type definitions), so commented out this line in the View.pm

Re: mod_perl 2.0 Handler issue

2008-03-12 Thread xyon
Output without debugging: $ tests/View_mainpage.pl Main Page..Content-Type: text/html .OK -- xyon [EMAIL PROTECTED]

Custom Object-Oriented Module using HTML::Template

2008-03-12 Thread xyon
-- xyon [EMAIL PROTECTED]

Re: Custom Object-Oriented Module using HTML::Template

2008-03-12 Thread xyon
Fixed. I forgot to print the template-output. print $template-output; On Wed, 2008-03-12 at 23:02 +, xyon wrote: Hey everyone, Firstly, I apologize I sent the previous email under an incorrect subject line. I am working on my first Object-Oriented project, and have hit a slight