RE: Apache server read permissions

2003-10-03 Thread James D. Parra
PROTECTED] ph (818) 558-1400 x112 fx (818) 558-3484 -Original Message- From: John Nichel [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 8:26 PM To: [EMAIL PROTECTED] Subject: Re: Apache server read permissions James D. Parra wrote: jp -No I am not. I want clients to have

RE: Apache server read permissions

2003-10-03 Thread David Hart
:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 8:26 PM To: [EMAIL PROTECTED] Subject: Re: Apache server read permissions James D. Parra wrote: jp -No I am not. I want clients to have read-only access. The directory and its contents have 'rw_r__r__' permissions. You do not need

Re: Apache server read permissions

2003-10-03 Thread John Nichel
James D. Parra wrote: snip NameVirtualHost 192.168.101.101 VirtualHost 192.168.101.101 DocumentRoot /var/www/html/ddd Look here ServerName www.domainname.com:80 You don't need the ':80' ServerAlias domainname.com ErrorLog /var/log/httpd/ddd_error_log TransferLog

Re: Apache server read permissions

2003-10-02 Thread Sasa Stupar
James D. Parra wrote: Hello, How do I set the directory/file permissions to 'read only' for website viewers? I am getting a, You don't have permission to access / on this server, error when I try to view this page. Thank you, James where is your root directory? this should be readable by user

Re: Apache server read permissions

2003-10-02 Thread Bret Hughes
On Thu, 2003-10-02 at 12:35, James D. Parra wrote: Hello, How do I set the directory/file permissions to 'read only' for website viewers? I am getting a, You don't have permission to access / on this server, error when I try to view this page. Thank you, What page? Either add an

RE: Apache server read permissions

2003-10-02 Thread James D. Parra
To: [EMAIL PROTECTED] Subject: Re: Apache server read permissions James D. Parra wrote: Hello, How do I set the directory/file permissions to 'read only' for website viewers? I am getting a, You don't have permission to access / on this server, error when I try to view this page. Thank you

RE: Apache server read permissions

2003-10-02 Thread James D. Parra
On Thu, 2003-10-02 at 12:35, James D. Parra wrote: Hello, How do I set the directory/file permissions to 'read only' for website viewers? I am getting a, You don't have permission to access / on this server, error when I try to view this page. Thank you, What page? The index.html

RE: Apache server read permissions

2003-10-02 Thread James D. Parra
] Sent: Thursday, October 02, 2003 10:49 AM To: [EMAIL PROTECTED] Subject: Re: Apache server read permissions On Thu, 2003-10-02 at 12:35, James D. Parra wrote: Hello, How do I set the directory/file permissions to 'read only' for website viewers? I am getting a, You don't have permission

RE: Apache server read permissions

2003-10-02 Thread Bret Hughes
On Thu, 2003-10-02 at 16:31, James D. Parra wrote: Okay, I am getting the below error from the 'virtual server'. I must be missing something from either in the global settings or the virtual settings. Any ideas on how to configure the virtual web server? Thank you, James anything inthe

RE: Apache server read permissions

2003-10-02 Thread James D. Parra
is the proper syntax so I can edit it manually? Again, many thanks. James -Original Message- From: Bret Hughes [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 2:48 PM To: [EMAIL PROTECTED] Subject: RE: Apache server read permissions On Thu, 2003-10-02 at 16:31, James D. Parra wrote

RE: Apache server read permissions

2003-10-02 Thread Bret Hughes
On Thu, 2003-10-02 at 17:53, James D. Parra wrote: Thanks, Bret. Output of access.log; 192.168.101.78 - - [02/Oct/2003:15:02:41 -0700] GET / HTTP/1.1 403 410 - Opera/7.20 (Windows NT 5.1; U) [en] Output of error.log; [Thu Oct 02 15:03:05 2003] [crit] [client 192.168.101.78]

RE: Apache server read permissions

2003-10-02 Thread James D. Parra
...And I see that answer is the '.htaccess' file is not readable. But there is NO .htaccess file in this directory. I am using Webmin to configure this site. Are you trying to restrict access to this dir? jp -No I am not. I want clients to have read-only access. The directory and its

Re: Apache server read permissions

2003-10-02 Thread John Nichel
James D. Parra wrote: jp -No I am not. I want clients to have read-only access. The directory and its contents have 'rw_r__r__' permissions. You do not need .htaccess to accomplish this. This will be handled by the user/group Apache is running as vs. the user/group ownership of the directory.