Changeset 300
- Timestamp:
- 02/06/07 16:58:50
(2 years ago)
- Author:
- nuxwin
- Message:
- CONFIGS:
- Edit "httpd.conf" and "vhcs2.base.tpl"
=> added Handler "default-vhcs" (for vhcs working)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r293 |
r300 |
|
| 1 | 1 | VHCS 2.4.8 ω Omega Changelog |
|---|
| 2 | 2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| 3 | | ____________________________________________________________ |
|---|
| 4 | | / @TODO: \ |
|---|
| 5 | | | - FastCGI: | |
|---|
| 6 | | | * Copy files on update | |
|---|
| 7 | | | * apache: check if stats are working with FastCGI | |
|---|
| 8 | | | - AWStats: | |
|---|
| 9 | | | * apache: set statsdir if awstats is enabled | |
|---|
| 10 | | | * gui: disable stats-alias in client menu | |
|---|
| 11 | | \____________________________________________________________/ |
|---|
| 12 | | |
|---|
| | 3 | _________________________________________________________________ |
|---|
| | 4 | / @TODO: \ |
|---|
| | 5 | | - FastCGI: | |
|---|
| | 6 | | * Copy files on update | |
|---|
| | 7 | | * apache: check if stats are working with FastCGI | |
|---|
| | 8 | | | |
|---|
| | 9 | | * Fixed path default-vhcs php.ini | |
|---|
| | 10 | | * Fixed name php.ini fot fcgi and other | |
|---|
| | 11 | | | |
|---|
| | 12 | | - AWStats: | |
|---|
| | 13 | | * apache: set statsdir if awstats is enabled | |
|---|
| | 14 | | * gui: disable stats-alias in client menu | |
|---|
| | 15 | \_________________________________________________________________/ |
|---|
| | 16 | |
|---|
| | 17 | 2007-02-06 Laurent DECLERCQ |
|---|
| | 18 | - CONFIGS: |
|---|
| | 19 | - Edit "httpd.conf" and "vhcs2.base.tpl" |
|---|
| | 20 | => added Handler "default-vhcs" (for vhcs working) |
|---|
| | 21 | |
|---|
| 13 | 22 | 2007-02-05 Benedikt Heintel |
|---|
| 14 | 23 | - GUI: |
|---|
| r292 |
r300 |
|
| 1 | 1 | # httpd Data BEGIN. |
|---|
| 2 | | |
|---|
| | 2 | NameVirtualHost * |
|---|
| 3 | 3 | # |
|---|
| 4 | 4 | # wget-hack prevention |
|---|
| … | … | |
| 28 | 28 | |
|---|
| 29 | 29 | <Directory /var/www/vhcs2/gui/tools/filemanager> |
|---|
| 30 | | <IfModule mod_php.c> |
|---|
| | 30 | <IfModule mod_php4.c> |
|---|
| 31 | 31 | php_flag register_globals On |
|---|
| 32 | 32 | php_admin_value open_basedir "/var/www/vhcs2/gui/tools/filemanager/:/tmp/:/usr/share/php/" |
|---|
| … | … | |
| 38 | 38 | AllowOverride none |
|---|
| 39 | 39 | Options MultiViews IncludesNoExec FollowSymLinks |
|---|
| | 40 | </Directory> |
|---|
| | 41 | |
|---|
| | 42 | # GLOBAL VHCS PHP-CGI (Just for vhcs) |
|---|
| | 43 | # The php.ini for this is in /etc/php4/cgi |
|---|
| | 44 | # TODO : Fixed path in default php.ini |
|---|
| | 45 | |
|---|
| | 46 | |
|---|
| | 47 | ScriptAlias /default-vhcs /usr/lib/cgi-bin/ |
|---|
| | 48 | |
|---|
| | 49 | <Directory /usr/lib/cgi-bin> |
|---|
| | 50 | Options +ExecCGI +FollowSymLinks |
|---|
| | 51 | AllowOverride all |
|---|
| | 52 | Order allow,deny |
|---|
| | 53 | Allow from all |
|---|
| 40 | 54 | </Directory> |
|---|
| 41 | 55 | |
|---|
| … | … | |
| 54 | 68 | Allow from all |
|---|
| 55 | 69 | </Directory> |
|---|
| | 70 | |
|---|
| | 71 | Action default-vhcs /default-vhcs/php |
|---|
| | 72 | AddHandler default-vhcs .php |
|---|
| | 73 | AddType application/x-httpd-default-vhcs .php |
|---|
| 56 | 74 | |
|---|
| 57 | 75 | </VirtualHost> |
|---|
| r292 |
r300 |
|
| 1 | 1 | # httpd Data BEGIN. |
|---|
| 2 | | |
|---|
| | 2 | NameVirtualHost * |
|---|
| 3 | 3 | # |
|---|
| 4 | 4 | # wget-hack prevention |
|---|
| … | … | |
| 36 | 36 | Alias /vhcs_images /var/www/vhcs2/gui/images |
|---|
| 37 | 37 | <Directory /var/www/vhcs2/gui/images> |
|---|
| 38 | | AllowOverride none |
|---|
| | 38 | AllowOverride none |
|---|
| 39 | 39 | Options MultiViews IncludesNoExec FollowSymLinks |
|---|
| | 40 | </Directory> |
|---|
| | 41 | |
|---|
| | 42 | # GLOBAL VHCS PHP-CGI (Just for vhcs) |
|---|
| | 43 | # The php.ini for this is in /etc/php4/cgi |
|---|
| | 44 | # TODO : Fixed path in default php.ini |
|---|
| | 45 | |
|---|
| | 46 | |
|---|
| | 47 | ScriptAlias /default-vhcs /usr/lib/cgi-bin/ |
|---|
| | 48 | |
|---|
| | 49 | <Directory /usr/lib/cgi-bin> |
|---|
| | 50 | Options +ExecCGI +FollowSymLinks |
|---|
| | 51 | AllowOverride all |
|---|
| | 52 | Order allow,deny |
|---|
| | 53 | Allow from all |
|---|
| 40 | 54 | </Directory> |
|---|
| 41 | 55 | |
|---|
| … | … | |
| 44 | 58 | # |
|---|
| 45 | 59 | |
|---|
| 46 | | <VirtualHost _default_:*> |
|---|
| | 60 | <VirtualHost _default_:*> |
|---|
| 47 | 61 | |
|---|
| 48 | 62 | DocumentRoot /var/www/vhcs2/gui |
|---|
| … | … | |
| 54 | 68 | Allow from all |
|---|
| 55 | 69 | </Directory> |
|---|
| | 70 | |
|---|
| | 71 | Action default-vhcs /default-vhcs/php |
|---|
| | 72 | AddHandler default-vhcs .php |
|---|
| | 73 | AddType application/x-httpd-default-vhcs .php |
|---|
| 56 | 74 | |
|---|
| 57 | 75 | </VirtualHost> |
|---|
| 58 | 76 | |
|---|
| 59 | | |
|---|
| 60 | 77 | # |
|---|
| 61 | | # AWStats-Alias |
|---|
| | 78 | # AWStats |
|---|
| 62 | 79 | # |
|---|
| 63 | 80 | |
|---|
| … | … | |
| 66 | 83 | Alias /awstatsicons "/var/www/awstats/icon/" |
|---|
| 67 | 84 | Alias /awstatsjs "/var/www/awstats/js/" |
|---|
| 68 | | ScriptAlias /stats "/usr/lib/cgi-bin/awstats/awstats.pl" |
|---|
| | 85 | Alias /stats "/usr/lib/cgi-bin/awstats/" |
|---|
| 69 | 86 | |
|---|
| 70 | 87 | <Directory /usr/lib/cgi-bin/awstats> |
|---|
| 71 | | AllowOverride none |
|---|
| 72 | | Options Indexes Includes FollowSymLinks MultiViews |
|---|
| 73 | | Order allow,deny |
|---|
| | 88 | AllowOverride AuthConfig |
|---|
| | 89 | Options -Includes FollowSymLinks +ExecCGI MultiViews |
|---|
| | 90 | AddHandler cgi-script cgi pl |
|---|
| | 91 | DirectoryIndex awstats.pl |
|---|
| | 92 | Order deny,allow |
|---|
| 74 | 93 | Allow from all |
|---|
| 75 | 94 | </Directory> |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>