Hello,
I have a problem after update to DA 1.441 and apache 2.4 , my user httpd.conf gets double mod_ruid2 inserts, and in virtualhost section i get suexec enabled together with mod_ruid:
<Directory "/home/xxxxx/public_html">
<IfModule mod_ruid2.c>
RMode config
RUidGid dellkomp dellkomp
RGroups apache access
</IfModule>
</Directory>
<VirtualHost xxxxx:80 >
ServerName www.xxxxx
ServerAlias www.xxxxxx xxxxxx
ServerAdmin [email protected]
DocumentRoot /home/xxxxx/domains/xxxxxxx/public_html
UseCanonicalName OFF
<IfModule !mod_ruid2.c>
SuexecUserGroup dellkomp dellkomp
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid dellkomp dellkomp
#RGroups apache access
RGroups @none
</IfModule>
CustomLog /var/log/httpd/domains/dellkompiuteriai.lt.bytes bytes
CustomLog /var/log/httpd/domains/dellkompiuteriai.lt.log combined
ErrorLog /var/log/httpd/domains/dellkompiuteriai.lt.error.log
<Directory /home/dellkomp/domains/dellkompiuteriai.lt/public_html>
AllowOverride AuthConfig FileInfo Indexes Limit Options=Indexes,Includes,IncludesNOEXEC,MultiViews,SymLinksIfOwnerMatch,FollowSymLinks,None
Options -ExecCGI
php_admin_flag engine ON
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]'
php_admin_value mail.log /home/dellkomp/.php/php-mail.log
php_admin_value open_basedir /home/dellkomp/:/tmp:/var/tmp:/usr/local/lib/php/:/usr/local/php54/lib/php/
</Directory>
</VirtualHost>
why is that?
I have a problem after update to DA 1.441 and apache 2.4 , my user httpd.conf gets double mod_ruid2 inserts, and in virtualhost section i get suexec enabled together with mod_ruid:
<Directory "/home/xxxxx/public_html">
<IfModule mod_ruid2.c>
RMode config
RUidGid dellkomp dellkomp
RGroups apache access
</IfModule>
</Directory>
<VirtualHost xxxxx:80 >
ServerName www.xxxxx
ServerAlias www.xxxxxx xxxxxx
ServerAdmin [email protected]
DocumentRoot /home/xxxxx/domains/xxxxxxx/public_html
UseCanonicalName OFF
<IfModule !mod_ruid2.c>
SuexecUserGroup dellkomp dellkomp
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid dellkomp dellkomp
#RGroups apache access
RGroups @none
</IfModule>
CustomLog /var/log/httpd/domains/dellkompiuteriai.lt.bytes bytes
CustomLog /var/log/httpd/domains/dellkompiuteriai.lt.log combined
ErrorLog /var/log/httpd/domains/dellkompiuteriai.lt.error.log
<Directory /home/dellkomp/domains/dellkompiuteriai.lt/public_html>
AllowOverride AuthConfig FileInfo Indexes Limit Options=Indexes,Includes,IncludesNOEXEC,MultiViews,SymLinksIfOwnerMatch,FollowSymLinks,None
Options -ExecCGI
php_admin_flag engine ON
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]'
php_admin_value mail.log /home/dellkomp/.php/php-mail.log
php_admin_value open_basedir /home/dellkomp/:/tmp:/var/tmp:/usr/local/lib/php/:/usr/local/php54/lib/php/
</Directory>
</VirtualHost>
why is that?