Re: Getting User and Group from custom httpd.conf

2003-12-17 Thread William McKee
On Tue, Dec 16, 2003 at 02:43:20PM -0800, Stas Bekman wrote: I think that whatever logic we adopt for inheriting User and Group directives, someone will get bitten by it not doing the right thing, as they may not have their global httpd.conf set right. I agree. Suggestion #1: set

Re: Getting User and Group from custom httpd.conf

2003-12-17 Thread Stas Bekman
William McKee wrote: [...] Suggestion #2: Don't build/test as root. This is a bad practice. Build/test as a normal user and only 'su'/'sudo' when running 'make install'. Yeah I agree with the sentiment and usu. do this when installing software manually, but how does one install via CPAN shell?