Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
[root@instance-2 shery15699]# systemctl status httpd.service
● httpd.service - Web server Apache
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Mon 2017-11-27 14:55:23 UTC; 8s ago
Process: 1770 ExecStart=/usr/local/apache/bin/apachectl start (code=exited, status=1/FAILURE)
Nov 27 14:55:23 instance-2 systemd[1]: Starting Web server Apache...
Nov 27 14:55:23 instance-2 apachectl[1770]: AH00526: Syntax error on line 8 of /usr/local/apache/conf/sharedip.conf:
Nov 27 14:55:23 instance-2 apachectl[1770]: Invalid command '<Proxy', perhaps misspelled or defined by a module not inclu...ration
Nov 27 14:55:23 instance-2 systemd[1]: httpd.service: control process exited, code=exited status=1
Nov 27 14:55:23 instance-2 systemd[1]: Failed to start Web server Apache.
Nov 27 14:55:23 instance-2 systemd[1]: Unit httpd.service entered failed state.
Nov 27 14:55:23 instance-2 systemd[1]: httpd.service failed.
Hint: Some lines were ellipsized, use -l to show in full.
<VirtualHost 35.194.75.169:80>
ServerName 35.194.75.169
DocumentRoot /usr/local/apache/htdocs
ServerAdmin info@centos-webpanel.com
<IfModule mod_suphp.c>
suPHP_UserGroup nobody nobody
</IfModule>
<Proxy *>
<IfModule mod_security2.c>
SecRuleEngine Off
</IfModule>
</Proxy>
RewriteEngine On
RewriteCond %{HTTP_HOST} !^35.194.75.169$
RewriteCond %{HTTP_HOST} ^webmail.
RewriteRule ^/(.*)
http://127.0.0.1:2095/$1 [P]
</VirtualHost>
<Directory "/">
AllowOverride All
Require all granted
</Directory>