1
0
Fork 0
mirror of https://github.com/myvesta/vesta synced 2025-08-13 18:17:55 -07:00

added mod_ruid2 template support

This commit is contained in:
Serghey Rodin 2011-09-14 10:26:21 +03:00
commit 687cc56537
4 changed files with 24 additions and 0 deletions

View file

@ -33,6 +33,11 @@
SSLVerifyClient none
SSLCertificateFile %ssl_cert%
SSLCertificateKeyFile %ssl_key%
<IfModule mod_ruid2.c>
RMode config
RUidGid %user% %group%
RGroups apache
</IfModule>
Include %home%/%user%/conf/shttpd.%domain%.conf*

View file

@ -28,6 +28,12 @@
AllowOverride All
</Directory>
php_admin_value open_basedir %home%/%user%/web:%home%/%user%/tmp:/bin:/usr/bin:/usr/local/bin:/var/www/html:/tmp
<IfModule mod_ruid2.c>
RMode config
RUidGid %user% %group%
RGroups apache
</IfModule>
Include %home%/%user%/conf/httpd.%domain%.conf*
</VirtualHost>

View file

@ -34,6 +34,12 @@
SSLCertificateFile %ssl_cert%
SSLCertificateKeyFile %ssl_key%
<IfModule mod_ruid2.c>
RMode config
RUidGid %user% %group%
RGroups apache
</IfModule>
Include %home%/%user%/conf/shttpd.%domain%.conf*
</VirtualHost>

View file

@ -28,6 +28,13 @@
AllowOverride All
</Directory>
php_admin_value open_basedir none
<IfModule mod_ruid2.c>
RMode config
RUidGid %user% %group%
RGroups apache
</IfModule>
Include %home%/%user%/conf/httpd.%domain%.conf*
</VirtualHost>