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

2007-08-18 Thread Vincent Bray
On 19/08/07, Tom Donovan <[EMAIL PROTECTED]> wrote: > Joshua Slive wrote: > > How about making a page on wiki.apache.org/httpd/ for that? > > Done! http://wiki.apache.org/httpd/Encrypted_Passwords Moved! http://wiki.apache.org/httpd/EncryptedPasswords Sorry for the pedantry but we only recently

Re: [EMAIL PROTECTED] url rewrite on userIds

2007-08-18 Thread Suhaib Ahmad
Yes I want to hide the end URL from the user...so that user can only see myUser.domain.com which for server rewritten into domain.com/action?id=myUser On 8/18/07, Vincent Bray <[EMAIL PROTECTED]> wrote: > On 18/08/07, Suhaib Ahmad <[EMAIL PROTECTED]> wrote: > > Hello, > > > > For my website

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 ht

[EMAIL PROTECTED] ProxyPassReverse doesn't work for redirected sites.

2007-08-18 Thread Mario Herrera
I have this configuration: ServerName cid.ulatina.com Order deny,allow Allow from all ProxyPass / http://www.mdconsult.com/ ProxyPassReverse / http://www.mdconsult.com/ When I try http://cid.ulatina.com in my browser the

Re: [EMAIL PROTECTED] Some problems with Virtual Host setup and SSL

2007-08-18 Thread Tony Stevenson
Vianney You cannot (without some major tweaks) use name based virtualhosts + SSL. For each site it is recommended that you use 1 IP and or port. Have a look at the wikipage, even though it is still a work in progress you should understand the reasons. http://wiki.apache.org/httpd/NameBasedSSL

Re: [EMAIL PROTECTED] url rewrite on userIds

2007-08-18 Thread Morgan Gangwere
On Sun, 2007-08-19 at 01:04 +0700, Vincent Bray wrote: > On 18/08/07, Suhaib Ahmad <[EMAIL PROTECTED]> wrote: > > Hello, > > > > For my website i want to implement url rewriting. I'm unable to create > > a RewriteRule > > > > which when given url: http://myUser.domain.com/ > > convert it to http://

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

2007-08-18 Thread Phil Endecott
Tom Donovan wrote: 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

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 / http://issues.apache.org/bugzilla/show_bug.cgi?id

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

2007-08-18 Thread Vincent Bray
On 18/08/07, Joshua Slive <[EMAIL PROTECTED]> wrote: > On 8/18/07, Tom Donovan <[EMAIL PROTECTED]> wrote: > > > There are four formats that Apache recognizes for passwords. > > Note that not all four work on every platform: > > Nice summary! > > How about making a page on wiki.apache.org/httpd/ for

Re: [EMAIL PROTECTED] How to change from prefork to work MPM

2007-08-18 Thread Vincent Bray
On 18/08/07, David Díaz Díaz <[EMAIL PROTECTED]> wrote: > I have a question, maybe silly question, about to how can I change the MPM > on an Apache Installed, let me explain I have Apache 2.2.4 running on Fedora > Core 5 with PHP 5 and Mysql 5; I've installed the apache with default > options, "con

Re: [EMAIL PROTECTED] url rewrite on userIds

2007-08-18 Thread Vincent Bray
On 18/08/07, Suhaib Ahmad <[EMAIL PROTECTED]> wrote: > Hello, > > For my website i want to implement url rewriting. I'm unable to create > a RewriteRule > > which when given url: http://myUser.domain.com/ > convert it to http://www.domain.com/action?id=myUser What is the purpose of altering the ho

Re: [EMAIL PROTECTED] url rewrite on userIds

2007-08-18 Thread Vincent Bray
On 18/08/07, Suhaib Ahmad <[EMAIL PROTECTED]> wrote: > Hello, > > For my website i want to implement url rewriting. I'm unable to create > a RewriteRule > > which when given url: http://myUser.domain.com/ > convert it to http://www.domain.com/action?id=myUser What is the purpose of altering the ho

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

2007-08-18 Thread Laurent FAILLIE
--- 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 / http://issues.apache.org/bugzilla/show_bug.cgi?id=42732). As a workaroun

[EMAIL PROTECTED] How to change from prefork to work MPM

2007-08-18 Thread David Díaz Díaz
Hi all, I have a question, maybe silly question, about to how can I change the MPM on an Apache Installed, let me explain I have Apache 2.2.4 running on Fedora Core 5 with PHP 5 and Mysql 5; I've installed the apache with default options, "configure --enable-so", I saw that default MPM instal

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

2007-08-18 Thread Joshua Slive
On 8/18/07, Tom Donovan <[EMAIL PROTECTED]> wrote: > There are four formats that Apache recognizes for passwords. > Note that not all four work on every platform: Nice summary! How about making a page on wiki.apache.org/httpd/ for that? Joshua. -

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 just

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

2007-08-18 Thread Phil Endecott
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 just say: "The query m

[EMAIL PROTECTED] url rewrite on userIds

2007-08-18 Thread Suhaib Ahmad
Hello, For my website i want to implement url rewriting. I'm unable to create a RewriteRule which when given url: http://myUser.domain.com/ convert it to http://www.domain.com/action?id=myUser Thanks, Suhaib. - The official Us

[EMAIL PROTECTED] Some problems with Virtual Host setup and SSL

2007-08-18 Thread via . lej
Hello ! I've some problems with Virtual Hosts on Apache2, please have a look at my config files: === File sites-enabled/default === > NameVirtualHost * ServerAdmin [EMAIL PROTECTED] Docum