Changeset 841

Show
Ignore:
Timestamp:
10/12/07 03:01:23 (11 months ago)
Author:
breaki
Message:

Fixed some setup issues (Benedikt Heintel)
Fixed some problems with awstats #7
Fixed #757: Creating alias domains is broken
Fixed #756: Updates break gentoo installation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r836 r841  
    66|               * to fix: no errors on adding user (custom HP)    | 
    77\_________________________________________________________________/ 
     8 
     92007-10-12 Johannes Schobig 
     10        - SETUP: 
     11                * Fixed some setup issues (Benedikt Heintel) 
     12        - ENGINE: 
     13                * Fixed some problems with awstats #7 
     14                * Fixed #757: Creating alias domains is broken 
     15        - DISTS: 
     16                * Fixed #756: Updates break gentoo installation 
    817 
    9182007-10-10 Benedikt Heintel 
  • trunk/configs/apache/01_awstats.conf

    r833 r841  
    33# AWStats Begin 
    44# 
     5 
     6Alias /awstatscss "/usr/share/doc/awstats/examples/css/" 
     7Alias /awstatsicons "/usr/share/awstats/icon/" 
     8Alias /awstatsjs "/usr/share/doc/awstats/examples/js/" 
     9 
    510 
    611NameVirtualHost 127.0.0.1:80 
  • trunk/configs/dists/gentoo/apache/Makefile

    r671 r841  
    1414        cp ./httpd.conf $(SYSTEM_CONF)/apache 
    1515        cp ./00_master.conf $(SYSTEM_CONF)/apache 
     16        cp ./01_awstats.conf $(SYSTEM_CONF)/apache 
    1617        cp -R ./backup $(SYSTEM_CONF)/apache 
    1718        cp -R ./parts $(SYSTEM_CONF)/apache 
  • trunk/configs/dists/gentoo/ispcp.conf

    r831 r841  
    124124PHP5_FASTCGI_BIN = /usr/lib/php5/bin/php-cgi 
    125125 
     126PHP_VERSION = 4 
     127 
    126128# 
    127129# ProFTPd data 
  • trunk/engine/Makefile

    r839 r841  
    5959        $(CMD_INSTALL) ./ispcp-db-passwd $(SYSTEM_ENGINE_ROOT) 
    6060 
     61        $(CMD_INSTALL) ./awstats/awstats_buildstaticpages.pl $(SYSTEM_ENGINE_ROOT)/awstats 
     62        $(CMD_INSTALL) ./awstats/awstats_updateall.pl $(SYSTEM_ENGINE_ROOT)/awstats 
     63 
    6164        $(CMD_INSTALL) ./backup/ispcp-bk-task $(SYSTEM_ENGINE_ROOT)/backup 
    6265        $(CMD_INSTALL) ./backup/ispcp-backup-all $(SYSTEM_ENGINE_ROOT)/backup 
  • trunk/engine/ispcp-als-mngr

    r821 r841  
    17101710                   "$www_dir/$als_name", 
    17111711                   $sys_user, 
    1712                    $httpd_gid
     1712                   $sys_group
    17131713                   0770 
    17141714                  );