Re: Can not get access to local www

2000-02-15 Thread Glen Lee Edwards
;Connection closed by foreign host. >> >>- Original Message - >>From: Carl Karsten <[EMAIL PROTECTED]> >>To: <[EMAIL PROTECTED]> >>Sent: Monday, February 14, 2000 4:27 PM >>Subject: Re: Can not get access to local www >> >> >&g

Re: Can not get access to local www

2000-02-15 Thread Danny
EMAIL PROTECTED]> >Sent: Monday, February 14, 2000 4:27 PM >Subject: Re: Can not get access to local www > > >> bunch of things: >> >> 1. it doesn't matter who you are logged in as. the web server daemon >> (httpd) takes requests from anyone, and acc

Re: Can not get access to local www

2000-02-14 Thread Robert D. Williams
On Mon, 14 Feb 2000, Glen Lee Edwards wrote: > Robert, > > I had the same trouble on 6.1. After days of working with it and > corresponding with others on the subject I finally removed the Apache rpm > and installed the one from my 5.2 cd. Problem solved. > > Glen > Thank you many times! I rem

Re: Can not get access to local www

2000-02-14 Thread Glen Lee Edwards
Robert, I had the same trouble on 6.1. After days of working with it and corresponding with others on the subject I finally removed the Apache rpm and installed the one from my 5.2 cd. Problem solved. Glen On Mon, 14 Feb 2000, Robert D. Williams wrote: > > >Using Netscape I get (http://loc

Re: Can not get access to local www

2000-02-14 Thread Robert D. Williams
On Mon, 14 Feb 2000, Carl Karsten wrote: > The error you are getting is from httpd, so it is runing, listining, > hearing, and responding. it just won't do what you want it to. > > make sure that /etc/httpd/conf/httpd.conf has: > DocumentRoot /home/httpd/html > I checked and it is in there. It

Re: Can not get access to local www

2000-02-14 Thread Carl Karsten
The error you are getting is from httpd, so it is runing, listining, hearing, and responding. it just won't do what you want it to. make sure that /etc/httpd/conf/httpd.conf has: DocumentRoot /home/httpd/html > > > I tried your previous suggestion and the directories all had a+x on them > alr

Re: Can not get access to local www

2000-02-14 Thread Duncan Hill
On Mon, 14 Feb 2000, Robert D. Williams wrote: > now I need to set up a web server and I can't. Off hand does > inetd handle port 80 calls? I looked in my inetd.conf file and no > httpd is found. I am grasping at straws now... Port 80 is usually handled by a standalone Apache server on RedHat

Re: Can not get access to local www

2000-02-14 Thread Robert D. Williams
On Mon, 14 Feb 2000, Carl Karsten wrote: > I was so close! > > $ telnet localhost 80 > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > GET / > (httpd returns the html code for the page) > > Connection closed by foreign host. > I tried your previous suggestion and the

Re: Can not get access to local www

2000-02-14 Thread Carl Karsten
IL PROTECTED]> Sent: Monday, February 14, 2000 4:27 PM Subject: Re: Can not get access to local www > bunch of things: > > 1. it doesn't matter who you are logged in as. the web server daemon > (httpd) takes requests from anyone, and accesses your file system as user > nobody

Re: Can not get access to local www

2000-02-14 Thread Carl Karsten
bunch of things: 1. it doesn't matter who you are logged in as. the web server daemon (httpd) takes requests from anyone, and accesses your file system as user nobody. (I think, can someone clarify this?) The 'packets' that it receives do not include who you are. 2. in order for httpd to read t