Hi,
Apache don't start in webserver nginx_apache (or apache) after the update.
The error :
I don't know where the problem is.
The file looks correct :
The line 18 : SuexecUserGroup webapps webapps
Thanks
Apache don't start in webserver nginx_apache (or apache) after the update.
The error :
Code:
AH00526: Syntax error on line 18 of /etc/httpd/conf/extra/httpd-hostname.conf:
SuexecUserGroup cannot occur within directory context
I don't know where the problem is.
The file looks correct :
Code:
<Directory /var/www/html>
Options +SymLinksIfOwnerMatch +IncludesNoExec -Indexes
AllowOverride AuthConfig FileInfo Indexes Limit Options=Includes,IncludesNOEXEC,Indexes,ExecCGI,MultiViews,SymLinksIfOwnerMatch,None
Require all granted
<IfModule mod_suphp.c>
suPHP_Engine On
suPHP_UserGroup webapps webapps
</IfModule>
<IfModule mod_ruid2.c>
RUidGid webapps webapps
</IfModule>
<IfModule mod_lsapi.c>
lsapi_user_group webapps webapps
</IfModule>
<IfModule mod_fcgid.c>
FcgidWrapper /usr/local/safe-bin/fcgid56.sh .php
SuexecUserGroup webapps webapps
<FilesMatch "\.(inc|php|php3|php4|php44|php5|php52|php53|php54|php55|php56|php70|php71|php72|php6|phtml|phps)$">
Options +ExecCGI
AddHandler fcgid-script .php
</FilesMatch>
</IfModule>
<IfModule mod_fcgid.c>
FcgidWrapper /usr/local/safe-bin/fcgid70.sh .php70
SuexecUserGroup webapps webapps
<FilesMatch "\.php70$">
Options +ExecCGI
AddHandler fcgid-script .php70
</FilesMatch>
</IfModule>
</Directory>
<Directory /var/www/html/phpMyAdmin/log>
Require all denied
</Directory>
The line 18 : SuexecUserGroup webapps webapps
Thanks