We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 931f230 commit b58c696Copy full SHA for b58c696
2 files changed
install/0.9.7/rhel/templates/web/apache_default.stpl
@@ -19,7 +19,6 @@
19
<Directory %home%/%user%/web/%domain%/stats>
20
AllowOverride All
21
</Directory>
22
- php_admin_value open_basedir none
23
SSLEngine on
24
SSLVerifyClient none
25
SSLCertificateFile %ssl_crt%
install/0.9.7/rhel/templates/web/apache_default.tpl
@@ -14,12 +14,10 @@
14
<Directory %docroot%>
15
16
Options +Includes -Indexes %cgi_option%
17
- php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f %email%'
18
<IfModule mod_ruid2.c>
RMode config
0 commit comments