modcfgldap-users Mailing List for mod_cfg_ldap
Status: Beta
Brought to you by:
abrenk
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
(2) |
Apr
(1) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
(3) |
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Andreas B. <ma...@an...> - 2009-06-15 14:31:54
|
Hi Stephen, the project isn't active any more. I don't even know if the module works with recent Apache versions. If you want to pick up development of the module I'd happily hand over the SourceForge project to you. Regards, Andreas * Stephen Liberty <st...@li...> [2009-06-14 12:14:31 -0500]: > Sourceforge noted that there hasn't been any new commits since about > five years ago. Whats the status of this project? I was really > interested in using it since I ran across it in the Mandriva RPM > database. Is there a list of bugs that I should be aware of if I wanted > to use it? Is there any intent on supporting it in the future? |
From: Stephen L. <st...@li...> - 2009-06-14 17:21:19
|
Hey folks, Sourceforge noted that there hasn't been any new commits since about five years ago. Whats the status of this project? I was really interested in using it since I ran across it in the Mandriva RPM database. Is there a list of bugs that I should be aware of if I wanted to use it? Is there any intent on supporting it in the future? Thanks, Stephen |
From: Marcel A. <mar...@al...> - 2005-02-02 23:39:29
|
hello list i've two question. how can i store the attribute=20 php_admin_value open_basedir .... in ldap ? if this possible ? and the next one is i've added the schema to my ldap server but if i want add the following ldif file dn: cn=3Dwww.test.lan, ... objectclass: ApacheSectionObj objectclass: ApacheVirtualHostObj ApacheSectionName: VirtualHost ApacheSectionArg: * ApacheServerName: fubar ApacheDocumentRoot: /some/dir i get the error ldap_add: Undefined attribute type (17) additional info: ApacheSectionName: attribute type undefined and if i try it with this example dn: VH=3Dfubar, ou=3DApache, dc=3Djustkidding objectclass: ApacheSectionObj ApacheSectionName: VirtualHost ApacheSectionArg: 192.168.1.1 dn: ApacheServerName=3Dfubar, VH=3Dfubar, ou=3DApache, dc=3Djustkidding objectclass: ApacheVirtualHostObj objectclass: ApacheModAliasObj ApacheServerName: fubar ApacheDocumentRoot: /some/dir ApacheAlias: /images /some/other/dir dn: Location=3D/images, ApacheServerName=3Dfubar, VH=3Dfubar, ou=3DApache, dc=3Djustkidding objectclass: ApacheSectionObj objectclass: ApacheDirectoryObj ApacheSectionName: Location ApacheSectionArg: /images ApacheOptions: -Indexes i get the error invalid dn. maybe because the VH=3D.... this is not in the schema file thanks a lot=20 marcel --=20 Marcel Alburg <mar...@al...> AlKroNet |
From: alan w. <al...@ai...> - 2005-01-27 15:36:03
|
=20 |
From: Turbo F. <tu...@ba...> - 2004-11-08 09:18:51
|
Could someone with experiences in making modules for BOTH Apache v2.x and 1.3 see if they can make the module compile for Apache version 1.3? I can't/won't upgrade just yet, but I'd like to try out ModCFGLDAP again (I tried an old version which didn't work very well for me). |
From: Zen I. <co...@ze...> - 2004-10-22 06:36:09
|
I've miss a thing ! To use this contrib you must modify Apache LogFormat and CustomLog directives to use extended format (See %V parameter) LogFormat "%V %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" extended CustomLog /var/log/apache2/access.log extended Bye ----- Original Message ----- From: <mod...@li...> To: <mod...@li...> Sent: Friday, October 22, 2004 5:53 AM Subject: modcfgldap-users digest, Vol 1 #8 - 1 msg > Send modcfgldap-users mailing list submissions to > mod...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/modcfgldap-users > or, via email, send a message with subject or body 'help' to > mod...@li... > > You can reach the person managing the list at > mod...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of modcfgldap-users digest..." > > > Today's Topics: > > 1. A New modcfgldap contrib ;) (Zen Interactif) > > --__--__-- > > Message: 1 > From: "Zen Interactif" <co...@ze...> > To: <mod...@li...> > Date: Thu, 21 Oct 2004 14:44:19 +0200 > Subject: [modcfgldap-users] A New modcfgldap contrib ;) > > Hi, > > I've made a logfile spliter for modcfgldap. This perl script search for > apacheServerName and apacheServerAlias attributes in the ldap directory and > split the main apache access logfile per vhost. > > This contrib contains an Awstats < http://awstats.sourceforge.net > vhosts > config example ! > > You could download it from > ftp://ftp3.zeninteractif.com/modcfgldap-split-logfile_0.1.tar.gz > > bye > > Sébastien > > > > > --__--__-- > > _______________________________________________ > modcfgldap-users mailing list > mod...@li... > https://lists.sourceforge.net/lists/listinfo/modcfgldap-users > > > End of modcfgldap-users Digest > |
From: Zen I. <co...@ze...> - 2004-10-21 12:42:26
|
Hi, I've made a logfile spliter for modcfgldap. This perl script search for apacheServerName and apacheServerAlias attributes in the ldap directory and split the main apache access logfile per vhost. This contrib contains an Awstats < http://awstats.sourceforge.net > vhosts config example ! You could download it from ftp://ftp3.zeninteractif.com/modcfgldap-split-logfile_0.1.tar.gz bye Sébastien |
From: Zen I. <co...@ze...> - 2004-09-04 12:54:31
|
I've done few changes on the module : - Update Ldap Schema file (I've indexed apache attributes in slapd.conf for improve performance) - Add support for error.log per vhost - Add a new environment variable called SERVER_ROOT that contains vhost document_root. DOCUMENT_ROOT environment variable seems to be readonly. I would like to add support for customLog but I don't found the appropriate method and header. Maybe mod_config.h. May anyone could give me a hand. - I would like to add support for LDAP SSL/TLS connection - Support for SSL certificate stored in directly in LDAP. |
From: Allie M. <al...@pa...> - 2004-09-03 14:49:28
|
> It seems that DocumentRoot variable is not updated. > I've tried to read this variable inside a php script. I abandoned using modcfgldap for this very reason :( This appears to be a limitation set by apache itself and that variable is not change-able. This behavior also shows up using the mass VirtualHosting module. I modified apache's source to change this behavior, and Bad Things Happened. Because my installation only has apache dealing with a few hundred VirtualHosts at a time, using this external module turned out to be a pretty expensive operation compared to using conf files. Even with caching set to a high value, the dependency on LDAP and and the frequent queries made it all rather cumbersome. I suspect that if I were running thousands of vhosts then a module like this would "pay for itself" by using less memory. So I ended up deciding to do this in my httpd.conf: Include vhosts.conf And I run a script out of cron to generate the vhosts.conf file using the LDAP data and reload apache if necessary. Works pretty well and is much more flexible. DocumentRoot is set properly and I can also set other Apache and PHP variables in the generated file (logfile directives, open_basedir, temp_dir, include_dir, user and group, etc.) Allie Micka pajunas interactive, inc. http://www.pajunas.com open source web applications and hosting |
From: Zen I. <co...@ze...> - 2004-09-03 06:45:27
|
Hi It seems that DocumentRoot variable is not updated. I've tried to read this variable inside a php script. Php return me the main DocumentRoot variable ( /var/www ) instead of the current Vhost root (ex: /home/vhosts/mydomain.com/www ) ServerName seems to return the good value ServerAdmin is null My scripts require this environement variable for working well Best regards Sébastien |
From: Matt S T. <mod...@tr...> - 2004-09-01 15:32:01
|
On Wed, Sep 01, 2004 at 01:47:05PM +0200, Zen Interactif wrote: > Hi, > > I'm a new user of mod_cfg_ldap. > I've searched for a very long time for this kind of module. > It's great ! > > I think that I will do a debian package soon ! > > Few comments about your modules : > - objectClass apacheConfig could be > "SUP top STRUCTURAL" instead of "SUP to AUXILIARY" > I've got few problems to create my LDAP entry with AUXILIARY. > - Support for Logfile (access, error) per virtualhost. > - Support for SSL Also support for suEXEC would be good. > May I could help you in your project. > I'm a newbie in apache module but I've got experience in ldap. I'm about to deploy mod_vhost_ldap in a production environment, am also interested in adding stuff. Possibly we could co-operate for the features we need? (shared osCommerce hosting environment is mostly what I'll be using this for) -- Bring me my etherkiller; Oh clouds unfold! / Bring me the magic smoke of desire I shall not cease from mental fight / Nor shall my LART rest in my hand Till we have buried the bodies / Of all the lusers in all this land -- rpg, ASR [ My homepage is http://www.trout.me.uk/ ] |
From: Zen I. <co...@ze...> - 2004-09-01 11:47:30
|
Hi, I'm a new user of mod_cfg_ldap. I've searched for a very long time for this kind of module. It's great ! I think that I will do a debian package soon ! Few comments about your modules : - objectClass apacheConfig could be "SUP top STRUCTURAL" instead of "SUP to AUXILIARY" I've got few problems to create my LDAP entry with AUXILIARY. - Support for Logfile (access, error) per virtualhost. - Support for SSL May I could help you in your project. I'm a newbie in apache module but I've got experience in ldap. Best regards. Sébastien. |
From: Linda <li...@no...> - 2004-05-25 15:19:16
|
Hi, I am install mod_cfg_ldap-1.1 on RedHat9. When I start httpd, I will get = the following error. [Tue May 25 22:56:51 2004] [warn] cfg_ldap: unknown ldap error 49 my config as below: <IfModule mod_cfg_ldap.c> EnableCfgLdap on CfgLdapServer "127.0.0.1" #CfgLdapBindDN "cn=3DManager,dc=3Ddomain,dc=3Dtld" #CfgLdapCredentials "password" CfgLdapBaseDN "ou=3Dwebhosting,dc=3Dlinda,dc=3Dnet" # if you don't want to use any filter just keep the following #CfgLdapFilter "(objectClass=3DapacheConfig)" # otherwise you could filter based on cosine.schema's ARecord # CfgLdapFilter "(|(ARecord=3D127.0.0.1)(ARecord=3D127.0.0.2))" CfgLdapCacheTTL 60 </IfModule> If I enable CfgLdapBindDB/CfgLdapCredentials, I still got the error. Starting httpd: [Tue May 25 23:14:37 2004] [warn] module cfg_ldap_module = is already loaded, skipping Would some one tell me how to fix this problem? Can anyone mail me the = ldif sample? After configing every virtual hosting, do i need to restart = httpd everytime? Thanks!! Linda |
From: <ben...@id...> - 2004-05-25 08:53:10
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
From: Andreas B. <ma...@an...> - 2004-04-10 15:05:00
|
Hi, I just released version 1.1 of mod_cfg_ldap. New in this release is the addition of a user-defined search filter that is used during LDAP queries. Now you can have different Apache servers only use a portion of all configured vhosts by filtering based on any=20 attribute. Using for example the ARecord attribute of cosine.schema you could have server A on IP 172.16.1.1 and server B on IP 172.16.1.2. On server A you would use a filter like (ARecord=3D172.16.1.1) and have all of its vhosts in the LDAP directory use the structural dnsDomain object and an ARecord entry with that IP. If you wanted a vhost to be served by both servers you'd only have to add two ARecords with both IPs. Using (objectClass=3DapacheConfig) will effectively not filter at all as all vhost entries have that objectClass. Please direct any usage questions to the -users mailing list. Regards, Andreas --=20 Andreas Brenk mailto:ma...@an... http://www.andreasbrenk.com |
From: Allie M. <al...@pa...> - 2004-03-18 06:20:07
|
I tracked down a similar bug for mod_vhost_alias: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8853 I managed to get mod_cfg_ldap to work as expected by applying changes similar to what's in this patch to mod_alias.c and mod_cfg_alias.c The other thing I changed was adding the new DocumentRoot to the notes table in mod_cfg_ldap. I then had to modify apache/server/util_script.c to use the note, if it existed, rather than the default value provided by ap_document_root(). I needed this for certain hosted PHP scripts. I must say I'm pretty annoyed at having to hack away at apache source to make these things work, but I don't suppose this is the correct forum for these complaints. I can make these patches available but they're tiny and not 100% related to mod_cfg_ldap. Still, a valuable FYI. Thanks a lot, Allie Micka pajunas interactive, inc. http://www.pajunas.com |
From: Allie M. <al...@pa...> - 2004-03-18 04:56:38
|
Thanks for writing mod_cfg_ldap! I love the promise of being able to maintain Virtual hosting information in LDAP. The first thing I'm noticing is that my LDAP-hosted VirtualHosts do not appear to be cognizant of other httpd.conf settings. For example, the "Alias /icons/ /path/to/icons/" from the global configuration works fine in "manual" virtualhosts but goes missing in LDAP-hosted ones. I'll look into it further - but am I missing something obvious? Thanks! Allie Micka pajunas interactive, inc. http://www.pajunas.com |