Current time: 11-26-2024, 12:33 AM Hello There, Guest! (LoginRegister)


Post Reply 
[Fixed] RC6 -> 1.0 work, but... Panel acces give 403
Author Message
Quemeros Offline
Junior Member
*

Posts: 86
Joined: Nov 2007
Reputation: 0
Post: #3
RE: RC6 -> 1.0 work, but... Panel acces give 403
I found the solution...Big GrinBig GrinBig Grin

i only add the mod_fcgid that now use ispCP for default in /etc/apache2/sites-available/00_master.conf
Code:
<IfModule mod_fcgid.c>
        <Directory /var/www/ispcp/gui>
            FCGIWrapper /var/www/fcgi/master/php5-fcgi-starter .php
            Options +ExecCGI
        </Directory>
        <Directory "/var/www/fcgi/master">
            AllowOverride None
            Options +ExecCGI MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>

Thanks KurgansWink!
(This post was last modified: 03-18-2009 03:58 AM by Quemeros.)
03-18-2009 03:55 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: RC6 -> 1.0 work, but... Panel acces give 403 - Quemeros - 03-18-2009 03:55 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)