RE: [PHP] newbie: apache prob...

2002-10-28 Thread Peter Houchin
check your permissions on htdocs etc and also that u haven't blocked ya self outta there in the httpd.conf > -Original Message- > From: John Nichel [mailto:jnichel@;by-tor.com] > Sent: Tuesday, 29 October 2002 8:09 AM > To: Mr. BuNgL3 > Cc: [EMAIL PROTECTED] > Su

Re: [PHP] newbie: apache prob...

2002-10-28 Thread John Nichel
Even though this should go to an apache list Do you have an "index.html" (or .php or whatever you have it set to reconize in the httpd.conf) file in the document root directory? Mr. BuNgL3 wrote: Hi... I have a little problem... when i do //localhost/ on the browser i don't get nothing it gi

Re: [PHP] newbie: apache prob...

2002-10-28 Thread Jonathan Sharp
Check what user apache is running under (usually nobody) in which case you have to give it world read access (chmod 0755) or make apache run under that user. (second method is perferred). I'm assuming you're running linux. -js Mr. BuNgL3 wrote: Hi... I have a little problem... when i do //loc