Re: [users@httpd] 403 error on Default Directory

2011-05-04 Thread Dick Gregor
dick gregor. PE Yehuda Katz wrote: On Fri, Apr 29, 2011 at 11:00 AM, J. Stephens mailto:onlineworkm...@gmail.com>> wrote: The solution to the problem was that I needed to add a to the vhost. I do not know why it would need the root directory, but as long as it is fixed then I do not car

Re: [users@httpd] 403 error on Default Directory

2011-05-04 Thread Dick Gregor
dick gregor. PE Yehuda Katz wrote: On Thu, Apr 28, 2011 at 1:53 PM, J. Stephens mailto:onlineworkm...@gmail.com>> wrote: error log says "[Thu Apr 28 13:50:57 2011] [error] [client 98.226.168.246] client denied by server configuration: /" my website is at /var/www/testing600.remcycle.net/<

Re: [users@httpd] 403 error on Default Directory

2011-05-04 Thread Dick Gregor
dick gregor. PE "J. Stephens" wrote: error log says "[Thu Apr 28 13:50:57 2011] [error] [client 98.226.168.246] client denied by server configuration: / " my website is at /var/www/testing600.remcycle.net/. Should it be saying that directory and not the root directory? On Apr 28, 2011, a

Re: [users@httpd] 403 error on Default Directory

2011-05-04 Thread Dick Gregor
dick gregor. PE Yehuda Katz wrote: On Thu, Apr 28, 2011 at 1:53 PM, J. Stephens mailto:onlineworkm...@gmail.com>> wrote: error log says "[Thu Apr 28 13:50:57 2011] [error] [client 98.226.168.246] client denied by server configuration: /" my website is at /var/www/testing600.remcycle.net/<

Re: [users@httpd] 403 error on Default Directory

2011-05-04 Thread Dick Gregor
dick gregor. PE "J. Stephens" wrote: I know I should add the root directory due to security, but I am getting this error. website error.log: Thu Mar 24 19:23:05 2011] [error] [client 98.226.168.246] client denied by server configuration: / I guess I need to be asking why it needs acce

Re: [users@httpd] 403 error on Default Directory

2011-05-01 Thread Eric Covener
Use the PT flag if you rewrite in vhost context and the substitution is a url instead of a filesystem path. Url2file is the default, but when the substance prefix doesn't exist it treats it as url2url. PT forces it On May 1, 2011 9:52 PM, "J. Stephens" wrote: > I think I found the real issue. > >

Re: [users@httpd] 403 error on Default Directory

2011-05-01 Thread J. Stephens
I think I found the real issue. In the vhosts it has RewriteEngine on RewriteCond %{HTTP_HOST} ^test.remcycle.net [NC] RewriteRule ^/(.*)$ /$1 RewriteCond %{HTTP_HOST} ^www.test.remcycle.net [NC] RewriteRule ^/(.*)$ /$1 After removing this and restarting the web

Re: [users@httpd] 403 error on Default Directory

2011-05-01 Thread Eric Covener
On Sun, May 1, 2011 at 5:13 PM, J. Stephens wrote: > I know I should add the root directory due to security, but I am getting > this error. > website error.log: > > Thu Mar 24 19:23:05 2011] [error] [client 98.226.168.246] client denied by > server configuration: / > > I guess I need to be asking

Re: [users@httpd] 403 error on Default Directory

2011-05-01 Thread J. Stephens
I know I should add the root directory due to security, but I am getting this error. website error.log: Thu Mar 24 19:23:05 2011] [error] [client 98.226.168.246] client denied by server configuration: / I guess I need to be asking why it needs access to the root of the computer and not just

Re: [users@httpd] 403 error on Default Directory

2011-04-30 Thread Yehuda Katz
On Fri, Apr 29, 2011 at 11:00 AM, J. Stephens wrote: > The solution to the problem was that I needed to add a to > the vhost. I do not know why it would need the root directory, but as long > as it is fixed then I do not care. Would this cause any security risks or is > it fine to add this direc

Re: [users@httpd] 403 error on Default Directory

2011-04-30 Thread J. Stephens
The solution to the problem was that I needed to add a to the vhost. I do not know why it would need the root directory, but as long as it is fixed then I do not care. Would this cause any security risks or is it fine to add this directory? BTW: Thank you for your responses it has helped a bu

Re: [users@httpd] 403 error on Default Directory

2011-04-28 Thread Yehuda Katz
On Thu, Apr 28, 2011 at 1:53 PM, J. Stephens wrote: > error log says "[Thu Apr 28 13:50:57 2011] [error] [client 98.226.168.246] > client denied by server configuration: /" > my website is at /var/www/testing600.remcycle.net/. Should it be saying > that directory and not the root directory? > > On

Re: [users@httpd] 403 error on Default Directory

2011-04-28 Thread J. Stephens
error log says "[Thu Apr 28 13:50:57 2011] [error] [client 98.226.168.246] client denied by server configuration: / " my website is at /var/www/testing600.remcycle.net/. Should it be saying that directory and not the root directory? On Apr 28, 2011, at 10:40 AM, Yehuda Katz wrote: > On Thu, Ap

Re: [users@httpd] 403 error on Default Directory

2011-04-28 Thread Yehuda Katz
On Thu, Apr 28, 2011 at 10:37 AM, J. Stephens wrote: > I am getting 403 errors when I add a new vhost. at testing601.remcycle.netI > get 403, but at > testing601.remcycle.net/index.html it works. What are the possible causes > of this 403 error? > Check the error log.

[users@httpd] 403 error on Default Directory

2011-04-28 Thread J. Stephens
I am getting 403 errors when I add a new vhost. at testing601.remcycle.net I get 403, but at testing601.remcycle.net/index.html it works. What are the possible causes of this 403 error? This server is running under Debian Squeeze Troubleshoot already done: 1.The directory is chmoded at 710 an