Ticket #1218 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

Fedora config

Reported by: silicio Assigned to:
Priority: major Milestone: ispCP ω 1.0.0 - RC5
Component: Backend (Engine) Version: ispCP ω 1.0.0 - RC4
Severity: Don't know Keywords:
Cc:

Description

Add line in apache section

APACHE_CUSTOM_SITES_CONFIG_DIR = /etc/httpd/vhosts

Service manager - modification all the lines

.../etc/init.d/

in

.../etc/rc.d/init.d/

Virtual traffic manager section - modification the line

FTP_TRAFF_LOG = /proftpd/ftp_traff.log

MAIL_TRAFF_LOG = maillog

Awstats section

AWSTATS_CACHE_DIR = /var/lib/awstats

AWSTATS_CONFIG_DIR = /etc/awstats

AWSTATS_ENGINE_DIR = /usr/share/awstats

AWSTATS_WEB_DIR = /usr/share/awstats/wwwroot/cgi-bin

AWSTATS_ROOT_DIR = /usr/share/awstats/wwwroot

After the installation of ispcp (make - f Makefile.fedora install | cp - Rvuf /tmp/ispcp/*/) fixing with

cp -Rv /tmp/ispcp/etc/init.d /etc/rc.d/

ln -s /etc/rc.d/init.d /etc/init.d

mkdir /var/mail/virtual

mv /var/named/data /var/named/data2

ln -s /var/named/chroot/var/named/data /var/named/data

mkdir /var/www/scoreboards

-- Courier User database --

touch /etc/sasldb2

mkdir -p /var/spool/postfix/etc

mkdir -p /var/spool/virtual

cp /etc/sasldb2 /var/spool/postfix/etc/sasldb2

-- Fixing permissons --

chmod 777 /var/www/ispcp/gui/phptmp

chown apache:apache /var/www/ispcp/gui/tools/webmail/data

Attachments

Change History

04/27/08 13:53:47 changed by silicio

Choose Dir work with this modification (file /var/www/ispcp/gui/include/vfs.php)

// 'localhost' for testing purposes. I have to study if a better // $this->_domain would work on all situations

//this->_handle = @ftp_ssl_connect('localhost');

//if (!is_resource($this->_handle)) {

$this->_handle = @ftp_connect('localhost'); if (!is_resource($this->_handle)) {

$this->close(); return false;

}

//}

In proftpd.conf (version 1.31) add this lines

<IfModule? mod_dso.c>

LoadModule? mod_sql.c

LoadModule? mod_sql_mysql.c

LoadModule? mod_quotatab.c

LoadModule? mod_quotatab_file.c

LoadModule? mod_quotatab_sql.c

</IfModule>

04/27/08 14:35:03 changed by zothos

please provide a patch ;)

05/10/08 18:12:11 changed by rats

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone changed from Working to ispCP ω 1.0.0 - RC5.

changed in r1145


Add/Change #1218 (Fedora config)




Action