Re: [EMAIL PROTECTED] File Download size limit

2007-07-04 Thread Joshua Slive
On 7/4/07, Moholkar, Prashant <[EMAIL PROTECTED]> wrote: I am using the Apache 2.0.59 on AIX 5.3 That's an older version. Try 2.2. There may be some compile-time switches you can use to make 2.0.59 support large files on AIX, but I'm not sure. Joshua.

Re: [EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-07-04 Thread Nick Kew
On Thu, 5 Jul 2007 08:16:36 +1000 (EST) Res <[EMAIL PROTECTED]> wrote: > Is this 2.2.4 ? > If so it is a bug that has been corrected but no new update released. > > I forget where on apache.org it is hidden but grab the fixed mod_dbd.c > (use below it's current) > > cd /path/to/httpd-2.2.4/modul

Re: [EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-07-04 Thread Aaron Dalton
Res wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message Aaron, On Wed, 4 Jul 2007, Aaron Dalton wrote: Yeah, something is still wrong. My query log shows a connect and an immediate quit. No query is actually getting passed. If anybody

Re: [EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-07-04 Thread Res
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message Aaron, On Wed, 4 Jul 2007, Aaron Dalton wrote: Yeah, something is still wrong. My query log shows a connect and an immediate quit. No query is actually getting passed. If anybody has had thi

Re: [EMAIL PROTECTED] Setting cookies by a website

2007-07-04 Thread Norman Peelman
[EMAIL PROTECTED] wrote: Hi, We are trying to read the cookie information from the browser settings and act on that information.But we are facing a problem here.The cookie set by our test server webpage is different from the test server of the client,though in effect we both are accessing th

Re: [EMAIL PROTECTED] Redirect, Rewrite and php.ini

2007-07-04 Thread Senén de Diego
I'm worried about your head, please take care... Vincent Bray escribió: This is making my head spin. The only time the jnlp file is served is when it's not requested and not rewriten to? That makes no sense! I'm not sure I understand you here. There is no jnlp file, there is only a php file. If

Re: [EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-07-04 Thread Aaron Dalton
Aaron Dalton wrote: Nick Kew wrote: On Wed, 04 Jul 2007 10:23:44 -0600 Aaron Dalton <[EMAIL PROTECTED]> wrote: Does it make any difference if you put the DBD* directives inside the container? Now that's just embarrassing. Everything I read said they can't go in the VHost container, so I

Re: [EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-07-04 Thread Nick Kew
On Wed, 04 Jul 2007 11:00:30 -0600 Aaron Dalton <[EMAIL PROTECTED]> wrote: > Now that's just embarrassing. To whom? :-) > Everything I read said they can't go > in the VHost container, so I didn't even think of trying. "can't"? They *should* work either inside or outside it, but we hav

Re: [EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-07-04 Thread Aaron Dalton
Nick Kew wrote: On Wed, 04 Jul 2007 10:23:44 -0600 Aaron Dalton <[EMAIL PROTECTED]> wrote: . The problem is that everytime I try to authenticate I get a 500 error and the following log entry: "No DBD Authn configured!" That's not the message you get if the driver isn't configured (unless the

Re: [EMAIL PROTECTED] File Download size limit

2007-07-04 Thread Roger Haase
On 7/4/07, Moholkar, Prashant <[EMAIL PROTECTED]> wrote: I am using the Apache 2.0.59 on AIX 5.3 Also we did the file limit to 10GB for flie size still we are getting the error in Apache. If you mean upload rather than download, then the LimitRequestBody can be used the maximum incoming

Re: [EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-07-04 Thread Nick Kew
On Wed, 04 Jul 2007 10:23:44 -0600 Aaron Dalton <[EMAIL PROTECTED]> wrote: > . The problem is that everytime I try to > authenticate I get a 500 error and the following log entry: "No DBD > Authn configured!" That's not the message you get if the driver isn't configured (unless there are other m

Re: [EMAIL PROTECTED] Command problems - Need help!

2007-07-04 Thread Flowering Weeds
Try to use them via cmd ( or command , a kind of Microsoft Shell ). Or the new Windows PowerShell (powershell.exe) window. _ Don't get caught with egg on your face. Play Chicktionary!  http://club.live.com/chicktionary.aspx?

Re: [EMAIL PROTECTED] Redirect, Rewrite and php.ini

2007-07-04 Thread Vincent Bray
This is making my head spin. The only time the jnlp file is served is when it's not requested and not rewriten to? That makes no sense! - Are there any other rules in the file? - Are there any other .htaccess files in parent directories of this one? - Does your ISP do anything special with this t

[EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-07-04 Thread Aaron Dalton
I've done some searching on the problem and the few solutions I have found I have done, to no avail. What I am trying to do is authenticate users using Basic Auth and a pre-existing MySQL database. I have installed Apache 2.2.4 and have a working MySQL installation. What my searching came up

Re: [EMAIL PROTECTED] Redirect, Rewrite and php.ini

2007-07-04 Thread Senén de Diego
I've done some tests adding the header "Control-Cache: no-cache" to the requests (using LiveHttpHeaders plugin in Firefox) and (I think) the proxy caches can be discarded as the origin of the problem. With this rewrite rule (jnlp): -- RewriteBase /herramientas/ RewriteRule ^sincronizar1\.jnlp$

RE: [EMAIL PROTECTED] File Download size limit

2007-07-04 Thread Moholkar, Prashant
I am using the Apache 2.0.59 on AIX 5.3 Also we did the file limit to 10GB for flie size still we are getting the error in Apache. [Wed Jul 04 06:43:16 2007] [error] [client 137.72.254.113] (127)Value too large to be stored in data type: access to /bmc/epd/Products/product_29/00020994/6381

[EMAIL PROTECTED] PostgreSQL authentication in 2.2; caching?

2007-07-04 Thread Phil Endecott
Dear Experts, I am in the process of migrating a system from 2.0 to 2.2 and need some advice about how to make PostgreSQL authentication work in the new system. In the old system, I used mod_auth_pgsql from the Debian package. I understand that the new auth framework in 2.2 provides database

[EMAIL PROTECTED] PAM authentication, migrating from 2.0 to 2.2

2007-07-04 Thread Phil Endecott
Dear Experts, I am in the process of migrating a 2.0.x system to 2.2 and need some advice about how best to do authentication in the new system. On the old machine I am using mod_auth_pam to do authentication for a Subversion repository and a personal Webmail system, and mod_auth_pgsql for a