[EMAIL PROTECTED] Require file-group / file-owner

2007-08-05 Thread Brian C. Hill
Is there any way to get these in 2.0 besides using the ldap auth module? I am using the RHEL 4 rpm. I don't want compile 2.2 if at all possible. Brian - The official User-To-User support forum of the Apache HTTP Server Pr

Re: [EMAIL PROTECTED] User Authentication through Proxy Errors [SOLVED]

2005-12-03 Thread Brian C
I looked again at the newwebsite.conf file and saw that somehow I had left off the trailing slash. Everything seems to work now. Thanks. Boyle Owen wrote: -Original Message- From: Brian C [mailto:[EMAIL PROTECTED] Reason: DNS lookup failure for: 192.168.0.9dirname

[EMAIL PROTECTED] User Authentication through Proxy Errors

2005-12-01 Thread Brian C
Hi, With prior help from the list I set up Apache 2.0.53 on SUSE (call it oldserver) to proxy requests through to another Apache server on my network (running 1.3.33 on Debian, call it newserver). The relevant part of the oldserver's config looks like: ServerName www.newwe

Re: [EMAIL PROTECTED] newbie - how to start apache server

2005-11-29 Thread Brian C
Hi, Senthil Nathan wrote: hi, im a newbie to apache. how do i start the apache server. i see there is no process running for httpd.conf How you start Apache will depend on what OS you are running. On Debian systems you would do: /etc/init.d/apache start and ps -e|grep apache would indicat

Re: [EMAIL PROTECTED] Virtual Hosts behind Firewall Router

2005-11-24 Thread Brian C
thoughts on how to fix this? Brian Boyle Owen wrote: -----Original Message- From: Brian C [mailto:[EMAIL PROTECTED] Sent: Montag, 21. November 2005 20:13 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Virtual Hosts behind Firewall Router Hi, My network looks like this: [Interne

[EMAIL PROTECTED] Virtual Hosts behind Firewall Router

2005-11-21 Thread Brian C
Hi, My network looks like this: [Internet] | [Static IP:64.x.x.x] | [router/firewall:192.168.0.1] [port 80 traffic]___[port 53 traffic]___[??nothing yet??] __||__|_ [main srvr:192.168.0.5|DNS srvr:192.168.0.6|NEW srvr:192.168.0.9] The