RE: [users@httpd] How can I ensure Apache HTTPD server works with OpenLDap installed on my computer?

2013-06-14 Thread Michael Furman
Thank you for your reply! I found that only standard Apache modules are in the distribution: rpm -ql httpd | grep ldap /usr/lib/httpd/modules/mod_auth_ldap.so /usr/lib/httpd/modules/mod_ldap.so Even nss-ldap for sure is not used by Apache, where it configured to use OpenLdap and not Novell LDAP

Re: [users@httpd] webservers not responding properly after hardware change

2013-06-14 Thread David Guerra
You are trying to ping an email address. You can't do that. Needs to be: ping ns2.normanfournier.com I can ping it just fine. However, the IP address you are saying it has and what it is is different. You can adjust your hosts file to point correctly if needed. On Fri, Jun 14, 2013 at 11:11

Re: [users@httpd] webservers not responding properly after hardware change

2013-06-14 Thread Ben Johnson
On 6/14/2013 11:11 AM, Norman Fournier wrote: > [mail:~] root# ping n...@normanfournier.com > ping: cannot resolve n...@normanfournier.com > : Unknown host Is it just me, or are you attempting to ping an *email address* (vs. an IP

Re: [users@httpd] webservers not responding properly after hardware change

2013-06-14 Thread Norman Fournier
On 2013-06-14, at 8:40 AM, David Guerra wrote: > What you're saying is that you can't connect to any of the servers behind the > router. > So NS1 is not able to communicate at all (ping or anything) to NS2. > > This seems to be a routing issue that you need to resolve at the router level. > >

Re: [users@httpd] webservers not responding properly after hardware change

2013-06-14 Thread David Guerra
What you're saying is that you can't connect to any of the servers behind the router. So NS1 is not able to communicate at all (ping or anything) to NS2. This seems to be a routing issue that you need to resolve at the router level. On Fri, Jun 14, 2013 at 1:44 AM, Norman Fournier wrote: > On