|
File 00_master.conf, 1.2 kB
(added by pasichnyk, 1 year ago)
|
00_master.conf for mod_fcgid
|
| Line | |
|---|
| 1 |
# |
|---|
| 2 |
# Master Begin |
|---|
| 3 |
# |
|---|
| 4 |
|
|---|
| 5 |
<VirtualHost localhost:80> |
|---|
| 6 |
|
|---|
| 7 |
ServerAdmin root@localhost |
|---|
| 8 |
DocumentRoot /var/www/ispcp/gui |
|---|
| 9 |
|
|---|
| 10 |
ServerName localhost |
|---|
| 11 |
|
|---|
| 12 |
ErrorLog /var/log/apache2/users/localhost-error.log |
|---|
| 13 |
TransferLog /var/log/apache2/users/localhost-access.log |
|---|
| 14 |
|
|---|
| 15 |
CustomLog /var/log/apache2/localhost-traf.log traff |
|---|
| 16 |
CustomLog /var/log/apache2/localhost-combined.log combined |
|---|
| 17 |
|
|---|
| 18 |
Alias /errors /var/www/ispcp/gui/errordocs/ |
|---|
| 19 |
|
|---|
| 20 |
ErrorDocument 401 /errors/index.php |
|---|
| 21 |
ErrorDocument 403 /errors/index.php |
|---|
| 22 |
ErrorDocument 404 /errors/index.php |
|---|
| 23 |
ErrorDocument 500 /errors/index.php |
|---|
| 24 |
|
|---|
| 25 |
Alias /pma /var/www/ispcp/gui/tools/pma/ |
|---|
| 26 |
Alias /webmail /var/www/ispcp/gui/tools/webmail/ |
|---|
| 27 |
Alias /ftp /var/www/ispcp/gui/tools/filemanager/ |
|---|
| 28 |
|
|---|
| 29 |
#SuexecUserGroup vu2000 vu2000 |
|---|
| 30 |
ScriptAlias /cgi-bin/ /var/www/ispcp/gui/cgi-bin/ |
|---|
| 31 |
|
|---|
| 32 |
<Directory /var/www/ispcp/gui> |
|---|
| 33 |
SetHandler fcgid-script |
|---|
| 34 |
FCGIWrapper "/usr/lib/php5/bin/php-cgi" .php |
|---|
| 35 |
Options Indexes Includes FollowSymLinks MultiViews ExecCGI |
|---|
| 36 |
AllowOverride None |
|---|
| 37 |
Order allow,deny |
|---|
| 38 |
Allow from all |
|---|
| 39 |
</Directory> |
|---|
| 40 |
</VirtualHost> |
|---|
| 41 |
|
|---|
| 42 |
# |
|---|
| 43 |
# Master End |
|---|
| 44 |
# |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>