Re: [users@httpd] Re: Error trying to use 'mod_auth_form' and 'mod_dbd' with sqlite3

2017-04-27 Thread Tom Donovan
On 04/26/2017 06:49 AM, Tom Browder wrote: On Wed, Apr 26, 2017 at 05:06 Tom Browder > wrote: On Wed, Apr 26, 2017 at 04:04 Luca Toscano > wrote: > I think I just

Re: [us...@httpd] Authenticate users against a Microsoft SQL (odbc - freetds)

2010-12-22 Thread Tom Donovan
On 12/22/2010 9:38 AM, Nicolas Michel wrote: Hello, I'm trying to setup an apache authentication using a user list (and password) that resides in a Microsoft SQL Server 2000. I read these docs : http://www.freetds.org/userguide/odbcconnattr.htm http://www.unixodbc.org/doc/FreeTDS.html

Re: [us...@httpd] help compiling apache 2.2.14 and openssl-0.9.8l using vs2008

2010-01-10 Thread Tom Donovan
hc wrote: I need to compile apache2.2.14 for windows because of cve-2009-3555. It is my understanding for that problem I need to compile apache with openssl-0.9.8l instead of the previous which was used in the 2.2.14 binary, which was I believe, 0.9.8k. but I ran into a couple

Re: [us...@httpd] Mixing rewrite with authn_dbd: Rewriting based on path value stored in mysql table

2009-02-25 Thread Tom Donovan
Roman Medina-Heigl Hernandez wrote: Hello, I'm working on an ISP/Hosting environment and I'm having trouble to figure out how to solve a problem which (I think) involves mixing several modules/concepts: - pages should be protected with basic-auth where user database should reside on MySQL

Re: [us...@httpd] Changes to mod_rewrite and mod_proxy 2.2.8 to 2.2.11

2009-01-21 Thread Tom Donovan
to be supported. I found the following line in the 2.2.10 changelog: *) mod_rewrite: Preserve the query string when [proxy,noescape]. PR 45247. [Tom Donovan] The problem for us is that some requests we receive have already been escaped. Is there a way we can get the old behaviour back

Re: [EMAIL PROTECTED] mod_dbd mod_dbd_authn - mysql user authentication problems - apache 2.2.9

2008-08-15 Thread Tom Donovan
Steve Whitson wrote: When I start the server I get the following error: [notice] Apache/2.2.9 (Unix) DAV/2 PHP/5.2.6 SVN/1.5.1 configured -- resuming normal operations [info] Server built: Aug 7 2008 11:06:05 [debug] prefork.c(1001): AcceptMutex: fcntl (default: fcntl) [error] (20014)Internal

Re: [EMAIL PROTECTED] How to add HTTP_X_FORWARDED_FOR header

2008-08-09 Thread Tom Donovan
Stephen(Tie) Hu wrote: Hi, I am using apache http server as a proxy. It's working quite well except it doesn't add HTTP_X_FORWARDED_FOR header. Does any one know how to force apache to add HTTP_X_FORWARDED_FOR header? 1000 thanks in ahead! Here is my apache server's version: Server

Re: [EMAIL PROTECTED] mod_dbd mod_dbd_authn - mysql user authentication problems - apache 2.2.9

2008-08-07 Thread Tom Donovan
Steve Whitson wrote: I’m trying to use mod_dbd and mod_authn_dbd and replacements for mod_auth_mysql within an apache 2.2.9 server I built on solaris. AuthDBDUserPWQuery select password from users where name = %s ... When I start the server I get the following error: [error] (20014)Internal

Re: [EMAIL PROTECTED] problem installing apache (resending)

2008-07-10 Thread Tom Donovan
Infocom Admin wrote: Hi I am trying to upgrade apache to version 2.2.9 on Red Hat 2.6.9-67.0.15.ELsmp. When I run the configure script with any option, it gives a warning as below. configure: WARNING: Unrecognized options: --disable-actions, --disable-cgi Though it gives warnings,

Re: [EMAIL PROTECTED] redirect to url w/query_string ???

2008-06-20 Thread Tom Donovan
Mike Schleif wrote: I want the URL's similar to the following: http://domain.tld http://www.domain.tld http://domain.tld/ http://domain.tld/fjlxasdfja to be redirected to the following URL: http://Other_domain.tld/?rid=48830 I have tried -- and failed -- with following:

Re: [EMAIL PROTECTED] redirect to url w/query_string ???

2008-06-20 Thread Tom Donovan
Mike Schleif wrote: * Tom Donovan [EMAIL PROTECTED] [2008:06:20:09:08:55-0400] scribed: Mike Schleif wrote: I want the URL's similar to the following: http://domain.tld http://www.domain.tld http://domain.tld/ http://domain.tld/fjlxasdfja to be redirected to the following URL

Re: [EMAIL PROTECTED] 2.2.9 missing options, no sql

2008-06-13 Thread Tom Donovan
Res wrote: Folks, When we sorted out the licence issues with mysql inclusion in 2.2.8 a very simple configure of adding --with-mysql became a dream, now this and an important option for this system, the --with-devrandom option, have both dissapeared and configure puts up warnings all over

Re: [EMAIL PROTECTED] Runtime failure in compiled Apache 2.0.63/Openssl 0.9.8g

2008-05-21 Thread Tom Donovan
[EMAIL PROTECTED] wrote: Compiling Apache 2.0.63 as DSO with OpenSSL 0.9.8g (among other modules. Compiling completes sucessfully, but the runtime fails. This is being compiled on solaris. Interestingly enough, we do not have the same issue with AIX. Here is the output of the error_log with

Re: [EMAIL PROTECTED] incomplete graphics downloads

2008-05-20 Thread Tom Donovan
, but that's a long shot at best... -tom- -Original Message- From: Tom Donovan [mailto:[EMAIL PROTECTED] Sent: 20 May 2008 15:56 If the problem is network latency, you could try setting SendBufferSize to a large value, like 32768, 65536, or even 131072. http://httpd.apache.org/docs/2.2

Re: [EMAIL PROTECTED] mod_authn_dbd, MySQL and MD5 passwords

2008-02-25 Thread Tom Donovan
Matthias Kellermann wrote: Hi list, I've got some troubles setting up authentication via DBD with a MySQL database and passwords crypted with MD5. My setup (Gentoo Linux): Apache 2.2.8 apr 1.2.11 apr-util 1.2.10 MySQL 5.0.54 ... So the MySQL connection works, but something with the MD5

Re: [EMAIL PROTECTED] mod_dbd: C Example of simple module working with DB including httpd.conf lines

2008-01-09 Thread Tom Donovan
Zvi Kave wrote: I need an simple module example working with any supported database. (Let's say MySQL) including example of the httpd.conf lines. Something which reads/inserts a line in a DB table. Two DBD modules with source code - mod_log_dbd and mod_vhost_dbd - are at

Re: [EMAIL PROTECTED] DBDmysql connecting but not authenticating

2008-01-07 Thread Tom Donovan
paredes wrote: Hi Tom! I discovered that when I entered users passwords with the mysql command line using password(), encrypt(), sha1() or old_password, only encrypt() was readable by apache authentication. Then I entered users and passwords using apache's htpasswd to generate md5 sha1

Re: [EMAIL PROTECTED] DBDmysql connecting but not authenticating

2008-01-06 Thread Tom Donovan
paredes wrote: Greetings! I've been running OS-X 10.3.9, with apache2.2.3 [ldap w/failover to mod_authn_dbd], mysql5.0.3x php5.1 all built from source. I've just upgraded our test server to OSX 10.5, apache2.2.6 mysql5.0.51. The problem is that while the DBDDriver connects it refuses to

Re: [EMAIL PROTECTED] Syntax error on line 1 of http.conf: invalid command \xff\xfe#

2007-09-09 Thread Tom Donovan
Mark A. Craig wrote: I have a rather bizarre httpd.conf error with Apache 2.2 on Windows 2000; I attempted to make some rather simple edits to the logfile portion of it, and now when I test, start,or restart the server I get the following error displayed in the console (DOS) window: Syntax

Re: [EMAIL PROTECTED] suppressing HTTP 100 continue

2007-08-19 Thread Tom Donovan
Jimmy Lee wrote: 1. The client can't be modified. 2. The client doesn't send Expect. 3. The client claims to use HTTP1.1 (but ironically doesn't support 100 contine!) Will apache still send random 100 continues? IIS does that. The RFC 2616 * Jimmy Lee wrote: I'm working with some devices

Re: [EMAIL PROTECTED] authn_dbd: what format for encrypted password?

2007-08-18 Thread Tom Donovan
Phil Endecott wrote: Dear Experts, I'm setting up mod_authn_dbd for the first time (having previously used the 3rd-party mod_auth_pgsql with apache2.0) and I'm unsure how the passwords should be encoded in the database. The docs at http://httpd.apache.org/docs/2.2/mod/mod_authn_dbd.html

Re: [EMAIL PROTECTED] RE : [EMAIL PROTECTED] authn_dbd: what format for encrypted password?

2007-08-18 Thread Tom Donovan
Laurent FAILLIE wrote: --- Phil Endecott Many thanks for any advice you can offer. Hi Phil, My only advice is to not use it as it doesn't work :-( Stock 2.2.4's dbd is buggy and even with an updated mod_dbd.c it randomly fails (see bug 42732 /

Re: [EMAIL PROTECTED] authn_dbd: what format for encrypted password?

2007-08-18 Thread Tom Donovan
Joshua Slive wrote: How about making a page on wiki.apache.org/httpd/ for that? Done! http://wiki.apache.org/httpd/Encrypted_Passwords -tom- - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [EMAIL PROTECTED] mod_authn_dbd with Postgres on Win32

2007-06-17 Thread Tom Donovan
Alexis Paul Bertolini wrote: Dear all, I am trying to setup mod_authn_dbd on win32 using Postgres. I think I have everything in place, except for the pgsql driver (apr_dbd_pgsql.so?). As I don't have a win32 compiler (I guess Cygwin doesn't help here) and I have no experience at compiling

Re: [EMAIL PROTECTED] Auth basic only compares first 8 chars

2007-06-09 Thread Tom Donovan
Mark Constable wrote: Using apache 2.2.4 with mod_auth_basic, mod_dbd and mod_authn_dbd (with apr-util compiled with sqlite3 support) it seems that only the first 8 characters of an incoming password are compared to the crypted version stored in the database! When you use the crypt algorithm,

Re: [EMAIL PROTECTED] digest http authentication

2007-04-02 Thread Tom Donovan
Giwrgos wrote: Hi. I am confronting with the followng problem.(Apache 2.2.4 Win32) I am trying to use the digest method (instead of the basic one which worked just fine). What I have done is the following. 1)httpd.conf - enabled the mod for the digest method. 2)httpd.conf - AllowOverride All

Re: [EMAIL PROTECTED] Apache on Win2K won't respond

2007-03-15 Thread Tom Donovan
Gareth Howlett wrote: I downloaded and ran the .MSI installer of 2.2.4 on one of my Win2K boxes. I moved IIS over to port 8080 and installed apache on port 80. The installation went off without a hitch - the install log has no ... The problem is, the server _NEVER_ responds to a single get

Re: [EMAIL PROTECTED] Apache on Win2K won't respond

2007-03-15 Thread Tom Donovan
Gareth Howlett wrote: I downloaded and ran the .MSI installer of 2.2.4 on one of my Win2K boxes. I moved IIS over to port 8080 and installed apache on port 80. The installation went off without a hitch - the install log has no ... The problem is, the server _NEVER_ responds to a single get

Re: [EMAIL PROTECTED] Apache on Win2K won't respond

2007-03-15 Thread Tom Donovan
Joshua Slive wrote: No, Win32DisableAcceptEx makes apache fall back to some less-advanced networking routines. This can solve all sorts of problems, particularly with buggy network drivers, software firewalls, virus checkers and similar. True - but I thought the only accept() vs. AcceptEx()

Re: [EMAIL PROTECTED] Alias Configuration :: Help Needed Please

2007-03-13 Thread Tom Donovan
Dan Wareham wrote: I am trying to set up the follow two directory mappings Within IfModule alias_module tags of the httpd.conf file I have placed the following :: Alias /Directory1 H:\ApplicationFiles\Directory1\ Directory H:\ApplicationFiles\Directory1 ... Alias /Directory1

Re: [EMAIL PROTECTED] apache2 stack trace

2007-02-25 Thread Tom Donovan
The crashing module is CA SiteMinder (it was called Netegrity SiteMinder before CA acquired Netegrity) - so it is apparently a SiteMinder problem, not an Apache problem. You are more likely to get useful help from CA than from Apache folks for your libmod_sm20 module. Regards, -tom- Frank

Re: [EMAIL PROTECTED] probably bug in 2.2.4 ??? please confirm ...

2007-02-13 Thread Tom Donovan
Yes - This is APR bug 41321 which affects Windows 2000. http://issues.apache.org/bugzilla/show_bug.cgi?id=41321 You can work around it (with modest performance cost) by using the Win32DisableAcceptEx directive. -tom- [EMAIL PROTECTED] wrote: Hi all, Scenario: - Standard 2.2.4