Re: [users@httpd] MysSQL Connection Fails on Apache2 Start

2011-07-27 Thread Tom Browder
On Wed, Jul 27, 2011 at 12:09, Tom Browder wrote: > On Wed, Jul 27, 2011 at 11:24, Nick Kew wrote: >> >> On 27 Jul 2011, at 16:05, Tom Browder wrote: >> >>> At the moment it doesn't work.  After start I get these errors: >>> >>> [Wed Jul 27 09:08:56 2011] [error] (20014)Internal error: DBD: Can't

Re: [users@httpd] MysSQL Connection Fails on Apache2 Start

2011-07-27 Thread Tom Browder
On Wed, Jul 27, 2011 at 11:24, Nick Kew wrote: > > On 27 Jul 2011, at 16:05, Tom Browder wrote: > >> At the moment it doesn't work.  After start I get these errors: >> >> [Wed Jul 27 09:08:56 2011] [error] (20014)Internal error: DBD: Can't >> connect to mysql >> [Wed Jul 27 09:08:56 2011] [error]

Re: [users@httpd] MysSQL Connection Fails on Apache2 Start

2011-07-27 Thread Nick Kew
On 27 Jul 2011, at 16:05, Tom Browder wrote: > At the moment it doesn't work. After start I get these errors: > > [Wed Jul 27 09:08:56 2011] [error] (20014)Internal error: DBD: Can't > connect to mysql > [Wed Jul 27 09:08:56 2011] [error] (20014)Internal error: DBD: failed > to initialise And

[users@httpd] Timeout question

2011-07-27 Thread Qingshan Xie
Hello,    according to Apache website http://httpd.apache.org/docs/2.0/mod/core.html#timeout, it says,  The TimeOut directive currently defines the amount of time Apache will wait for three things: 1. The total amount of time it takes to receive a GET request. 2. The amount of t

Re: [users@httpd] MysSQL Connection Fails on Apache2 Start

2011-07-27 Thread Tom Browder
On Wed, Jul 27, 2011 at 10:13, Tom Evans wrote: > On Wed, Jul 27, 2011 at 4:05 PM, Tom Browder wrote: >> I am trying to use a MySQL database for Digest password management on >> my remote server. I have my httpd.conf file settings here: ... >> # MySQL params: >> # host, port, user, pass, dbnam

Re: [users@httpd] MysSQL Connection Fails on Apache2 Start

2011-07-27 Thread Tom Evans
On Wed, Jul 27, 2011 at 4:05 PM, Tom Browder wrote: > I am trying to use a MySQL database for Digest password management on > my remote server.  I have my httpd.conf file settings here: > > # mod_dbd configuration > DBDriver mysql > # MySQL params: > #   host, port, user, pass, dbname, sock, flags

[users@httpd] MysSQL Connection Fails on Apache2 Start

2011-07-27 Thread Tom Browder
I am trying to use a MySQL database for Digest password management on my remote server. I have my httpd.conf file settings here: # mod_dbd configuration DBDriver mysql # MySQL params: # host, port, user, pass, dbname, sock, flags, fldsz, group, reconnect DBDParams "dbname=passwords user= pa

Re: [users@httpd] HTTPS Forms

2011-07-27 Thread Hugo Gomes
OK sorry I've found the solution, there is a SSL buffer, that limits the amount of data you cand POST. SSLRenegBufferSize This directive can be change in runtime, so you can put this in .htaccess file changing the value of the buffer. You should be careful because this can be dangerous when you

RE: [users@httpd] subdomain

2011-07-27 Thread Amira Othman
Thx for reply When I added vhost for mx record it works fine but I have error in log file that access is denied which will cause log file size increase. any suggestions on how to prevent this error from been written in log Regards Amira Othman Server Administrator www.cairosource.com 6 EL Nil

Re: [users@httpd] HTTPS Forms

2011-07-27 Thread Hugo Gomes
I've researched about this issue, but no success. I need to do this using https, because all my users are authenticated by digital certificates. And this happens when in https, in http there are no errors, so i suppose it's not related with the size of the file, is related with ssl

Re: [users@httpd] Detecting and limiting access to a mobile device using a 3G network

2011-07-27 Thread Jeroen Geilman
On 2011-07-27 01:36, Anurag Kapur wrote: Hi, I am looking for ways of detecting a specific mobile device (example: my iPhone and not my friends) accessing a resource on my publicly accessible Apache web server so that I can restrict access to certain devices only. That's easy - it's called