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

2013-06-13 Thread Norman Fournier
On 2013-06-13, at 11:28 PM, David Guerra wrote: > Your network config isn't anywhere close to normal. It makes no logical > sense. > > Aside from that if you replaced a network card then maybe your MAC address > changed and you need to reconfigure the router. > > On Thursday, June 13, 2013,

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

2013-06-13 Thread David Guerra
Your network config isn't anywhere close to normal. It makes no logical sense. Aside from that if you replaced a network card then maybe your MAC address changed and you need to reconfigure the router. On Thursday, June 13, 2013, Norman Fournier wrote: > > On 2013-06-13, at 4:13 PM, Norman Fourn

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

2013-06-13 Thread Norman Fournier
On 2013-06-13, at 4:13 PM, Norman Fournier wrote: > Hello, > > I have setup two webservers on my network, one connected directly to the ISP > with an ethernet card installed to bring it to the router where, it was give > an internal ip address and ports opened for ftp, smtp and pop. It is ns1.

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

2013-06-13 Thread Norman Fournier
Hello, I have setup two webservers on my network, one connected directly to the ISP with an ethernet card installed to bring it to the router where, it was give an internal ip address and ports opened for ftp, smtp and pop. It is ns1. ns2 is behind the router and handles http, dns and ssh. Mail

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

2013-06-13 Thread Igor Cicimov
Also nss-ldap is used for pam authentication i dont think apache can or would use that one. On 14/06/2013 7:44 AM, "Igor Cicimov" wrote: > You set that during compile time. If installed from distro package you > need to check the package it self or consult the distro docs about what has > been c

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

2013-06-13 Thread Igor Cicimov
You set that during compile time. If installed from distro package you need to check the package it self or consult the distro docs about what has been compiled inside. On 13/06/2013 11:55 PM, "Michael Furman" wrote: > Hi! > > I have the following modules installed on my linux computer: > > ope

[users@httpd] Reverse proxying and specific output filter chain manipulation

2013-06-13 Thread Thomas Eckert
In a simple reverse proxy setup, such as BalancerMember http://mydomain.org status=-SE ServerName secure.mydomain.local SSLProxyEngine On RequestHeader set X-Forwarded-Proto http ProxyPass balancer://cd107d9706d71153bafd4ab15f1c6b5d/ lbme

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

2013-06-13 Thread Michael Furman
Hi! I have the following modules installed on my linux computer: openldap-2.2.13-12.el4_8.2 nss_ldap-253-7.el4 According to the documentation Apache can work with more than one LDAP module: https://httpd.apache.org/docs/current/mod/mod_authnz_ldap.html How can I ensure Apache HTTPD server w

Re: [users@httpd] default linux apache password

2013-06-13 Thread Pete Houston
On Thu, Jun 13, 2013 at 01:37:33PM +0200, Rafnews wrote: > All files/folder that are under /publi_html should have apache as > user/group permissions. This statement is incorrect and is the cause of your problems. The httpd process owner should not be the owner of your users' files, it only requir

Re: [users@httpd] default linux apache password

2013-06-13 Thread Weedy
On 13/06/13 07:37 AM, Rafnews wrote: > So what is the default password for apache user account ? There isn't one. As root "passwd apache". But this is dumb don't do it. > I guess there is better solution as on webhosting servers, you do not > have apache user account, but a different one. > so ple

Re: [users@httpd] default linux apache password

2013-06-13 Thread Eric Covener
> i was thinking to perfom all actions (delte/move/edit...) in this > public_html directory under apache account, but as apache account was > installed automatically i do not have the password. Bad idea. Your webserver has no reason to write to the content it serves. You should own the content an

[users@httpd] default linux apache password

2013-06-13 Thread Rafnews
Hi, i have a web server running on fedora. This web server is only for applicatons testing purposes. when i installed apache 2.4 it automatically create a group and an user apache. All files/folder that are under /publi_html should have apache as user/group permissions. This webserver runs