Show
Ignore:
Timestamp:
03/01/08 19:49:54 (9 months ago)
Author:
rats
Message:

* Updated all Docs. Some are still with ToDo?
* Fixed #1070: FreeBSD, ispcp-setup uses group which does not exist
* Updated all languages
* Inproved: Update SQL with IGNORE statement
* Update PHPmyAdmin to version 2.11.5
* Updated all distributions
* Dropped support of Suse Enterprise Linux Server (SELS) - Please use OpenSuse? files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configs/dists/openbsd/apache/working/ispcp.conf

    r473 r1026  
    1 # httpd Data BEGIN. 
    21 
    32# 
    4 # wget-hack prevention 
     3# This file will be replaced by ../httpd.conf when make is executed 
    54# 
    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> 
    12  
    13 # 
    14 # Web traffic accounting. 
    15 # 
    16  
    17 LogFormat "%B" traff 
    18  
    19 # 
    20 # GUI Location. 
    21 # 
    22  
    23 Alias /ispcp /var/www/ispcp/gui 
    24 <Directory /var/www/ispcp/gui> 
    25     AllowOverride none 
    26     Options MultiViews IncludesNoExec FollowSymLinks 
    27     ErrorDocument 404 /ispcp/errordocs/index.php 
    28     DirectoryIndex index.html index.php 
    29 </Directory> 
    30  
    31 <Directory /var/www/ispcp/gui/tools/filemanager> 
    32     <IfModule mod_php4.c> 
    33         php_flag register_globals On 
    34         php_admin_value open_basedir "/var/www/ispcp/gui/tools/filemanager/:/tmp/:/usr/share/php/" 
    35     </IfModule> 
    36 </Directory> 
    37  
    38 Alias /ispcp_images /var/www/ispcp/gui/images 
    39 <Directory /var/www/ispcp/gui/images> 
    40     AllowOverride none 
    41     Options MultiViews IncludesNoExec FollowSymLinks 
    42 </Directory> 
    43  
    44 # 
    45 # AWStats 
    46 # 
    47  
    48 Alias /awstatsclasses "/var/www/awstats/classes/" 
    49 Alias /awstatscss "/var/www/awstats/css/" 
    50 Alias /awstatsicons "/var/www/awstats/icon/" 
    51 Alias /awstatsjs "/var/www/awstats/js/" 
    52 Alias /stats "/usr/lib/cgi-bin/awstats/" 
    53  
    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> 
    62  
    63 # 
    64 # Header End 
    65 # 
    66  
    67 # httpd [{IP}] virtual host entry BEGIN. 
    68 # httpd [{IP}] virtual host entry END. 
    69  
    70 # httpd Data END.