Re: Apache setup help [SOLVED]

2003-08-29 Thread Tom Condon
On Wednesday 27 August 2003 19:13, Kurt Wall carved in granite: > > Options Indexes FollowSymLinks MultiViews > AllowOverride None > Order allow,deny > Allow from all > > > Do be sure to restart Apache. Also have a look at the > server logs. Thanks, Kurt, Tim and all the others

Re: Apache setup help

2003-08-28 Thread Kurt Wall
Quoth Tom Condon: > On Tuesday 26 August 2003 17:45, Kurt Wall carved in granite: > > This hardly seems sufficient. This is one situation where > > using the sample httpd.conf file will help you. It seems > > long, but it's mostly comments. Entries I change > > > > ServerAdmin > > ServerName > > Cu

Re: Apache setup help

2003-08-27 Thread Tim Wunder
On 8/27/2003 1:45 AM, someone claiming to be Tom Condon wrote: On Wednesday 27 August 2003 05:27, Tim Wunder carved in granite: Permissions on the directories are 755 (drwxr-xr-x) and on all of the files are 544 (-rw-r--r--). Well, that's not the problem, then :-( Is there another conf file that

Re: Apache setup help

2003-08-27 Thread Tom Condon
On Wednesday 27 August 2003 05:27, Tim Wunder carved in granite: > > Permissions on the directories are 755 (drwxr-xr-x) and > > on all of the files are 544 (-rw-r--r--). > > Well, that's not the problem, then :-( > Is there another conf file that Apache may be looking at, > possibly in /etc/httpd

Re: Apache setup help

2003-08-27 Thread Tim Wunder
On 8/27/2003 1:12 AM, someone claiming to be Tom Condon wrote: On Wednesday 27 August 2003 04:29, Tim Wunder carved in granite: What are the permissions on the directory: web/site.burps/htdocs and the file: web/site.burps/htdocs/BURPS.html Permissions on the directories are 755 (drwxr-xr-x) and

Re: Apache setup help

2003-08-27 Thread Tom Condon
On Wednesday 27 August 2003 04:29, Tim Wunder carved in granite: > What are the permissions on the directory: > web/site.burps/htdocs > and the file: > web/site.burps/htdocs/BURPS.html Permissions on the directories are 755 (drwxr-xr-x) and on all of the files are 544 (-rw-r--r--). In Harmony'

Re: Apache setup help

2003-08-27 Thread Tim Wunder
On Tuesday 26 August 2003 5:54 pm, someone claiming to be Tom Condon wrote: > > Thanks. The syntax is OK according to apachectl. I set: > ServerName spyder.condonia.org > User webuser > Group webgroup > DocumentRoot /web/site.burps/htdocs > > This URL contains the same HTML code that I'm working

Re: Apache setup help

2003-08-27 Thread Tom Condon
On Tuesday 26 August 2003 17:45, Kurt Wall carved in granite: > This hardly seems sufficient. This is one situation where > using the sample httpd.conf file will help you. It seems > long, but it's mostly comments. Entries I change > > ServerAdmin > ServerName > CustomLog > User > Group > DocumentR

Re: Apache setup help

2003-08-27 Thread Kurt Wall
Quoth Condon Thomas A KPWA: > > Folks, > > I'm trying to set up an Apache server to host my own web pages. I'm running > it on a Gentoo system with a Celleron processor. It is networked to my home > net and I'm accessing it from the SuSE 8.0 desktop I use to access the web > normally. > > I'm

Re: Apache setup help

2003-08-27 Thread ronnie gauthier
te the following Re: RE: Apache setup help >James McDonald wrote: >> sheesh ummm not real sure but here is my httpd.conf > >Thanks. This is a bit more info than I needed. Apache comes with a sample >.conf file that looks a lot like this one. It is complicated enough, >though, tha

Re: Apache setup help

2003-08-27 Thread Joel Hammer
Just how are you serving up this document to your browser? Is Apache actually doing it? Have you put a file named index.html into the root directory? What is your root directory? Is your document valid html? Joel On Tue, Aug 26, 2003 at 03:49:44PM -0700, Condon Thomas A KPWA wrote: > James McDona

RE: Apache setup help

2003-08-26 Thread Condon Thomas A KPWA
James McDonald wrote: > sheesh ummm not real sure but here is my httpd.conf Thanks. This is a bit more info than I needed. Apache comes with a sample .conf file that looks a lot like this one. It is complicated enough, though, that I'd be better off reading the book first so I'll understand the

Re: Apache setup help

2003-08-26 Thread James McDonald
sheesh ummm not real sure but here is my httpd.conf > Folks, > > I'm trying to set up an Apache server to host my own web pages. I'm running it on a Gentoo system with a Celleron processor. It is > networked to my home net and I'm accessing it from the SuSE 8.0 desktop I use to access the web n

Apache setup help

2003-08-26 Thread Condon Thomas A KPWA
Folks, I'm trying to set up an Apache server to host my own web pages. I'm running it on a Gentoo system with a Celleron processor. It is networked to my home net and I'm accessing it from the SuSE 8.0 desktop I use to access the web normally. I'm trying to follow the O'Reilly "Apache: The Def