Re: [users@httpd] LDAP Authentication

2012-12-02 Thread Igor Cicimov
On Mon, Dec 3, 2012 at 11:41 AM, Igor Cicimov wrote: > > On Mon, Dec 3, 2012 at 10:11 AM, Roman Gelfand wrote: > >> Here is my .htaccess file... >> >> AuthName "DSPAM Authentication" >> AuthType Basic >> AuthBasicProvider ldap >> AuthzLDAPAuthoritative on >> AuthLDAPURL "ldap://somehost:389/ou=Pe

Re: [users@httpd] LDAP Authentication

2012-12-02 Thread Igor Cicimov
On Mon, Dec 3, 2012 at 10:11 AM, Roman Gelfand wrote: > Here is my .htaccess file... > > AuthName "DSPAM Authentication" > AuthType Basic > AuthBasicProvider ldap > AuthzLDAPAuthoritative on > AuthLDAPURL "ldap://somehost:389/ou=People,dc=domain,dc=com"; > require valid-user > > It is able to ret

[users@httpd] possible interaction?

2012-12-02 Thread Craig Tussey
This is a shot in the dark question.   Something unexpected happened with 1 part of the application presented from my server.   I cannot explain it and have not been able to resolve it.   It happen after I went through an exercise in website performance improvement I'm an application person wor

Re: [users@httpd] new installation

2012-12-02 Thread Lester Caine
saeed ahmed wrote: i have installed last available apache on my windows xp and after i installed php and mysql.but it seems it does not work. do i have to change something before these programmes can listen each other? If you are new to all of this then http://www.wampserver.com/en/ is probably

Re: [users@httpd] new installation

2012-12-02 Thread Gautam Somani
These programs dont listen to each other. Apache will listen for web requests, and server php pages if u configure it to. As for mysql, its a database which will listen to queries which may come from your PHP app. Regards. On 2 December 2012 14:21, saeed ahmed wrote: > i have installed last a