Re: [EMAIL PROTECTED] Apache 2.0 running but http://localhost won't work.

2006-01-27 Thread java_nutt
You also need to make sure you have some kind of index.htm(l) file in your DocumentRoot folder. Apache can't serve you a page if there isn't one to serve. I only bring this up because you didn't specify. James - The official

RE: [EMAIL PROTECTED] problem hosting a webpage in apache(asap)..

2006-01-27 Thread java_nutt
"Axel-Stéphane SMORGRAV" <[EMAIL PROTECTED]> wrote: > Hey guys, wake up! > > Where do you think Mohan got the HTTP 404 from??? Well, I'm a complete n00b, so there's my excuse. Not sure about everyone else, though. ;-) James -

Re: [EMAIL PROTECTED] problem hosting a webpage in apache(asap)..

2006-01-26 Thread java_nutt
As far as I know, port 80 is the default in httpd.conf, so unless he changed it at some point, I don't think the port number is the issue. I'm sorry, I don't have more to tell you. I'm beginning Apache myself, and I've exhausted about all I know. James gayatri sekhar <[EMAIL PROTECTED]>

Re: [EMAIL PROTECTED] problem hosting a webpage in apache(asap)..

2006-01-26 Thread java_nutt
If the apache server is running on the same machine you are trying to access it from, using localhost should do the trick. Have you confirmed that the httpd process is running? Some system information would be helpful as well. James P.S. To find out where to put your files, check your httpd.

RE: [EMAIL PROTECTED] Multiple httpd instances on startup? (OS X)

2006-01-26 Thread java_nutt
I understand perfectly now, thank you so much. Now that I understand, let me ask a follow-up question. Since I will not be using this installation of Apache for anything other than learning, should I set StartServers at 1 since I will only need 1 open connection? I can guarantee I won't be ne

RE: [EMAIL PROTECTED] Multiple httpd instances on startup? (OS X)

2006-01-26 Thread java_nutt
"Axel-Stéphane SMORGRAV" <[EMAIL PROTECTED]> wrote: > What do you mean by "instances"?? > > Do you mean that there are 5 httpd processes? Sorry, forgot to answer this one. Yes, I mean there are five separate httpd processes running. --

RE: [EMAIL PROTECTED] Multiple httpd instances on startup? (OS X)

2006-01-26 Thread java_nutt
"Axel-Stéphane SMORGRAV" <[EMAIL PROTECTED]> wrote: > What do you mean by "instances"?? > > Do you mean that there are 5 httpd processes? > > Could you list the output of "httpd -l" and the value of your StartServers > configuration parameter? > > -ascs hugo:~ james$ httpd -l Compiled-i

[EMAIL PROTECTED] Multiple httpd instances on startup? (OS X)

2006-01-26 Thread java_nutt
Okay, so I was able to compile and install Apache 2.2.0 on my system as recommended by other users here, and everything went okay until I tried to start it. I then got the following error messages: (13)Permission denied: make_sock: could not bind to address [::]:80 (13)Permission denied: make_s

[EMAIL PROTECTED] Uninstalling Apache on OS X

2006-01-22 Thread java_nutt
Greetings to all! My name is James and I am new to this list. I'm working on learning Apache, HTTP, and all that jazz. I have an Apple Powerbook running OS X 10.4.4, and I would like to know if it is safe and/or possible to uninstall Apache. Reason being, I learn best by starting at the begi