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,
>
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
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
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
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
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
> -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
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,
-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
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
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
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
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
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
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 /
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
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
/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
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
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
--
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
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
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
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
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?
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
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.
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
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
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-
--
./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
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
32 matches
Mail list logo