mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 13:24:24 -07:00
apache templates -FollowSymLinks +SymLinksIfOwnerMatch
This commit is contained in:
parent
ae45e4a571
commit
22d524cfce
56 changed files with 56 additions and 56 deletions
|
@ -17,7 +17,7 @@
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLVerifyClient none
|
SSLVerifyClient none
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
</Directory>
|
</Directory>
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
# <IfModule mod_ruid2.c>
|
# <IfModule mod_ruid2.c>
|
||||||
# RMode config
|
# RMode config
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLVerifyClient none
|
SSLVerifyClient none
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
</Directory>
|
</Directory>
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
# <IfModule mod_ruid2.c>
|
# <IfModule mod_ruid2.c>
|
||||||
# RMode config
|
# RMode config
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLVerifyClient none
|
SSLVerifyClient none
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
</Directory>
|
</Directory>
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
# <IfModule mod_ruid2.c>
|
# <IfModule mod_ruid2.c>
|
||||||
# RMode config
|
# RMode config
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLVerifyClient none
|
SSLVerifyClient none
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
</Directory>
|
</Directory>
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
# <IfModule mod_ruid2.c>
|
# <IfModule mod_ruid2.c>
|
||||||
# RMode config
|
# RMode config
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
php_admin_value open_basedir %sdocroot%:%home%/%user%/tmp
|
php_admin_value open_basedir %sdocroot%:%home%/%user%/tmp
|
||||||
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
||||||
php_admin_value session.save_path %home%/%user%/tmp
|
php_admin_value session.save_path %home%/%user%/tmp
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
|
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
|
||||||
<Directory %docroot%>
|
<Directory %docroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
|
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
|
||||||
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
||||||
php_admin_value session.save_path %home%/%user%/tmp
|
php_admin_value session.save_path %home%/%user%/tmp
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
php_admin_value open_basedir %sdocroot%:%home%/%user%/tmp
|
php_admin_value open_basedir %sdocroot%:%home%/%user%/tmp
|
||||||
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
||||||
php_admin_value session.save_path %home%/%user%/tmp
|
php_admin_value session.save_path %home%/%user%/tmp
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
|
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
|
||||||
<Directory %docroot%>
|
<Directory %docroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
|
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
|
||||||
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
||||||
php_admin_value session.save_path %home%/%user%/tmp
|
php_admin_value session.save_path %home%/%user%/tmp
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
php_admin_value upload_max_filesize 10M
|
php_admin_value upload_max_filesize 10M
|
||||||
php_admin_value max_execution_time 20
|
php_admin_value max_execution_time 20
|
||||||
php_admin_value post_max_size 8M
|
php_admin_value post_max_size 8M
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
|
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
|
||||||
<Directory %docroot%>
|
<Directory %docroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
php_admin_value upload_max_filesize 10M
|
php_admin_value upload_max_filesize 10M
|
||||||
php_admin_value max_execution_time 20
|
php_admin_value max_execution_time 20
|
||||||
php_admin_value post_max_size 8M
|
php_admin_value post_max_size 8M
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
php_admin_value open_basedir %sdocroot%:%home%/%user%/tmp
|
php_admin_value open_basedir %sdocroot%:%home%/%user%/tmp
|
||||||
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
||||||
php_admin_value session.save_path %home%/%user%/tmp
|
php_admin_value session.save_path %home%/%user%/tmp
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
|
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
|
||||||
<Directory %docroot%>
|
<Directory %docroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
|
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
|
||||||
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
||||||
php_admin_value session.save_path %home%/%user%/tmp
|
php_admin_value session.save_path %home%/%user%/tmp
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
php_admin_value open_basedir %sdocroot%:%home%/%user%/tmp
|
php_admin_value open_basedir %sdocroot%:%home%/%user%/tmp
|
||||||
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
||||||
php_admin_value session.save_path %home%/%user%/tmp
|
php_admin_value session.save_path %home%/%user%/tmp
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
|
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
|
||||||
<Directory %docroot%>
|
<Directory %docroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
|
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
|
||||||
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
||||||
php_admin_value session.save_path %home%/%user%/tmp
|
php_admin_value session.save_path %home%/%user%/tmp
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
php_admin_value open_basedir %sdocroot%:%home%/%user%/tmp
|
php_admin_value open_basedir %sdocroot%:%home%/%user%/tmp
|
||||||
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
||||||
php_admin_value session.save_path %home%/%user%/tmp
|
php_admin_value session.save_path %home%/%user%/tmp
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
|
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
|
||||||
<Directory %docroot%>
|
<Directory %docroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
|
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
|
||||||
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
||||||
php_admin_value session.save_path %home%/%user%/tmp
|
php_admin_value session.save_path %home%/%user%/tmp
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
php_admin_value open_basedir %sdocroot%:%home%/%user%/tmp
|
php_admin_value open_basedir %sdocroot%:%home%/%user%/tmp
|
||||||
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
||||||
php_admin_value session.save_path %home%/%user%/tmp
|
php_admin_value session.save_path %home%/%user%/tmp
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
|
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
|
||||||
<Directory %docroot%>
|
<Directory %docroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
|
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
|
||||||
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
||||||
php_admin_value session.save_path %home%/%user%/tmp
|
php_admin_value session.save_path %home%/%user%/tmp
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
php_admin_value upload_max_filesize 10M
|
php_admin_value upload_max_filesize 10M
|
||||||
php_admin_value max_execution_time 20
|
php_admin_value max_execution_time 20
|
||||||
php_admin_value post_max_size 8M
|
php_admin_value post_max_size 8M
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
|
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
|
||||||
<Directory %docroot%>
|
<Directory %docroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
php_admin_value upload_max_filesize 10M
|
php_admin_value upload_max_filesize 10M
|
||||||
php_admin_value max_execution_time 20
|
php_admin_value max_execution_time 20
|
||||||
php_admin_value post_max_size 8M
|
php_admin_value post_max_size 8M
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
php_admin_value open_basedir %sdocroot%:%home%/%user%/tmp
|
php_admin_value open_basedir %sdocroot%:%home%/%user%/tmp
|
||||||
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
||||||
php_admin_value session.save_path %home%/%user%/tmp
|
php_admin_value session.save_path %home%/%user%/tmp
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
|
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
|
||||||
<Directory %docroot%>
|
<Directory %docroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
|
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
|
||||||
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
||||||
php_admin_value session.save_path %home%/%user%/tmp
|
php_admin_value session.save_path %home%/%user%/tmp
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
php_admin_value open_basedir %sdocroot%:%home%/%user%/tmp
|
php_admin_value open_basedir %sdocroot%:%home%/%user%/tmp
|
||||||
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
||||||
php_admin_value session.save_path %home%/%user%/tmp
|
php_admin_value session.save_path %home%/%user%/tmp
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
|
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
|
||||||
<Directory %docroot%>
|
<Directory %docroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
|
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
|
||||||
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
||||||
php_admin_value session.save_path %home%/%user%/tmp
|
php_admin_value session.save_path %home%/%user%/tmp
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLVerifyClient none
|
SSLVerifyClient none
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
</Directory>
|
</Directory>
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
# <IfModule mod_ruid2.c>
|
# <IfModule mod_ruid2.c>
|
||||||
# RMode config
|
# RMode config
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLVerifyClient none
|
SSLVerifyClient none
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
</Directory>
|
</Directory>
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
# <IfModule mod_ruid2.c>
|
# <IfModule mod_ruid2.c>
|
||||||
# RMode config
|
# RMode config
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLVerifyClient none
|
SSLVerifyClient none
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
</Directory>
|
</Directory>
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
# <IfModule mod_ruid2.c>
|
# <IfModule mod_ruid2.c>
|
||||||
# RMode config
|
# RMode config
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLVerifyClient none
|
SSLVerifyClient none
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
</Directory>
|
</Directory>
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
# <IfModule mod_ruid2.c>
|
# <IfModule mod_ruid2.c>
|
||||||
# RMode config
|
# RMode config
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLVerifyClient none
|
SSLVerifyClient none
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
</Directory>
|
</Directory>
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
# <IfModule mod_ruid2.c>
|
# <IfModule mod_ruid2.c>
|
||||||
# RMode config
|
# RMode config
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLVerifyClient none
|
SSLVerifyClient none
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
</Directory>
|
</Directory>
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
# <IfModule mod_ruid2.c>
|
# <IfModule mod_ruid2.c>
|
||||||
# RMode config
|
# RMode config
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLVerifyClient none
|
SSLVerifyClient none
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
</Directory>
|
</Directory>
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
# <IfModule mod_ruid2.c>
|
# <IfModule mod_ruid2.c>
|
||||||
# RMode config
|
# RMode config
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLVerifyClient none
|
SSLVerifyClient none
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
</Directory>
|
</Directory>
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
# <IfModule mod_ruid2.c>
|
# <IfModule mod_ruid2.c>
|
||||||
# RMode config
|
# RMode config
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLVerifyClient none
|
SSLVerifyClient none
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
</Directory>
|
</Directory>
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
# <IfModule mod_ruid2.c>
|
# <IfModule mod_ruid2.c>
|
||||||
# RMode config
|
# RMode config
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLVerifyClient none
|
SSLVerifyClient none
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
</Directory>
|
</Directory>
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
# <IfModule mod_ruid2.c>
|
# <IfModule mod_ruid2.c>
|
||||||
# RMode config
|
# RMode config
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLVerifyClient none
|
SSLVerifyClient none
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
</Directory>
|
</Directory>
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
# <IfModule mod_ruid2.c>
|
# <IfModule mod_ruid2.c>
|
||||||
# RMode config
|
# RMode config
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLVerifyClient none
|
SSLVerifyClient none
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
</Directory>
|
</Directory>
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
# <IfModule mod_ruid2.c>
|
# <IfModule mod_ruid2.c>
|
||||||
# RMode config
|
# RMode config
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLVerifyClient none
|
SSLVerifyClient none
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
</Directory>
|
</Directory>
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<FilesMatch \.php$>
|
<FilesMatch \.php$>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLVerifyClient none
|
SSLVerifyClient none
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
</Directory>
|
</Directory>
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes +ExecCGI
|
Options +Includes -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<FilesMatch \.php$>
|
<FilesMatch \.php$>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue