ispCP - Board - Support
creating working image - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: General discussion (/forum-11.html)
+--- Thread: creating working image (/thread-5366.html)



creating working image - Serpiente - 01-07-2009 12:37 AM

hello,

im creating a debian 4.0 image with ispcp for easy install. things i need to know:

storage location of following passwords:

ispCP ftp sql user
ispCP phpmyadmin control user

storage locations / files with information about ip and alias

found so far:
admin pass, email in database
server ip, alias in database

also i will change the mysql root pw. is this also stored somewhere in the ispCP configs?


RE: creating working image - BeNe - 01-07-2009 01:13 AM

ispCP ftp sql user
/etc/proftpd/proftpd.conf
Code:
SQLConnectInfo                  ispcp@localhost vftp PASSWORD


ispCP phpmyadmin control user
/var/www/ispcp/gui/tools/pma/config.inc.php
Code:
$cfg['Servers'][$i]['controlpass']              = 'PASSWORD';

ispCP Database Connect
/etc/ispcp/ispcp.conf
Code:
DATABASE_PASSWORD = PASSWORD

DATABASE_USER = root

Hope this helps!

Greez BeNe