(04-27-2009 01:34 AM)kurgans Wrote: Primero tienes que resolver tu nombre de tu servidor.
Lo tienes que hacer en el archivo /etc/hosts
Segundo la configuracion de proftpd no es correcta
http://www.isp-control.net/ispcp/browser...oftpd.conf
Descomenta la linea de include de los modulos sql y configura los datos de conexion a mysql segun los hayas puesto en la instalacion del panel.
# ispCP SQL Managment
162 SQLBackend mysql
163 SQLAuthTypes Crypt
164 SQLAuthenticate on
165 SQLConnectInfo {DATABASE_NAME}@{DATABASE_HOST} {DATABASE_USER} {DATABASE_PASS} -- ispcp@localhost vftp tupassword
166 SQLUserInfo ftp_users userid passwd uid gid homedir shell
167 SQLGroupInfo ftp_group groupname gid members
168 SQLMinUserUID {FTPD_MIN_UID} --Cambiar por 2000
169 SQLMinUserGID {FTPD_MIN_GID} -- Cambiar por 2000
Me dice esto:
Quote:/etc/init.d/proftpd restart
Stopping ftp server: proftpd.
Starting ftp server: proftpd - warning: the DisplayFirstChdir directive is deprecated and will be removed in a future release. Please use the DisplayChdir directive.
- Fatal: unknown configuration directive 'SQLBackend' on line 163 of '/etc/proftpd/proftpd.conf'
En el instalador puse estos datos, mostrame como los acomodarias en proftpd.conf porfavor:
Quote: Please enter a fully qualified hostname. [pruebaserver]: servidordeprueba.noip.org
Please enter system network address. [192.168.1.105]:
Please enter the domain name where ispCP OMEGA will run on [admin.servidordeprueba.no-ip.org]:
Please enter SQL server host. [localhost]:
Please enter system SQL database. [ispcp]:
Please enter system SQL user. [root]:
Please enter system SQL password. [none]:pass123
Please repeat system SQL password:pass123
Please enter ispCP ftp SQL user. [vftp]:
Please enter ispCP ftp SQL user password. [auto generate]:pass123
Please repeat ispCP ftp SQL user password:pass123
Please enter ispCP phpMyAdmin Control user. [pma]:
Please enter ispCP phpMyAdmin Control user password. [auto generate]:pass123
Please repeat ispCP phpMyAdmin Control user password:pass123
Please enter administrator login name. [admin]:
Please enter administrator password:pass123
Please repeat administrator password:pass123
Please enter administrator e-mail address: prueba@live.com.ar
IP of Secondary DNS. (optional) []:
Use MySQL Prefix.
Possible values: [i]nfront, [b]ehind, [n]one. [none]:
FastCGI Version: [f]cgid or fast[c]gi. [fcgid]:
Activate AWStats. [no]:
Muchas Gracias de antemano