Re: [users@httpd] [HELP] Apache HTTPD fails to start while bumping up error messages

2012-11-28 Thread Hendrik Schmieder
Fei Ren schrieb: Hi, guru, When I tries to start my Apache HTTPD Web server, it fails with the following log message bumped out: libgcc_s.so.1 must be installed for pthread_cancel to work libgcc_s.so.1 must be installed for pthread_cancel to work libgcc_s.so.1 must be installed for pthread_canc

[users@httpd] [HELP] Apache HTTPD fails to start while bumping up error messages

2012-11-28 Thread Fei Ren
Hi, guru, When I tries to start my Apache HTTPD Web server, it fails with the following log message bumped out: libgcc_s.so.1 must be installed for pthread_cancel to work libgcc_s.so.1 must be installed for pthread_cancel to work libgcc_s.so.1 must be installed for pthread_cancel to work [Wed Nov

Re: [users@httpd] how are ETags calculated

2012-11-28 Thread Igor Galić
- Original Message - > Hi all, > > I'm looking for some ressource helping me to find how ETgas are > calculated: > - What is the input data? (mtime, content hash,... a combination) > - How is it calculated? (md5, sha1,...) This code + excellent comment: http://svn.apache.org/viewvc

[users@httpd] how are ETags calculated

2012-11-28 Thread Mihamina Rakotomandimby
Hi all, I'm looking for some ressource helping me to find how ETgas are calculated: - What is the input data? (mtime, content hash,... a combination) - How is it calculated? (md5, sha1,...) It's just for general knowledge, and if needed, I mostly use Linux as OS. Thank you. -- RMA. -

Re: [users@httpd] Authentication by checking that a user only exists

2012-11-28 Thread Michael Streeter
On 11/28/2012 3:17 PM, David Ecker wrote: Hi, how can I solve the following situation? The user should be authenticated in two steps: 1) Check in Radius, Tacas, LDAP Server or any other external datasource by validation user and password. 2) Check in local sqlite3 database that a user exists

[users@httpd] Authentication by checking that a user only exists

2012-11-28 Thread David Ecker
Hi, how can I solve the following situation? The user should be authenticated in two steps: 1) Check in Radius, Tacas, LDAP Server or any other external datasource by validation user and password. 2) Check in local sqlite3 database that a user exists, do not check the password, it is not set