Re: [users] Re: [users@httpd] LDAP Login Access by Organization Unit

2014-06-05 Thread Eric Covener
On Thu, Jun 5, 2014 at 4:31 PM, Darly Senecal Baptiste wrote: > Well, applying the mentioned module into an Apache 2.2, the log still > provide the LDAP access into the first 2 ldap ou's (as far I can read from > the log). Still weird Are you using a source build of httpd -- if so, what level?

Re: [users] Re: [users@httpd] LDAP Login Access by Organization Unit

2014-06-05 Thread Darly Senecal Baptiste
Well, applying the mentioned module into an Apache 2.2, the log still provide the LDAP access into the first 2 ldap ou's (as far I can read from the log). Still weird [Tue Jun 03 12:48:37 2014] [debug] mod_authnz_ldap.c(390): [client >> ip.add.re.ss] [8713] auth_ldap authenticate: using URL ldap:/

[users] Basic Login as domain\username

2014-06-05 Thread Darly Senecal Baptiste
Hi Community: I had implemented a git repository server and its authentication is Basic (*AuthType Basic*).This type of authentication allows users to login with their username and password through the LDAP server. However, there are some service accounts (Thank you windows) that needs to authent

Re: [users] Apache2 Trying to retrieve at least an index but Forbidden

2014-06-05 Thread Luigi Cirillo
Yes it is, in debian with the command "a2ensite" it create a link in folder "site-enable" to the virtual host conf file in "site-available" On Thu, Jun 5, 2014 at 6:23 PM, Frederik Nosi wrote: > Maybe you'r virtual host configuration file wasn'r included from the main > apache conf file. Not sure

Re: [users] Apache2 Trying to retrieve at least an index but Forbidden

2014-06-05 Thread Frederik Nosi
Maybe you'r virtual host configuration file wasn'r included from the main apache conf file. Not sure how it works on ubuntu though, maybe you should place it on a particular directory with a particular extension, eg. in RedHat you should put it in /etc/httpd/conf.d with a filename ending with .

Re: [users] Apache2 Trying to retrieve at least an index but Forbidden

2014-06-05 Thread Luigi Cirillo
Thank you Frederik, Accessing http://www.indextest.com/test1.html: # Not Found The requested URL /test1.html was not found on this server. Apache/2.2.22 (Debian) Server at www.indextest.com Port 80 ## I added also

Re: [users] Apache2 Trying to retrieve at least an index but Forbidden

2014-06-05 Thread Frederik Nosi
Try accessing it using this link. it should work: www.indextest.com/test1.html I think you're missing a index.html in your document root. Bye, F On 06/05/2014 05:05 PM, Luigi Cirillo wrote: Hi, I have apache config problems: # Forbidden You don't have permission to access / on this

[users] Apache2 Trying to retrieve at least an index but Forbidden

2014-06-05 Thread Luigi Cirillo
Hi, I have apache config problems: # Forbidden You don't have permission to access / on this server. # I have apache on a virtual machine debian Wheezy on my laptop. I wrote this virtualhost file: # ServerName indextest.com DocumentRoot /

Re: [users] question about mod_qos

2014-06-05 Thread Jeff Trawick
On Thu, Jun 5, 2014 at 10:01 AM, absolutely_f...@libero.it < absolutely_f...@libero.it> wrote: > Hi, > > is there a way to manage separately inbound and outbound connections with > mod_qos? > I need to "bypass" every limit for specific outbound traffic which starts > from > my server. > > I'm usin

[users] question about mod_qos

2014-06-05 Thread absolutely_f...@libero.it
Hi, is there a way to manage separately inbound and outbound connections with mod_qos? I need to "bypass" every limit for specific outbound traffic which starts from my server. I'm using Apache 2.2 Thank you very much. - To u