RE: [EMAIL PROTECTED] .htpasswd permissions problem?

2005-08-20 Thread Jody Cleveland
> You should turn it off until you have the time to learn about it and > configure it properly. That is almost certainly what is giving you > the permission-denied problem. I did a little more research on this this morning. The password file needs permissions of 644, and the password file needs

RE: [EMAIL PROTECTED] .htpasswd permissions problem?

2005-08-20 Thread Jody Cleveland
> Ok. Now you need to give us a few more details. > > Are you using SELinux? Yes. This is the first time I've used it. Should I leave it on, or just turn it off? > What auth modules do you have in use? LoadModule auth_module modules/mod_auth.so LoadModule auth_anon_module modules/mod_auth_ano

RE: [EMAIL PROTECTED] .htpasswd permissions problem?

2005-08-19 Thread Jody Cleveland
> You need to check /home, /home/user, /home/user/test, etc. All the > directories in the path must be searchable. I have the .htpasswd file in this directory: /passwords Permissions: drwxr-xr-x2 apache apache 4096 Aug 19 12:02 passwords Permissions of the file: -rwxr-xr-x 1 apache apach

RE: [EMAIL PROTECTED] .htpasswd permissions problem?

2005-08-19 Thread Jody Cleveland
> On 8/19/05, Jody Cleveland <[EMAIL PROTECTED]> wrote: > > > > require valid-user > > > > DON'T USE ! Ok. Changed it to just be Require valid-user > Check the permissions on all parent directories to make sure they are > at least searchable (c

[EMAIL PROTECTED] .htpasswd permissions problem?

2005-08-19 Thread Jody Cleveland
tried chmod'ing both files to 777 and it didn't work. -- Jody Cleveland Computer Support Specialist [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/use

RE: [EMAIL PROTECTED] Warning: DocumentRoot does not exist

2005-08-16 Thread Jody Cleveland
> Any idea what the problem was? Only thing I can figure was a permissions problem. Originally, I copied the directory from one server to another. I checked the permissions, and they seemed fine. But, just for grins, I deleted the directory, created it from scratch, and then it worked. I just copi

[EMAIL PROTECTED] Sites not displaying php files, or following symlinks

2005-08-16 Thread Jody Cleveland
go to the site: Forbidden You don't have permission to access / on this server. Any ideas why this is happening? Is this a question better suited to the php list? -- Jody Cleveland Computer Support Specialist [EMAIL PROTECTED] ---

RE: [EMAIL PROTECTED] Warning: DocumentRoot does not exist

2005-08-16 Thread Jody Cleveland
Ok, I solved it: > I'm running Redhat 4.0 AS server, and I'm trying to get apache running > on it. > > When I try to run service httpd start, I get this error: > # service httpd start > Starting httpd: Warning: DocumentRoot [/var/www/html/wals] does not > exist >

RE: [EMAIL PROTECTED] Warning: DocumentRoot does not exist

2005-08-16 Thread Jody Cleveland
> Just a suggestion on my part but perhaps doing a apachectl > configtest would yield more information. Syntax OK - jody - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org

RE: [EMAIL PROTECTED] Warning: DocumentRoot does not exist

2005-08-16 Thread Jody Cleveland
> Are you trying to start it as root (required for ports like 80 & 443)? Yes, I am. > I would search for 443 in your {server}/conf/httpd.conf file. > See what you need to comment out. I search for 443, and there are 0 results. > You probably have indexing turned off & also don't have an index

[EMAIL PROTECTED] Warning: DocumentRoot does not exist

2005-08-16 Thread Jody Cleveland
at would be on there? I tried searching the apache site, and can't seem to find the answers. Also, If I try to go to the site, www.wals.lib.wi.us, I get this: Forbidden You don't have permission to access / on this server. Which is mirrored in the error log for that site. Any ide