On 3/2/07, Jeremy Wall <[EMAIL PROTECTED]> wrote:
I'm using a mod_perl response handler for the pages in question.
Periodically
and with no pattern I can detect a page request will simply timeout.
If you want to know which requests do this, you can use
mod_log_forensic. It sounds to m
Thanks, but I am afraid I do not understand your reply.
Should a body with size > POST_MAX cause the upload to fail? Does it
send an error back to the client? It did not appear to do either of
those things for me.
In my situation I want to still process the request, and return ok to
the client, j
I am trying to write a mod_perl handler to take POST requests which have
some parameters encoded in the url string, and a body that needs to be
saved to a file. It is not like a conventional file upload from a form.
I want to implement a limit on the size of the body that can be
uploaded. However,
Thanks Roger,
Going on the same lines, using Apache::AuthDBI and Apache::AuthCookieDBI
When I am trying to access the URL it gives me following error
[error] PerlRun: `couldn't open ../htdocs/html/login.html: (Any pointers
why?)
My .htaccess file is
PerlModule Apache::AuthCookieDBI
PerlS
Hello,
This is my first posting to the mod_perl mail list. I'm looking forward
to
conversing with the folks here.
I'm having a problem that has me stumped. I'm running Apache 2.2 with
mod_perl 2.0.3 on Windows 2000 server. Specifially the latest XAMPP
distribution because it wa
Have a look at Apache::AuthCookie or Apache::AuthTicket
Cheers, Roger
On Fri, Mar 02, 2007 at 11:10:22AM -0800, Amish Desai wrote:
>
> Hello,
>
> I have a problem where in I want to use .htaccess and a custom Login form
> for User authentication. The requirement is
>
> User X wants to access
Hello,
I have a problem where in I want to use .htaccess and a custom Login form
for User authentication. The requirement is
User X wants to access a URL http://xyz.com/showme, then he needs to get
authenticated first using a Custom Login form which displays 3 fields.
Taking this user input, we
On 3/2/07, Beginner <[EMAIL PROTECTED]> wrote:
Isn't Apache::Constants a mp1 module?
Yes. I think you need Apache2::SOAP if you want to use it with mod_perl 2.
- Perrin
Hi,
In case anyone if following all the threads, this is a separate
system from the one I mailed about earlier.
I am attempting to get started with SOAP and mod_perl. I have
Apache/2.0.54
I installed SOAP::Transport::HTTP::Apache using
perl -MCPAN -e 'install ...'
During the build process I n
On 3/2/07, Randy Kobes <[EMAIL PROTECTED]> wrote:
On Fri, 2 Mar 2007, Anoop kumar V wrote:
> Is it expected that the apachemonitor breaks when mod-perl is installed.
>
> After I did the below steps, I can start Apache from the commandline,
but
> when I try using the ApacheMonitor tool from my t
On Fri, 2 Mar 2007, Anoop kumar V wrote:
Is it expected that the apachemonitor breaks when mod-perl is installed.
After I did the below steps, I can start Apache from the commandline, but
when I try using the ApacheMonitor tool from my task tray, it says the same
thing that "The requested opera
Is it expected that the apachemonitor breaks when mod-perl is installed.
After I did the below steps, I can start Apache from the commandline, but
when I try using the ApacheMonitor tool from my task tray, it says the same
thing that "The requested operation has failed"
I tested this with smilar
12 matches
Mail list logo