On met des valeurs par default pour mpm-itk
This commit is contained in:
parent
254739664d
commit
727a94a073
|
@ -1,4 +1,5 @@
|
|||
<VirtualHost *:443>
|
||||
AssignUserId www-data www-data
|
||||
|
||||
Include /etc/alternc/bureau.conf
|
||||
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# This module is loaded in /etc/apache/modules, and enabled by apache-modconf
|
||||
# LoadModule vhost_alias_module /usr/lib/apache/1.3/mod_vhost_alias.so
|
||||
|
||||
# Define the default user and group for mpm-itk
|
||||
AssignUserId www-data www-data
|
||||
|
||||
ScriptAlias /cgi-bin/ /var/alternc/cgi-bin/
|
||||
|
||||
# Deny access to the root filesystem
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
|
||||
AssignUserId www-data www-data
|
||||
|
||||
DocumentRoot /var/alternc/bureau/admin
|
||||
ServerName %%fqdn%%
|
||||
RewriteEngine on
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<VirtualHost *:80>
|
||||
DocumentRoot /var/alternc/bureau/admin
|
||||
AssignUserId www-data www-data
|
||||
ServerName %%fqdn%%
|
||||
RewriteEngine on
|
||||
RewriteRule ^/admin/(.*) /$1
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<Virtualhost *:80>
|
||||
Virtualhost *:80>
|
||||
ServerName %%fqdn%%
|
||||
AssignUserId #%%UID%% #%%GID%%
|
||||
|
||||
KeepAlive Off
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<VirtualHost *:80>
|
||||
ServerName %%fqdn%%
|
||||
AssignUserId www-data www-data
|
||||
|
||||
DocumentRoot /usr/share/squirrelmail
|
||||
<Directory /usr/share/squirrelmail>
|
||||
# php_value register_globals On # refer to Debian bug #128226
|
||||
|
|
Loading…
Reference in New Issue