403 Forbidden on clean install 1.0.3-1 - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: 403 Forbidden on clean install 1.0.3-1 (/thread-9528.html) |
403 Forbidden on clean install 1.0.3-1 - Eminos - 02-06-2010 10:50 PM Hello, I just made a clean install of 1.0.3-1 (on Debian 5 Lenny), but I get a 403 Forbidden error when trying to access a domain site. The ispcp control panel is working fine (admin.domain.com) but the same domain site (http://www.domain.com) and other domain sites are giving the 403 error. I tried both fcgid and fastcgi. What might be wrong? Thanks. /E RE: 403 Forbidden on clean install 1.0.3-1 - Eminos - 02-06-2010 11:51 PM I get this in the apache2 error log: [Sat Feb 06 14:45:16 2010] [crit] [client 83.251.111.111] (13)Permission denied: /var/www/virtual/domain.com/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable That .htaccess file doesn't exist (and shouldn't as far as I know), and thre is no difference if I create it. Solved. I had the wrong group owner for /domain.com/, should be www-data. |