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
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
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
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
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
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://
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
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
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
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
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
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
--- 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
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
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.
-
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
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
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
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
19 matches
Mail list logo