Current time: 11-24-2024, 02:03 AM Hello There, Guest! (LoginRegister)


Post Reply 
[Fixed] RC6 -> 1.0 Funciono! pero... No tengo acceso al panel, ni a los correos
Author Message
Quemeros Offline
Junior Member
*

Posts: 86
Joined: Nov 2007
Reputation: 0
Post: #5
RE: RC6 -> 1.0 Funciono! pero... No tengo acceso al panel, ni a los correos
/var/www/ispcp/ ls -la
Code:
...
dr-xr-xr-x 12 vu2000 www-data 4096 mar 17 00:19 gui
...

/var/www/ispcp/gui/ ls -la
Code:
dr-xr-xr-x  2 vu2000 www-data 4096 mar 17 00:14 admin
dr-xr-xr-x  2 vu2000 www-data 4096 mar 16 22:23 client
dr-xr-xr-x  3 vu2000 www-data 4096 jun 19  2008 domain_default_page
dr-xr-xr-x  3 vu2000 www-data 4096 may 29  2008 errordocs
-r--r--r--  1 vu2000 www-data 1886 mar 16 22:24 favicon.ico
-r--r--r--  1 vu2000 www-data 1009 mar 16 22:24 imagecode.php
dr-xr-xr-x  4 vu2000 www-data 4096 mar 16 22:24 include
-r--r--r--  1 vu2000 www-data 3233 mar 16 22:23 index.php
-r--r--r--  1 vu2000 www-data 4566 mar 16 22:24 lostpassword.php
dr-xr-xr-x  2 vu2000 www-data 4096 mar 16 22:24 orderpanel
drwxr-xr-x  2 vu2000 www-data 4096 mar 16 23:00 phptmp
dr-xr-xr-x  2 vu2000 www-data 4096 mar 16 22:24 reseller
-r--r--r--  1 vu2000 www-data   25 mar 16 22:24 robots.txt
dr-xr-xr-x  4 vu2000 www-data 4096 mar 16 22:23 themes
dr-xr-xr-x  5 vu2000 www-data 4096 may 29  2008 tools

EDIT
ENCONTRE LA SOLUCION! Big Grin Big Grin Big Grin

Faltaba el ifmodule mod_fcgid.c en el master.conf
Solo agrege las lineas justamente del fcgid como me habias dicho, el que actualmente usa ispCP, en /etc/apache2/sites-available/00_master.conf
Code:
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>
Muchas gracias! Kurgans Wink!
(This post was last modified: 03-18-2009 04:03 AM by Quemeros.)
03-18-2009 01:30 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: RC6 -> 1.0 Funciono! pero... No tengo acceso al panel, ni a los correos - Quemeros - 03-18-2009 01:30 AM

Forum Jump:


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