Changeset 514 for trunk/configs

Show
Ignore:
Timestamp:
04/18/07 19:12:00 (2 years ago)
Author:
rats
Message:

- DISTS:

  • Fedora: updated files
  • Gentoo: updated files
  • SuSE 10.0: updated files
  • SuSE 9.3: updated files

- RELEASE ispCP ω Omega 1.0.0 RC1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configs/dists/fedora/cron.d/ispcp.phptemp

    r473 r514  
    55 
    66# Look for and purge old sessions every 30 minutes 
    7 09,39 *     * * *     root   /var/www/ispcp/engine/tools/ispcpphptemp.sh >/dev/null 2>&1 
     709,39 *     * * *     root   /srv/www/ispcp/engine/tools/ispcpphptemp.sh >/dev/null 2>&1 
  • trunk/configs/dists/fedora/logrotate/ispcp

    r473 r514  
    99        sharedscripts 
    1010        prerotate 
    11                 /var/www/ispcp/engine/traffic/ispcp-srv-traff &>/var/log/ispcp/ispcp-srv-traff.log 
     11                /srv/www/ispcp/engine/traffic/ispcp-srv-traff &>/var/log/ispcp/ispcp-srv-traff.log 
    1212        endscript 
    1313        postrotate 
  • trunk/configs/dists/gentoo/apache/Makefile

    r512 r514  
    1313        cp ./fastcgi.conf ./working/fastcgi.conf 
    1414        cp ./httpd.conf $(SYSTEM_CONF)/apache 
     15        cp ./00_master.conf $(SYSTEM_CONF)/apache 
    1516        cp -R ./backup $(SYSTEM_CONF)/apache 
    1617        cp -R ./parts $(SYSTEM_CONF)/apache 
  • trunk/configs/dists/gentoo/ispcp.conf

    r512 r514  
    309309USER_INITIAL_THEME = omega_original 
    310310 
    311 ISPCP_LICENSE = ispCP 1.0rc2 OMEGA<br />build: 2007-04-16<br />Priamos 
     311ISPCP_LICENSE = ispCP 1.0rc2 OMEGA<br />build: 2007-04-18<br />Priamos 
    312312 
    313313FTP_USERNAME_SEPARATOR = @ 
  • trunk/configs/dists/suse100/apache/Makefile

    r473 r514  
    1  
    2 ROOT_APACHE_CONF=$(ROOT_CONF)/apache2/vhosts.d 
     1ROOT_APACHE_CONF=$(ROOT_CONF)/httpd/conf.d 
    32 
    43export 
     
    109 
    1110        cp ./httpd.conf ./working/ispcp.conf 
    12  
     11        cp ./fastcgi.conf ./working/fastcgi.conf 
    1312        cp ./httpd.conf $(SYSTEM_CONF)/apache 
     13        cp ./00_master.conf $(SYSTEM_CONF)/apache 
    1414        cp -R ./backup $(SYSTEM_CONF)/apache 
    1515        cp -R ./parts $(SYSTEM_CONF)/apache 
    1616        cp -R ./working $(SYSTEM_CONF)/apache 
    1717 
    18         cp -R ./httpd.conf $(ROOT_APACHE_CONF)/ispcp.conf 
     18        cp -R ./httpd.conf $(ROOT_APACHE_CONF)/vhost.d/ispcp.conf 
     19        cp -R ./fastcgi.conf $(ROOT_APACHE_CONF)/modules.d/fastcgi.conf 
    1920 
    2021uninstall: 
     
    2223        rm -rf $(SYSTEM_CONF)/apache 
    2324        rm -rf $(ROOT_APACHE_CONF)/ispcp.conf 
    24  
  • trunk/configs/dists/suse100/apache/httpd.conf

    r473 r514  
    11# httpd Data BEGIN. 
     2 
     3# 
     4# wget-hack prevention 
     5# 
     6 
     7<IfModule mod_rewrite.c> 
     8    RewriteEngine on 
     9    RewriteCond %{HTTP_USER_AGENT} ^LWP::Simple 
     10    RewriteRule ^/.* http://%{REMOTE_ADDR}/ [L,E=nolog:1] 
     11</IfModule> 
    212 
    313# 
     
    818 
    919# 
    10 # GUI Location. 
     20# AWStats 
    1121# 
    1222 
    13 Alias /ispcp /srv/www/ispcp/gui 
    14 <Directory /srv/www/ispcp/gui> 
    15     AllowOverride none 
    16     Options MultiViews IncludesNoExec FollowSymLinks 
    17     ErrorDocument 404 /ispcp/errordocs/index.php 
    18     DirectoryIndex index.html index.php 
     23Alias /awstatsclasses "/srv/www/awstats/classes/" 
     24Alias /awstatscss "/srv/www/awstats/css/" 
     25Alias /awstatsicons "/srv/www/awstats/icon/" 
     26Alias /awstatsjs "/srv/www/awstats/js/" 
     27Alias /stats "/usr/lib/cgi-bin/awstats/" 
     28 
     29<Directory /usr/lib/cgi-bin/awstats> 
     30    AllowOverride AuthConfig 
     31    Options -Includes FollowSymLinks +ExecCGI MultiViews 
     32    AddHandler cgi-script cgi pl 
     33    DirectoryIndex awstats.pl 
     34    Order deny,allow 
    1935    Allow from all 
    2036</Directory> 
    2137 
    22 <Directory /srv/www/ispcp/gui/tools/filemanager> 
    23     php_flag register_globals On 
    24     php_admin_value open_basedir "/srv/www/ispcp/gui/tools/filemanager/:/tmp/:/usr/share/php/" 
    25 </Directory> 
    26  
    27 Alias /ispcp_images /srv/www/ispcp/gui/images 
    28 <Directory /srv/www/ispcp/gui/images> 
    29     AllowOverride none  
    30     Options MultiViews IncludesNoExec FollowSymLinks 
    31 </Directory> 
    32  
    3338# 
    34 # Default GUI. 
     39# Header End 
    3540# 
    36  
    37 <VirtualHost _default_:*>  
    38  
    39     DocumentRoot /srv/www/ispcp/gui 
    40  
    41     <Directory /srv/www/ispcp/gui> 
    42         Options Indexes Includes FollowSymLinks MultiViews 
    43         AllowOverride None 
    44         Order allow,deny 
    45         Allow from all 
    46     </Directory> 
    47  
    48 </VirtualHost> 
    4941 
    5042# httpd [{IP}] virtual host entry BEGIN. 
  • trunk/configs/dists/suse100/apache/parts/als_entry.tpl

    r473 r514  
    55    #Group {SUEXEC_GROUP} 
    66    # 
    7      
    8     # 
    9     #SuexecUserGroup {SUEXEC_USER} {SUEXEC_GROUP} 
    10     # 
     7 
     8    SuexecUserGroup {SUEXEC_USER} {SUEXEC_GROUP} 
    119 
    1210    ServerAdmin     root@{ALS_NAME} 
     
    3129    # httpd als entry redirect entry BEGIN. 
    3230    # httpd als entry redirect entry END. 
    33        
     31 
    3432    # httpd als entry cgi support BEGIN. 
    3533    # httpd als entry cgi support END. 
    3634 
    37     <Directory {GUI_ROOT_DIR}> 
    38         php_admin_value open_basedir "{GUI_ROOT_DIR}/:/etc/ispcp/:/proc/:{WWW_DIR}/:/tmp/:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" 
    39         php_admin_value session.save_path "/tmp/" 
    40     </Directory> 
     35    <IfModule mod_fastcgi.c> 
     36        ScriptAlias /php4/ {STARTER_DIR}/{DMN_NAME}/ 
     37        <Directory "{STARTER_DIR}/{DMN_NAME}"> 
     38            AllowOverride None 
     39            Options +ExecCGI -MultiViews -Indexes 
     40            Order allow,deny 
     41            Allow from all 
     42        </Directory> 
     43    </IfModule> 
     44 
     45    <IfModule mod_php.c> 
     46        <Directory {GUI_ROOT_DIR}> 
     47            php_admin_value open_basedir "{GUI_ROOT_DIR}/:/etc/ispcp/:/proc/:{WWW_DIR}/:/tmp/:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" 
     48            php_admin_value session.save_path "{GUI_ROOT_DIR}/phptmp/" 
     49        </Directory> 
     50    </IfModule> 
    4151 
    4252    # httpd als entry PHP2 support BEGIN. 
  • trunk/configs/dists/suse100/apache/parts/als_php2_entry.tpl

    r154 r514  
    1     php_admin_value open_basedir "{WWW_DIR}/{DMN_NAME}{MOUNT_POINT}:{WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/phptmp:{PEAR_DIR}" 
    2     php_admin_value upload_tmp_dir "{WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/phptmp" 
    3     php_admin_value session.save_path "{WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/phptmp" 
    4     php_admin_value sendmail_path '/usr/sbin/sendmail -f{SUEXEC_USER} -t -i' 
    5  
     1    <IfModule mod_php4.c> 
     2        php_admin_value open_basedir "{WWW_DIR}/{DMN_NAME}{MOUNT_POINT}:{WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/phptmp:{PEAR_DIR}" 
     3        php_admin_value upload_tmp_dir "{WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/phptmp" 
     4        php_admin_value session.save_path "{WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/phptmp" 
     5        php_admin_value sendmail_path '/usr/sbin/sendmail -f {SUEXEC_USER} -t -i' 
     6    </IfModule> 
  • trunk/configs/dists/suse100/apache/parts/als_php_entry.tpl

    r154 r514  
    1             php_admin_flag engine off 
     1            <IfModule mod_php4.c> 
     2                php_admin_flag engine off 
     3            </IfModule> 
  • trunk/configs/dists/suse100/apache/parts/dmn_entry.tpl

    r473 r514  
    11<VirtualHost {DMN_IP}:80> 
    2      
    3     # 
    4     #User {SUEXEC_USER} 
    5     #Group {SUEXEC_GROUP} 
    6     # 
    7      
    8     # 
    9     #SuexecUserGroup {SUEXEC_USER} {SUEXEC_GROUP} 
    10     # 
     2 
     3    <IfModule mod_fastcgi.c> 
     4        SuexecUserGroup {SUEXEC_USER} {SUEXEC_GROUP} 
     5    </IfModule> 
    116 
    127    ServerAdmin     root@{DMN_NAME} 
    138    DocumentRoot    {WWW_DIR}/{DMN_NAME}/htdocs 
    14      
     9 
    1510    ServerName      {DMN_NAME} 
    1611    ServerAlias     www.{DMN_NAME} {DMN_NAME} *.{DMN_NAME} 
    17      
     12 
    1813    ErrorLog        {APACHE_USERS_LOG_DIR}/{DMN_NAME}-error.log 
    1914    TransferLog     {APACHE_USERS_LOG_DIR}/{DMN_NAME}-access.log 
    20      
     15 
    2116    CustomLog       {APACHE_LOG_DIR}/{DMN_NAME}-traf.log traff 
    2217    CustomLog       {APACHE_LOG_DIR}/{DMN_NAME}-combined.log combined 
    23      
     18 
    2419    Alias /errors   {WWW_DIR}/{DMN_NAME}/errors/ 
    25      
     20 
    2621    ErrorDocument 401 /errors/401/index.php 
    2722    ErrorDocument 403 /errors/403/index.php 
     
    2924    ErrorDocument 500 /errors/500/index.php 
    3025 
     26    Redirect /stats http://{DMN_NAME}/awstats/awstats.pl 
     27    Redirect /ispcp http://{BASE_SERVER_VHOST} 
     28 
    3129    # httpd dmn entry cgi support BEGIN. 
    3230    # httpd dmn entry cgi support END. 
    33      
    34     <Directory {GUI_ROOT_DIR}> 
    35         php_admin_value open_basedir "{GUI_ROOT_DIR}/:/etc/ispcp/:/proc/:{WWW_DIR}/:/tmp/:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" 
    36         php_admin_value session.save_path "/tmp/" 
    37     </Directory> 
     31 
     32    <IfModule mod_fastcgi.c> 
     33        ScriptAlias /php4/ {STARTER_DIR}/{DMN_NAME}/ 
     34        <Directory "{STARTER_DIR}/{DMN_NAME}"> 
     35            AllowOverride None 
     36            Options +ExecCGI -MultiViews -Indexes 
     37            Order allow,deny 
     38            Allow from all 
     39        </Directory> 
     40    </IfModule> 
     41 
     42    <IfModule mod_php4.c> 
     43        <Directory {GUI_ROOT_DIR}> 
     44            php_admin_value open_basedir "{GUI_ROOT_DIR}/:/etc/ispcp/:/proc/:{WWW_DIR}/:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" 
     45            php_admin_value session.save_path "{GUI_ROOT_DIR}/phptmp/" 
     46        </Directory> 
     47    </IfModule> 
    3848 
    3949    # httpd dmn entry PHP2 support BEGIN. 
    4050    # httpd dmn entry PHP2 support END. 
    41      
     51 
    4252    <Directory {WWW_DIR}/{DMN_NAME}/htdocs> 
    4353        # httpd dmn entry PHP support BEGIN. 
    4454        # httpd dmn entry PHP support END. 
    4555        Options -Indexes Includes FollowSymLinks MultiViews 
    46         AllowOverride AuthConfig FileInfo 
     56        AllowOverride All 
    4757        Order allow,deny 
    4858        Allow from all 
    4959    </Directory> 
    50      
     60 
    5161</VirtualHost> 
  • trunk/configs/dists/suse100/apache/parts/dmn_php2_entry.tpl

    r154 r514  
    1     php_admin_value open_basedir "{WWW_DIR}/{DMN_NAME}:{WWW_DIR}/{DMN_NAME}/phptmp:{PEAR_DIR}" 
    2     php_admin_value upload_tmp_dir "{WWW_DIR}/{DMN_NAME}/phptmp" 
    3     php_admin_value session.save_path "{WWW_DIR}/{DMN_NAME}/phptmp" 
    4     php_admin_value sendmail_path '/usr/sbin/sendmail -f{SUEXEC_USER} -t -i' 
    5  
     1    <IfModule mod_php4.c> 
     2        php_admin_value open_basedir "{WWW_DIR}/{DMN_NAME}:{WWW_DIR}/{DMN_NAME}/phptmp:{PEAR_DIR}" 
     3        php_admin_value upload_tmp_dir "{WWW_DIR}/{DMN_NAME}/phptmp" 
     4        php_admin_value session.save_path "{WWW_DIR}/{DMN_NAME}/phptmp" 
     5        php_admin_value sendmail_path '/usr/sbin/sendmail -f {SUEXEC_USER} -t -i' 
     6    </IfModule> 
  • trunk/configs/dists/suse100/apache/parts/dmn_php_entry.tpl

    r154 r514  
    1             php_admin_flag engine off 
     1            <IfModule mod_php4.c> 
     2                php_admin_flag engine off 
     3            </IfModule> 
  • trunk/configs/dists/suse100/apache/parts/ispcp_base.tpl

    r473 r514  
    11# httpd Data BEGIN. 
     2 
     3# 
     4# wget-hack prevention 
     5# 
     6 
     7<IfModule mod_rewrite.c> 
     8    RewriteEngine on 
     9    RewriteCond %{HTTP_USER_AGENT} ^LWP::Simple 
     10    RewriteRule ^/.* http://%{REMOTE_ADDR}/ [L,E=nolog:1] 
     11</IfModule> 
    212 
    313# 
     
    2030 
    2131<Directory /srv/www/ispcp/gui/tools/filemanager> 
     32    <IfModule mod_php4.c> 
    2233    php_flag register_globals On 
    2334    php_admin_value open_basedir "/srv/www/ispcp/gui/tools/filemanager/:/tmp/:/usr/share/php/" 
     35    </IfModule> 
    2436</Directory> 
    2537 
     
    3143 
    3244# 
    33 # Default GUI. 
     45# AWStats 
    3446# 
    3547 
    36 <VirtualHost _default_:*>  
     48Alias /awstatsclasses "/srv/www/awstats/classes/" 
     49Alias /awstatscss "/srv/www/awstats/css/" 
     50Alias /awstatsicons "/srv/www/awstats/icon/" 
     51Alias /awstatsjs "/srv/www/awstats/js/" 
     52Alias /stats "/usr/lib/cgi-bin/awstats/" 
    3753 
    38     DocumentRoot /srv/www/ispcp/gui 
     54<Directory /usr/lib/cgi-bin/awstats> 
     55    AllowOverride AuthConfig 
     56    Options -Includes FollowSymLinks +ExecCGI MultiViews 
     57    AddHandler cgi-script cgi pl 
     58    DirectoryIndex awstats.pl 
     59    Order deny,allow 
     60    Allow from all 
     61</Directory> 
    3962 
    40     <Directory /srv/www/ispcp/gui> 
    41         Options Indexes Includes FollowSymLinks MultiViews 
    42         AllowOverride None 
    43         Order allow,deny 
    44         Allow from all 
    45     </Directory> 
    46  
    47 </VirtualHost> 
     63
     64# Header End 
     65
    4866 
    4967# httpd [{IP}] virtual host entry BEGIN. 
  • trunk/configs/dists/suse100/apache/parts/sub_entry.tpl

    r473 r514  
    55    #Group {SUEXEC_GROUP} 
    66    # 
    7      
    8     # 
    9     #SuexecUserGroup {SUEXEC_USER} {SUEXEC_GROUP} 
    10     # 
     7 
     8    SuexecUserGroup {SUEXEC_USER} {SUEXEC_GROUP} 
    119 
    1210    ServerAdmin     root@{DMN_NAME} 
    1311    DocumentRoot    {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/htdocs 
    14      
     12 
    1513    ServerName      {SUB_NAME} 
    1614    ServerAlias     www.{SUB_NAME} {SUB_NAME} *.{SUB_NAME} 
    17      
     15 
    1816    ErrorLog        {APACHE_USERS_LOG_DIR}/{SUB_NAME}-error.log 
    1917    TransferLog     {APACHE_USERS_LOG_DIR}/{SUB_NAME}-access.log 
    20      
     18 
    2119    CustomLog       {APACHE_LOG_DIR}/{DMN_NAME}-traf.log traff 
    2220    CustomLog       {APACHE_LOG_DIR}/{DMN_NAME}-combined.log combined 
     
    2523 
    2624    <Directory {WWW_DIR}/{DMN_NAME}/errors/> 
    27         php_admin_value open_basedir "{WWW_DIR}/{DMN_NAME}/errors/" 
     25        <IfModule mod_php4.c> 
     26            php_admin_value open_basedir "{WWW_DIR}/{DMN_NAME}/errors/" 
     27        </IfModule> 
    2828    </Directory> 
    2929 
     
    3636    # httpd sub entry cgi support END. 
    3737 
    38     <Directory {GUI_ROOT_DIR}> 
    39         php_admin_value open_basedir "{GUI_ROOT_DIR}/:/etc/ispcp/:/proc/:{WWW_DIR}/:/tmp/:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" 
    40         php_admin_value session.save_path "/tmp/" 
    41     </Directory> 
     38    <IfModule mod_fastcgi.c> 
     39        ScriptAlias /php4/ {STARTER_DIR}/{DMN_NAME}/ 
     40        <Directory "{STARTER_DIR}/{DMN_NAME}"> 
     41            AllowOverride None 
     42            Options +ExecCGI -MultiViews -Indexes 
     43            Order allow,deny 
     44            Allow from all 
     45        </Directory> 
     46    </IfModule> 
     47 
     48    <IfModule mod_php4.c> 
     49        <Directory {GUI_ROOT_DIR}> 
     50            php_admin_value open_basedir "{GUI_ROOT_DIR}/:/etc/ispcp/:/proc/:{WWW_DIR}/:/tmp/:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" 
     51            php_admin_value session.save_path "{GUI_ROOT_DIR}/phptmp/" 
     52        </Directory> 
     53    </IfModule> 
    4254 
    4355    # httpd sub entry PHP2 support BEGIN. 
    4456    # httpd sub entry PHP2 support END. 
    45      
     57 
    4658    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/htdocs> 
    4759        # httpd sub entry PHP support BEGIN. 
    4860        # httpd sub entry PHP support END. 
    4961        Options -Indexes Includes FollowSymLinks MultiViews 
    50         AllowOverride AuthConfig FileInfo 
     62        AllowOverride All 
    5163        Order allow,deny 
    5264        Allow from all 
    5365    </Directory> 
    54      
     66 
    5567</VirtualHost> 
  • trunk/configs/dists/suse100/apache/parts/sub_php2_entry.tpl

    r154 r514  
    1     php_admin_value open_basedir "{WWW_DIR}/{SUB_NAME_PHP2}:{WWW_DIR}/{SUB_NAME_PHP2}/phptmp:{PEAR_DIR}" 
    2     php_admin_value upload_tmp_dir "{WWW_DIR}/{SUB_NAME_PHP2}/phptmp" 
    3     php_admin_value session.save_path "{WWW_DIR}/{SUB_NAME_PHP2}/phptmp" 
    4     php_admin_value sendmail_path '/usr/sbin/sendmail -f{SUEXEC_USER} -t -i' 
    5  
     1    <IfModule mod_php4.c> 
     2        php_admin_value open_basedir "{WWW_DIR}/{SUB_NAME_PHP2}:{WWW_DIR}/{SUB_NAME_PHP2}/phptmp:{PEAR_DIR}" 
     3        php_admin_value upload_tmp_dir "{WWW_DIR}/{SUB_NAME_PHP2}/phptmp" 
     4        php_admin_value session.save_path "{WWW_DIR}/{SUB_NAME_PHP2}/phptmp" 
     5        php_admin_value sendmail_path '/usr/sbin/sendmail -f {SUEXEC_USER} -t -i' 
     6    </IfModule> 
  • trunk/configs/dists/suse100/apache/parts/sub_php_entry.tpl

    r154 r514  
    1             php_admin_flag engine off 
     1            <IfModule mod_php4.c> 
     2                php_admin_flag engine off 
     3            </IfModule> 
  • trunk/configs/dists/suse100/apache/working/ispcp.conf

    r473 r514  
    11# httpd Data BEGIN. 
     2 
     3# 
     4# wget-hack prevention 
     5# 
     6 
     7<IfModule mod_rewrite.c> 
     8    RewriteEngine on 
     9    RewriteCond %{HTTP_USER_AGENT} ^LWP::Simple 
     10    RewriteRule ^/.* http://%{REMOTE_ADDR}/ [L,E=nolog:1] 
     11</IfModule> 
    212 
    313# 
     
    1121# 
    1222 
    13 Alias /ispcp /var/www/ispcp/gui 
    14 <Directory /var/www/ispcp/gui> 
     23Alias /ispcp /srv/www/ispcp/gui 
     24<Directory /srv/www/ispcp/gui> 
    1525    AllowOverride none 
    1626    Options MultiViews IncludesNoExec FollowSymLinks 
    1727    ErrorDocument 404 /ispcp/errordocs/index.php 
    1828    DirectoryIndex index.html index.php 
    19     Allow from all 
    2029</Directory> 
    2130 
    22 <Directory /var/www/ispcp/gui/tools/filemanager> 
    23     php_flag register_globals On 
    24     php_admin_value open_basedir "/var/www/ispcp/gui/tools/filemanager/:/tmp/:/usr/share/php/" 
     31<Directory /srv/www/ispcp/gui/tools/filemanager> 
     32    <IfModule mod_php4.c> 
     33        php_flag register_globals On 
     34        php_admin_value open_basedir "/srv/www/ispcp/gui/tools/filemanager/:/tmp/:/usr/share/php/" 
     35    </IfModule> 
    2536</Directory> 
    2637 
    27 Alias /ispcp_images /var/www/ispcp/gui/images 
    28 <Directory /var/www/ispcp/gui/images> 
    29     AllowOverride none  
     38Alias /ispcp_images /srv/www/ispcp/gui/images 
     39<Directory /srv/www/ispcp/gui/images> 
     40    AllowOverride none 
    3041    Options MultiViews IncludesNoExec FollowSymLinks 
    3142</Directory> 
    3243 
    3344# 
    34 # Default GUI. 
     45# AWStats 
    3546# 
    3647 
    37 <VirtualHost _default_:*>  
     48Alias /awstatsclasses "/srv/www/awstats/classes/" 
     49Alias /awstatscss "/srv/www/awstats/css/" 
     50Alias /awstatsicons "/srv/www/awstats/icon/" 
     51Alias /awstatsjs "/srv/www/awstats/js/" 
     52Alias /stats "/usr/lib/cgi-bin/awstats/" 
    3853 
    39     DocumentRoot /var/www/ispcp/gui 
     54<Directory /usr/lib/cgi-bin/awstats> 
     55    AllowOverride AuthConfig 
     56    Options -Includes FollowSymLinks +ExecCGI MultiViews 
     57    AddHandler cgi-script cgi pl 
     58    DirectoryIndex awstats.pl 
     59    Order deny,allow 
     60    Allow from all 
     61</Directory> 
    4062 
    41     <Directory /var/www/ispcp/gui> 
    42         Options Indexes Includes FollowSymLinks MultiViews 
    43         AllowOverride None 
    44         Order allow,deny 
    45         Allow from all 
    46     </Directory> 
    47  
    48 </VirtualHost> 
     63
     64# Header End 
     65
    4966 
    5067# httpd [{IP}] virtual host entry BEGIN. 
  • trunk/configs/dists/suse100/crontab/crontab.conf

    r473 r514  
    22# delayed tasks START. 
    33 
    4 0       23      * * *  {QUOTA_ROOT_DIR}/ispcp-dsk-quota &>{LOG_DIR}/ispcp-qsk-quota.log 
     4# Quota 
     50               23              * * *  {QUOTA_ROOT_DIR}/ispcp-dsk-quota &>{LOG_DIR}/ispcp-qsk-quota.log 
    56 
    6 0,30    *       * * *  {TRAFF_ROOT_DIR}/ispcp-srv-traff &>{LOG_DIR}/ispcp-srv-traff.log 
    7 30      23      * * *  {TOOLS_ROOT_DIR}/ispcp-httpd-logs-mngr &>{LOG_DIR}/ispcp-httpd-logs-mngr.log 
     7# Traffic 
     80,30    *               * * *  {TRAFF_ROOT_DIR}/ispcp-srv-traff &>{LOG_DIR}/ispcp-srv-traff.log 
     90,30    *               * * *  {TRAFF_ROOT_DIR}/ispcp-vrl-traff &>{LOG_DIR}/ispcp-vrl-traff.log 
     1015,45   *               * * *  {TRAFF_ROOT_DIR}/ispcp-vrl-traff-correction &>{LOG_DIR}/ispcp-vrl-traff-correction.log 
     1130              23              * * *  {TOOLS_ROOT_DIR}/ispcp-httpd-logs-mngr &>{LOG_DIR}/ispcp-httpd-logs-mngr.log 
    812 
    9 0,30    *       * * *  {TRAFF_ROOT_DIR}/ispcp-vrl-traff &>{LOG_DIR}/ispcp-vrl-traff.log 
     13# Backup 
     140               1               * * *  {BACKUP_ROOT_DIR}/ispcp-backup-all yes &>{LOG_DIR}/ispcp-backup-all-mngr.log 
    1015 
    11 0       1       * * *  {BACKUP_ROOT_DIR}/ispcp-backup-all yes &>{LOG_DIR}/ispcp-backup-all-mngr.log 
     16# AWStats 
     1730      */2     * * *   /usr/share/awstats/tools/awstats_updateall.pl now -awstatsprog=/usr/lib/cgi-bin/awstats/awstats.pl 
     18 
     19# Rootkit Hunter 
     200               0,12    * * *   rkhunter --createlogfile --cronjob 
    1221 
    1322# [{DMN_NAME}] backup task START. 
  • trunk/configs/dists/suse100/crontab/working/crontab.conf

    r473 r514  
    22# delayed tasks START. 
    33 
    4 0       23      * * *  {QUOTA_ROOT_DIR}/ispcp-dsk-quota &>{LOG_DIR}/ispcp-qsk-quota.log 
     4# Quota 
     50               23      * * *  {QUOTA_ROOT_DIR}/ispcp-dsk-quota &>{LOG_DIR}/ispcp-qsk-quota.log 
    56 
     7# Traffic 
    680,30    *       * * *  {TRAFF_ROOT_DIR}/ispcp-srv-traff &>{LOG_DIR}/ispcp-srv-traff.log 
    7 30      23      * * *  {TOOLS_ROOT_DIR}/ispcp-httpd-logs-mngr &>{LOG_DIR}/ispcp-httpd-logs-mngr.log 
     90,30    *       * * *  {TRAFF_ROOT_DIR}/ispcp-vrl-traff &>{LOG_DIR}/ispcp-vrl-traff.log 
     1030              23      * * *  {TOOLS_ROOT_DIR}/ispcp-httpd-logs-mngr &>{LOG_DIR}/ispcp-httpd-logs-mngr.log 
    811 
    9 0,30    *       * * *  {TRAFF_ROOT_DIR}/ispcp-vrl-traff &>{LOG_DIR}/ispcp-vrl-traff.log 
     12# Backup 
     130               1       * * *  {BACKUP_ROOT_DIR}/ispcp-backup-all yes &>{LOG_DIR}/ispcp-backup-all-mngr.log 
    1014 
    11 0       1       * * *  {BACKUP_ROOT_DIR}/ispcp-backup-all yes &>{LOG_DIR}/ispcp-backup-all-mngr.log 
     15# AWStats 
     1630      */2     * * *   /usr/share/awstats/tools/awstats_updateall.pl now -awstatsprog=/usr/lib/cgi-bin/awstats/awstats.pl 
     17 
     18# Rootkit Hunter 
     190       0,12    * * *   rkhunter --createlogfile --cronjob 
    1220 
    1321# [{DMN_NAME}] backup task START. 
     
    1523 
    1624# delayed tasks END. 
    17  
  • trunk/configs/dists/suse100/database/Makefile

    r154 r514  
    66        $(SYSTEM_MAKE_DIRS) $(SYSTEM_CONF)/database 
    77        cp ./database.sql $(SYSTEM_CONF)/database 
    8         cp ./htaccess.sql $(SYSTEM_CONF)/database 
    98        cp ./languages.sql $(SYSTEM_CONF)/database 
    109 
     
    1211 
    1312        rm -rf $(SYSTEM_CONF)/database 
    14          
     13 
  • trunk/configs/dists/suse100/database/database.sql

    r473 r514  
    44 
    55-- 
    6 -- ISPCP ω (OMEGA) - Virtual Hosting Control System | Omega Version 
     6-- ISPCP ω (OMEGA) a Virtual Hosting Control Panel 
    77-- Copyright (c) 2001-2006 by moleSoftware GmbH 
    88-- Copyright (c) 2006-2007 by ispCP | http://isp-control.net 
  • trunk/configs/dists/suse100/database/languages.sql

    r473 r514  
    1 # ISPCP(tm) - Virtual Hosting Control System 
    2 # (c) 2001-2005 moleSoftware 
    3 # http://ispcp.net | http://www.molesoftware.com 
    4 # All rights reserved 
    5 
    6 # created by Erik Lehmann (erik.lehmann@ispcp.net) 
    7 
    8 # Datenbank: `ispcp` 
    9 # -------------------------------------------------------- 
     1-- 
     2-- ISPCP ω (OMEGA) a Virtual Hosting Control Panel 
     3-- Copyright (c) 2001-2006 by moleSoftware GmbH 
     4-- Copyright (c) 2006-2007 by ispCP | http://isp-control.net 
     5-- 
     6-- -------------------------------------------------------- 
    107 
    11 --  
    12 -- Tabellenstruktur f�elle `lang_Chinese
    13 --  
     8-- 
     9-- Tabellenstruktur für Tabelle `lang_English
     10-- 
    1411 
    15 DROP TABLE IF EXISTS `lang_Chinese`; 
    16 CREATE TABLE IF NOT EXISTS `lang_Chinese` ( 
     12CREATE TABLE `lang_English` ( 
    1713  `id` int(10) unsigned NOT NULL auto_increment, 
    1814  `msgid` text, 
    1915  `msgstr` text, 
    20   `msg_row` int(10) unsigned default NULL, 
    21   `msg_column` int(10) unsigned default NULL, 
    22   `msg_file_dest` text, 
    23   `msg_name` varchar(250) default NULL, 
    2416  UNIQUE KEY `id` (`id`) 
    25 ) TYPE=MyISAM AUTO_INCREMENT=1073
     17) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1115
    2618 
    27 --  
    28 -- Daten f�elle `lang_Chinese
    29 --  
     19-- 
     20-- Daten für Tabelle `lang_English
     21-- 
    3022 
    31 INSERT INTO `lang_Chinese` VALUES (1, 'ispcp_table', 'Chinese', NULL, NULL, NULL, NULL); 
    32 INSERT INTO `lang_Chinese` VALUES (2, 'ispcp_language', 'Chinese', NULL, NULL, NULL, NULL); 
    33 INSERT INTO `lang_Chinese` VALUES (3, 'encoding', 'GB2312', NULL, NULL, NULL, NULL); 
    34 INSERT INTO `lang_Chinese` VALUES (4, ' do not exist', '����', NULL, NULL, NULL, NULL); 
    35 INSERT INTO `lang_Chinese` VALUES (5, ' Has IP address that can not be managed from the destination reseller !<br>This user can not be moved!', '�������������IP���!<br>������������', NULL, NULL, NULL, NULL); 
    36 INSERT INTO `lang_Chinese` VALUES (6, ' Has unlimited rights for a <b>', '����������Ϊ <b>', NULL, NULL, NULL, NULL); 
    37 INSERT INTO `lang_Chinese` VALUES (7, ' is exceeding limits for a <b>', '�ﵽ�����Ϊ<b>', NULL, NULL, NULL, NULL); 
    38 INSERT INTO `lang_Chinese` VALUES (8, ' Is exceeding limits for a <b>', '�ﵽ�����Ϊ<b>', NULL, NULL, NULL, NULL); 
    39 INSERT INTO `lang_Chinese` VALUES (9, ' messages translated', '�Ϣ�����', NULL, NULL, NULL, NULL); 
    40 INSERT INTO `lang_Chinese` VALUES (10, ' you are logged now as ', ' ���ǰ���Ϊ', NULL, NULL, NULL, NULL); 
    41 INSERT INTO `lang_Chinese` VALUES (11, '(Ex. domain-of-your-choice.com)', '(��� domain-of-your-choice.com)', NULL, NULL, NULL, NULL); 
    42 INSERT INTO `lang_Chinese` VALUES (12, '(Ex. EUR)', '(�. EUR)', NULL, NULL, NULL, NULL); 
    43 INSERT INTO `lang_Chinese` VALUES (13, '(usually named backup_YYY_MM_DD.tar)', '(ͨ��ȡ�Ϊ backup_YYY_MM_DD.tar)', NULL, NULL, NULL, NULL); 
    44 INSERT INTO `lang_Chinese` VALUES (14, '[New]', '[�]', NULL, NULL, NULL, NULL); 
    45 INSERT INTO `lang_Chinese` VALUES (15, '[Re]', '[Re]', NULL, NULL, NULL, NULL); 
    46 INSERT INTO `lang_Chinese` VALUES (16, '* denotes mandatory field.', '* ������, NULL, NULL, NULL, NULL); 
    47 INSERT INTO `lang_Chinese` VALUES (17, '&nbsp;', '&nbsp;', NULL, NULL, NULL, NULL); 
    48 INSERT INTO `lang_Chinese` VALUES (18, '</b>', '</b>', NULL, NULL, NULL, NULL); 
    49 INSERT INTO `lang_Chinese` VALUES (19, '</b> Address !<br>Edit reseller aborted!', '</b> ��� !<br>�༭����, NULL, NULL, NULL, NULL); 
    50 INSERT INTO `lang_Chinese` VALUES (20, '</b> amount, present on the system!', '</b> �������ϵͳ��', NULL, NULL, NULL, NULL); 
    51 INSERT INTO `lang_Chinese` VALUES (21, '</b> in a destination reseller,<br>', '</b> ���Ŀ���,<br>', NULL, NULL, NULL, NULL); 
    52 INSERT INTO `lang_Chinese` VALUES (22, '</b> In a destination reseller,<br>', '</b> ���Ŀ���,<br>', NULL, NULL, NULL, NULL); 
    53 INSERT INTO `lang_Chinese` VALUES (23, '</b> records on the system!', '</b> ϵͳ�ļ��', NULL, NULL, NULL, NULL); 
    54 INSERT INTO `lang_Chinese` VALUES (24, '</b> records, present on the system!', '</b>���ϵͳ�ļ��', NULL, NULL, NULL, NULL); 
    55 INSERT INTO `lang_Chinese` VALUES (25, '</b> Service !<br>', '</b> �����<br>', NULL, NULL, NULL, NULL); 
    56 INSERT INTO `lang_Chinese` VALUES (26, '</b> Service can not be disabled !<br>There is <b>', '</b> ������ȡ� !<br>�Ϊ� <b>', NULL, NULL, NULL, NULL); 
    57 INSERT INTO `lang_Chinese` VALUES (27, '</b> Service can not be limited !<br>Specified number is smaller then <b>', '</b> �������� !<br>ָ������<b>', NULL, NULL, NULL, NULL); 
    58 INSERT INTO `lang_Chinese` VALUES (28, '</b> Service can not be limited !<br>specified number is smaller then <b>', '</b> ��������!<br>ָ������<b>', NULL, NULL, NULL, NULL); 
    59 INSERT INTO `lang_Chinese` VALUES (29, '</b> Service can not be limited !<br>You are exceeding reseller limits for the <b>', '</b>�������� !<br>��ﵽ�����Ȩ�����<b>', NULL, NULL, NULL, NULL); 
    60 INSERT INTO `lang_Chinese` VALUES (30, '</b> Service can not be unlimited !<br>There is reseller limits for the <b>', '</b> �������� !<br>�Ϊ��С�Ȩ����� <b>', NULL, NULL, NULL, NULL); 
    61 INSERT INTO `lang_Chinese` VALUES (31, '</b> service!', '</b> ���', NULL, NULL, NULL, NULL); 
    62 INSERT INTO `lang_Chinese` VALUES (32, '</b><br>', '</b><br>', NULL, NULL, NULL, NULL); 
    63 INSERT INTO `lang_Chinese` VALUES (33, '<b>Routine maintenance!</b><br><br>ISPCP is not available for system changes<br><