RE: [EMAIL PROTECTED] Apache 2.2 not released for Win32?

2006-03-15 Thread FRAS Eddy RD-TECH-REN
Hello, Yes, you can find it here : http://www.apachelounge.com/ Regards, Eddy > -Message d'origine- > De : Daniel [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 15 mars 2006 00:46 > À : users@httpd.apache.org > Objet : [EMAIL PROTECTED] Apache 2.2 not released for Win32? > > Hello, >

Re: [EMAIL PROTECTED] pwauth does not run as user

2006-03-15 Thread koen . vdvelde
Solved !! (with a little help ...) for the archive ... here's the solution the config.h contains :#define SERVER_UIDS 72  /* user "nobody" */ So I Changed this to the UID that apache is running on and recompiled. Than did a su  (with '-m' since apacha uses /sbin/nologin)  # su -m apacheAnd

[EMAIL PROTECTED] LDAP for Auth & DB for Authz

2006-03-15 Thread Thomas Van de Velde
Hello,I am wondering if it is possible to combine two security modules to provide authentication and authorization services.  Users are authenticated through LDAP but their group information is stored in a database.  Is it possible to combine both repositories to provide auth/authz on the web serve

[EMAIL PROTECTED] Multiple LDAP servers in mod_auth_ldap

2006-03-15 Thread Steve Nisbet
Hi folks, I have been using mod_auth_ldap in Apache 2.0 for some time, and apart from falling over every now and then it functions fine. However, we have a number of LDAP servers and I wanted a bit of resillience for authentication. I noted that in the manual for mod_auth_ldap it is suggested that

Re: [EMAIL PROTECTED] Dynamic proxying with mod_rewrite, problems with reverse proxy

2006-03-15 Thread Robert Ionescu
Atle Veka wrote: Hi, I have run into a snag with mod_rewrite and proxying. I want to have a RewriteRule that proxies a dynamic site (based on a map) which works fine except that I need reverse proxying turned on. So far I have not been able to come up with a solution. Any ideas, other than specif

[EMAIL PROTECTED] What's the right place to ask?

2006-03-15 Thread Michael W Cocke
I'm trying to make ssl work with virtual hosts (3 namevhosts, a different certificate for each) - can someone point me to the correct place to ask for help, here or the mod-ssl mailing list? Thanks. Mike- -- If you're not confused, you're not trying hard enough. -- Please note - Due to the intens

RE: [EMAIL PROTECTED] What's the right place to ask?

2006-03-15 Thread Boyle Owen
> -Original Message- > From: Michael W Cocke [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 15. März 2006 13:04 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] What's the right place to ask? > > I'm trying to make ssl work with virtual hosts (3 namevhosts, a > different certificate

RE: [EMAIL PROTECTED] What's the right place to ask?

2006-03-15 Thread Ralph.Grothe
For instance assuming your Apache is 2.0, have you looked here yet? http://httpd.apache.org/docs/2.0/ssl/ http://httpd.apache.org/docs/2.0/mod/mod_ssl.html http://httpd.apache.org/docs/2.0/vhosts/ > -Original Message- > From: Michael W Cocke [mailto:[EMAIL PROTECTED] > Sent: Wednesday,

Re: [EMAIL PROTECTED] Multiple LDAP servers in mod_auth_ldap

2006-03-15 Thread Mark H. Wood
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Like so: AuthLDAPURL \ "ldaps://IU-MSSG-ADSDC01.ADS.IU.Edu IU-MSSG-ADSDC02.ADS.IU.Edu IU-MSSG-ADSDC03.ADS.IU.Edu IU-MSSG-ADSDC04.ADS.IU.Edu IU-MSSG-ADSDC05.ADS.IU.Edu IU-MSSG-ADSDC06.ADS.IU.Edu/ou=Accounts,DC=ads,DC=iu,DC=edu?CN?one" Tha

Re: [EMAIL PROTECTED] Multiple LDAP servers in mod_auth_ldap

2006-03-15 Thread Ricardo Stella
Apache 2.0 doesn't work quite well for this as when it's linked with openldap, it does not provide a 'timeout' option, therefore if one of the ldap servers is down, it'll take forever to switch to the next one. The netscape libs have that ability but it didn't quite work and require another small

[EMAIL PROTECTED] Apache to Apache communications

2006-03-15 Thread Robert Palmer
How do I have one Apache forward to another, similar to mod_jk for Apache to Tomcat? I want an internet facing Apache to be able to forward requests to an Apache instance within my network. - The official User-To-User support

RE: [EMAIL PROTECTED] Apache to Apache communications

2006-03-15 Thread Gary W. Smith
Mod_proxy. > I want an internet facing Apache to be able to forward requests to an > Apache instance within my network. > - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org

[EMAIL PROTECTED] mod_ldap and require-group based on URL?

2006-03-15 Thread Marc Boorshtein
Hello, I was wondering if it is possible to perform a require-group based on the URL? For instance, if the user is accessing: http://myserver.com/dev/repo/MyProject/src/test.java I would like require-user to be able to check the group cn=MyProject Is this possible without hard coding it in th

Re: [EMAIL PROTECTED] Apache to Apache communications

2006-03-15 Thread Robert Palmer
Gary W. Smith wrote: Mod_proxy. I want an internet facing Apache to be able to forward requests to an Apache instance within my network. - The official User-To-User support forum of the Apache HTTP S

[EMAIL PROTECTED] access_log is not being written into

2006-03-15 Thread Farid Hamjavar
Apache 2.0.46 on Redhat Linux Greetings; The access_log is being rotated fine. The access_log's permission/ownership ,etc are OK too. It's just that it's not being written into and after its rotation and its size remains zero -- until I do manually restart httpd. The rotation is done via /

Re: [EMAIL PROTECTED] What's the right place to ask?

2006-03-15 Thread Michael W Cocke
It wasn't the answer I wanted, but it's an answer. Thanks! Mike- On Wed, 15 Mar 2006 13:55:25 +0100, you wrote: >> -Original Message- >> From: Michael W Cocke [mailto:[EMAIL PROTECTED] >> Sent: Mittwoch, 15. März 2006 13:04 >> To: users@httpd.apache.org >> Subject: [EMAIL PROTECTED] W

RE: [EMAIL PROTECTED] access_log is not being written into

2006-03-15 Thread Ralph.Grothe
What's the content of /etc/logrotate.d/httpd, could it be you are signalling the wrong process? You also might want to check if these to relate to the same proc $ ps -p $(cat /var/run/httpd.pid) -o args $ ps -p $(pgrep -P 1 -u 0 -x httpd) -o args > -Original Message- > From: Farid Hamj

RE: [EMAIL PROTECTED] access_log is not being written into

2006-03-15 Thread Farid Hamjavar
/var/log/httpd/*log { missingok compress daily rotate 9 notifempty sharedscripts postrotate /bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true endscript } The ps command you mentioned both refers to same thing. Thank you, Farid O

Re: [EMAIL PROTECTED] What's the right place to ask?

2006-03-15 Thread Nick Kew
On Wednesday 15 March 2006 16:02, Michael W Cocke wrote: > It wasn't the answer I wanted, but it's an answer. Thanks! For a different answer, see http://sni.corelands.com/ -- Nick Kew - The official User-To-User support forum

[EMAIL PROTECTED] --enable-mods-shared=all vs --enable-so

2006-03-15 Thread Richard de Vries
What exactly is the difference between --enable-mods-shared=all and --enable-so. Is there a difference? R __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --

[EMAIL PROTECTED] Compiling Apache 2.2.0 on Solaris 10 with mod_authnz_ldap support

2006-03-15 Thread Yu, Ming
I have downloaded openldap and apache2.2.0. I am looking for instructions of how to compile the apache web server with mod_authnz_ldap. Thanks, - Ming YU - Johns Hopkins University Applied Physics Lab - The official User-To-Us

[EMAIL PROTECTED] [Patch] Update mod_auth_ldap to support MS AD 2003

2006-03-15 Thread Matt Pavlovich
This slight modification makes mod_auth_ldap work with AD 2003, where it returns a successful result set, and an LDAP_OPERATIONS_ERROR. I do not have the definitive reason why AD 2k3 is returning the error, but I believe it has to do with the security access of the account performing the searc

Re: [EMAIL PROTECTED] Compiling Apache 2.2.0 on Solaris 10 with mod_authnz_ldap support

2006-03-15 Thread Ricardo Stella
Yu, Ming wrote: > I have downloaded openldap and apache2.2.0. I am looking for > instructions of how to compile the apache web server with > mod_authnz_ldap. > > Thanks, > > - Ming YU > - Johns Hopkins University Applied Physics Lab > > > Assuming you have OpenLdap in /usr/local/openldap, Op

Re: [EMAIL PROTECTED] --enable-mods-shared=all vs --enable-so

2006-03-15 Thread Joshua Slive
On 3/15/06, Richard de Vries <[EMAIL PROTECTED]> wrote: > What exactly is the difference between > --enable-mods-shared=all and --enable-so. Is there a > difference? The first compiles all modules as dynamic modules. The second compiles all modules as static modules, but includes mod_so which ena

Re: [EMAIL PROTECTED] 403 error (script alias directive involved?)

2006-03-15 Thread Larry Flathmann
Hi, I'm not at all an experience Apache user, but you might check to see if you have your directive specifying the default webpage to open in the right place. Do you have the line: DirectoryIndex index.php in the section for the actual folder specified by the scriptAlias directive?

Re: [EMAIL PROTECTED] --enable-mods-shared=all vs --enable-so

2006-03-15 Thread Richard de Vries
Hey, thanks for that excellent anwser. Cheers! --- Joshua Slive <[EMAIL PROTECTED]> wrote: > On 3/15/06, Richard de Vries > <[EMAIL PROTECTED]> wrote: > > What exactly is the difference between > > --enable-mods-shared=all and --enable-so. Is there > a > > difference? > > The first compiles all

[EMAIL PROTECTED] Reverse proxying problem

2006-03-15 Thread Jakob Fix
Hello everybody, here's my problem: I have a Apache 2.0.55 web server serving two domains using VirtualHosts, but also want to use reverse proxying for a third domain: $ cat /etc/apache2/apache2.conf | grep NameVirtualHost NameVirtualHost 10.0.1.3:80 $ cat /etc/apache2/sites-enabled/domain1.org.

Re: [EMAIL PROTECTED] occasional segmentation fault during access to php pages

2006-03-15 Thread Harald Falkenberg
Hallo, the mentioned backtrace mod looks interesting. Unfortunately it is not available for solaris. Is there something simular or has somebody another idea to this problem. regards Harald On Tue, 14 Mar 2006, Harald Falkenberg wrote: > Hallo Nick, > > thank you for the hint. We get no

Re: [EMAIL PROTECTED] What's the right place to ask?

2006-03-15 Thread Michael W Cocke
On Wed, 15 Mar 2006 16:53:23 +, you wrote: >On Wednesday 15 March 2006 16:02, Michael W Cocke wrote: >> It wasn't the answer I wanted, but it's an answer. Thanks! > >For a different answer, see http://sni.corelands.com/ Very amusing. Jerk. Mike- -- If you're not confused, you're not trying

Re: [EMAIL PROTECTED] What's the right place to ask?

2006-03-15 Thread Stephen Cook
i don't get it? Michael W Cocke wrote: On Wed, 15 Mar 2006 16:53:23 +, you wrote: On Wednesday 15 March 2006 16:02, Michael W Cocke wrote: It wasn't the answer I wanted, but it's an answer. Thanks! For a different answer, see http://sni.corelands.com/ Very amusing. Jerk. Mike- --

Re: [EMAIL PROTECTED] Compiling Apache 2.2.0 on Solaris 10 with mod_authnz_ldap support

2006-03-15 Thread Mika Borner
./configure --prefix=path_to_apache/apache2 --enable-mods-shared=all --enable-ssl=shared --enable-authnz-ldap --with-ssl=/usr/local/ssl --with-ldap --enable-ldap See also http://mysecondhead.blogspot.com/ If you need SSL, you should adjust the --with-ssl to the Solaris OpenSSL at /usr/sfw (--w

[EMAIL PROTECTED] Issue during Apache 2.0 module development

2006-03-15 Thread Bankar, Swati
Hi, We have written a dynamic module for Apache2.0.54 on RH Linux 3.0. The basic function of this module is authentication of the user before giving access to the protected resources. Currently we have made a a directory "/protected" as protected resource. The module provides access to this