[users@httpd] Re: Re: wildcard domains do not work

2011-01-03 Thread Michelle Konzack
Hello Igor Galić, Am 2011-01-04 00:37:23, hacktest Du folgendes herunter: > How are these dynamic homepage vhosts(?) generated? I have setup "bind9" to wildcard <*.home.tamay-dogan.net/> to my IP and let apache do the rest. Speak, currently anything replacing the "*" will go to the default host.

Re: [users@httpd] Apache22 not starting - is this a SSL from ports bug?

2011-01-03 Thread Igor Galić
- "David Southwell" wrote: > HI > > > > Some assistance would be much appreciated as the web server is now off > line. > > > > Sysrem is freebsd 7.2 p3 > > > > apache22 has mysteriously stopped loading after an attempted restart. > The log file even at debug level does not indicate

Re: [users@httpd] Re: wildcard domains do not work

2011-01-03 Thread Igor Galić
- "Michelle Konzack" wrote: > Hello Joost de Heer, > > Am 2011-01-03 08:58:06, hacktest Du folgendes herunter: > > > RewriteCond /home/$1 -d > > > RewriteRule ^/([^/]+)/(.*) /home/$1/public_html/$2 > > > > > [R=301] behind the RewriteRule. > > This does not wor

Re: [us...@httpd] how to use ldap authentication

2011-01-03 Thread Igor Galić
- "David Long" wrote: > I am trying to use httpd 2.2.17 with ldap authentication but get "ldap > initialization failed" message > Here is my configuration > I downloaded apr 1.4.2 and apr-util 1.3.10 What Platform/OS/Distro/Version Which LDAP SDK? > For apr 1.4.2, I did "configure --prefix

Re: [users@httpd] How to compile 32-bit Apache 2.2.17 on a 64-bit RHL host?

2011-01-03 Thread Eric Covener
> And adding something like this: > http://stackoverflow.com/questions/3261909/build-32bit-on-64-bit-linux-using-a-configure-script IIRC you usually get farther with CC="gcc -m32" - The official User-To-User support forum of the

Re: [users@httpd] How to compile 32-bit Apache 2.2.17 on a 64-bit RHL host?

2011-01-03 Thread Igor Galić
- "Qingshan Xie" wrote: > Hello, > > I'd like to compile a 32-bit Apache 2.2.17 on a 64-bit Red Hat Linux > host. > Could someone tell me how to do it? Sure. But the first and most important question would be: Why? Next it might be interesting which version of RHEL you're on, so we n

[users@httpd] How to compile 32-bit Apache 2.2.17 on a 64-bit RHL host?

2011-01-03 Thread Qingshan Xie
Hello, I'd like to compile a 32-bit Apache 2.2.17 on a 64-bit Red Hat Linux host. Could someone tell me how to do it? Many Thanks, Q.Xie - The official User-To-User support forum of the Apache HTTP Server Project.

[us...@httpd] how to use ldap authentication

2011-01-03 Thread David Long
I am trying to use httpd 2.2.17 with ldap authentication but get "ldap initialization failed" message Here is my configuration I downloaded apr 1.4.2 and apr-util 1.3.10 For apr 1.4.2, I did "configure --prefix=/www/apache2/apr-httpd/" For apr util 1.3.10, I did "configure --prefix=/www/apache2/

Re: [us...@httpd] Adding multiple keys and cert to a virtual host

2011-01-03 Thread Krist van Besien
On Sun, Jan 2, 2011 at 8:21 PM, Mohit Anchlia wrote: > Apache 2: > > I have a need to add multiple certs and keys to a given virtual host. > I don't see a way to add multiple keys or certs to one virtual host. > For eg: key and cert for abc.com and def.com in 10.10.10.101:80> > > Is there a way t

RE: FW: [us...@httpd] help on compile 2.2.17 with ldap support

2011-01-03 Thread David Long
Thanks Rainer, I will start a new discussion about ldap authentication. David Long -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Thursday, December 30, 2010 12:09 PM To: users@httpd.apache.org Subject: Re: FW: [us...@httpd] help on compile 2.2.17 with ldap s

[users@httpd] Re: wildcard domains do not work

2011-01-03 Thread Michelle Konzack
Hello Joost de Heer, Am 2011-01-03 08:58:06, hacktest Du folgendes herunter: > > RewriteCond /home/$1 -d > > RewriteRule ^/([^/]+)/(.*) /home/$1/public_html/$2 > > > [R=301] behind the RewriteRule. This does not work. While