RC7 + ubuntu 8.04 + 403 forbidden when access anything, including control panel - 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: RC7 + ubuntu 8.04 + 403 forbidden when access anything, including control panel (/thread-5228.html) |
RC7 + ubuntu 8.04 + 403 forbidden when access anything, including control panel - pongraczi - 12-23-2008 04:02 AM Hi , I run into a problem after I installed RC7 into an updated ubuntu 8.04 openvz container. RC7 installed without serious problem (/dev/console access denied happend, but I did not see any relevant error), compared to my previous experiences with debian etch/lenny. After I installed successfully, I tried to login into the control panel using web interface. Unfortunately I got 403 Forbidden error page when I try to access to anything: http://admin.mysite.hu http://admin.mysite.hu/webmail http://admin.mysite.hu/ftp I did not find any useful notes in the logs. I disabled/enabled open_basedir, but this is not relevant to this behaviour. (apache restarted, of course). When I invoke the index.php as root using the php5-cgi from the server, Code: php5-cgi -f /var/www/ispcp/gui/index.php it runs normally and I get the normal page as html. This is a snippet from the response of the server: Code: ...... In the logs I only find this: Code: 91.82.140.116 - - [21/Dec/2008:18:35:29 +0000] "GET / HTTP/1.1" 403 1136 "-" "Mozilla/5.0 (X11; U; Linux i686; hu-HU; rv:1.9.0.5) Gecko/2008121815 Gentoo Firefox/3.0.5" Do you have any idea, what to do now? Where to find the problem? I know the standard answer: use debian 4.0, but this is not really good for me. That is why I tried Omega with several OSs: etch, lenny, gentoo, ubuntu. Thank you for your attention. Kind regards, István RE: RC7 + ubuntu 8.04 + 403 forbidden when access anything, including control panel - joximu - 12-23-2008 08:13 AM is there no error.log? RE: RC7 + ubuntu 8.04 + 403 forbidden when access anything, including control panel - pongraczi - 12-23-2008 06:17 PM (12-23-2008 08:13 AM)joximu Wrote: is there no error.log? The users/default-error.log seems normal, only the restart process logged. Code: [Sat Dec 20 20:25:07 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec) The apache2/error.log is: Code: [Sat Dec 20 13:02:17 2008] [notice] Apache/2.2.8 (Ubuntu) configured -- resuming normal operations Anyway, I have not suexec.log, even, suexec module is enabled. RE: RC7 + ubuntu 8.04 + 403 forbidden when access anything, including control panel - joximu - 12-23-2008 06:49 PM /var/log/apache2/users/admin.*-error.log RE: RC7 + ubuntu 8.04 + 403 forbidden when access anything, including control panel - pongraczi - 12-23-2008 06:57 PM (12-23-2008 06:49 PM)joximu Wrote: /var/log/apache2/users/admin.*-error.log Thank you for your help Unfortunately, there is no such a file. Code: root@omega:/var/log/apache2/users# pwd Is that possible, the installation process failed by some reasons? I only expected the /dev/console access denied message during the install process (ispcp-setup). RE: RC7 + ubuntu 8.04 + 403 forbidden when access anything, including control panel - joximu - 12-23-2008 07:43 PM I don't know the dev/console error... Hm - I don't know the new logging feature yet... But I have the impression, that your system is not configured correctly - at least not what I see when browsing to "admin.omega.mysite.hu" or /webmail /J RE: RC7 + ubuntu 8.04 + 403 forbidden when access anything, including control panel - pongraczi - 12-23-2008 08:52 PM Sure, I change the real name to an invalid one. But here is the correct path to the problematic site: http://admin.omega.startit.hu István RE: RC7 + ubuntu 8.04 + 403 forbidden when access anything, including control panel - pongraczi - 12-24-2008 07:10 AM Hi, Joximu helped me a lot and he discovered, with fastcgi it is working, but fcgid doesn't. Now I am upgrade my ubuntu 8.04 openvz template to 8.10 to test its "compatibility". Thank you Joximu! István RE: RC7 + ubuntu 8.04 + 403 forbidden when access anything, including control panel - pongraczi - 12-25-2008 08:39 AM 8.10 produced the same "problem". Interesting, but if I create a new domain under the virtual directory, using fastcgi and the control panel, it will work with fcgid too. Even, the control panel will not work with fcgid. Merry Christmas! István RE: RC7 + ubuntu 8.04 + 403 forbidden when access anything, including control panel - eugenesan - 12-27-2008 01:52 AM Hi, RC7 down't seems o be working here also, right after install finished. Tried: *) Several fresh machines. *) Ubuntu 8.10 and 8.04. *) Both flavors of fastcgi. *) Different flavors of apache. *) No error messages noticed during install There is always 403 or similar error. Got it working only once, when apache was installed manually before applying ISP-CP packages selection, but was not able to reconstruct it again :-( |