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

2010-12-22 Thread Nicolas Michel
On 12/23/2010 02:58 AM, Tom Donovan wrote: 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:/

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 http://co

[us...@httpd] Negotiation and mime types

2010-12-22 Thread Laurent Martelli
Hello all, I'm using content negotiation so that I do not have to specify file extensions in the href of my . And I can switch from plain html to php without changing all my links. It works fine excepted that if I have foo.css and foo.php in the same directory, when asked for resource foo apache r

Re: [us...@httpd] Windows Apache installer question

2010-12-22 Thread William A. Rowe Jr.
On 12/22/2010 2:01 PM, Jorge Canha wrote: > I'm currently using: > > msiexec /i httpd.msi /passive ALLUSERS=1 serveradmin=ad...@localhost > SERVERNAME=localhost > SERVERDOMAIN=localhost SERVERPORT=80 INSTALLDIR=%SYSTEMDRIVE%\apache > > To install apache without much input, however I don't want t

[us...@httpd] Windows Apache installer question

2010-12-22 Thread Jorge Canha
I'm currently using: msiexec /i httpd.msi /passive ALLUSERS=1 serveradmin=ad...@localhost SERVERNAME=localhost SERVERDOMAIN=localhost SERVERPORT=80 INSTALLDIR=%SYSTEMDRIVE%\apache To install apache without much input, however I don't want to install the Apache Monitor that comes with the .ms

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

2010-12-22 Thread Nicolas Michel
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 http://code.google.com/p/odbc-dbd/downloads/list http:/