Changeset 1045

Show
Ignore:
Timestamp:
03/10/08 09:54:12 (7 months ago)
Author:
zothos
Message:

fixed #1101
thanks to blocker

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Makefile.fbsd

    r1039 r1045  
    66 
    77ROOT_CONF=$(INST_PREF)/usr/local/etc 
    8 SYSTEM_ROOT=$(INST_PREF)/usr/local/www/apache22/ispcp 
     8SYSTEM_ROOT=$(INST_PREF)/usr/local/www/ispcp 
    99SYSTEM_CONF=$(INST_PREF)/usr/local/etc/ispcp 
    1010SYSTEM_LOG=$(INST_PREF)/var/log/ispcp 
    11 SYSTEM_APACHE_BACK_LOG=$(INST_PREF)/usr/local/www/apache22/logs/backup 
    12 SYSTEM_VIRTUAL=$(INST_PREF)/usr/local/www/apache22/data 
     11SYSTEM_APACHE_BACK_LOG=$(INST_PREF)/usr/local/www/logs/backup 
     12SYSTEM_VIRTUAL=$(INST_PREF)/usr/local/www/data 
    1313SYSTEM_AWSTATS=$(INST_PREF)/usr/local/www/awstats 
    14 SYSTEM_FCGI=$(INST_PREF)/usr/local/www/apache22/fcgi 
     14SYSTEM_FCGI=$(INST_PREF)/usr/local/www/fcgi 
    1515SYSTEM_MAIL_VIRTUAL=$(INST_PREF)/var/mail/virtual 
    1616SYSTEM_MAKE_DIRS=/bin/mkdir -p 
  • trunk/configs/dists/freebsd/apache/BSDmakefile

    r1040 r1045  
    22 
    33APACHE_EXT_CONF=$(INST_PREF)/usr/local/etc/apache22/Includes 
    4 APACHE_MOD_CONF=$(INST_PREF)/usr/local/etc/apache22/extra/ 
     4APACHE_MOD_CONF=$(INST_PREF)/usr/local/etc/apache22/extra 
     5ROOT_APACHE_CONF=$(ROOT_CONF)/apache22 
     6 
    57install: 
    68 
  • trunk/docs/FreeBSD/INSTALL

    r1044 r1045  
    3636./docs/FreeBSD/freebsd-packages 
    3737 
    38 The configuration is costumize for using with apache 2.2.x version using suexec 
     38The configuration is costumize for use with apache 2.2.x version using suexec 
    3939module enable. 
    4040================================================================================ 
     
    151151 
    152152Q.- How can I prevent websites using more than their bandwidth limit to stop working? 
    153 A.- Please install and configure apache2 mod_cband package/port 
     153A.- Please install and configure apache 2.2.x mod_cband package/port 
    154154 
    155155Please check http://www.isp-control.net for any questions not answered in this file.