Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - mohamed19958

Pages: [1]
1
Apache / Apache issue
« on: November 27, 2017, 01:04:25 AM »
hello
I have a big problem, i have centos web panel and i cannot start apache

 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 01:00:10 UTC; 48s ago
 Main PID: 23680 (code=exited, status=0/SUCCESS)

Nov 27 01:00:10 instance-2 systemd[1]: Starting Web server Apache...
Nov 27 01:00:10 instance-2 apachectl[18457]: AH00526: Syntax error on line 8 of /usr/local/apache/conf/sharedip.conf:
Nov 27 01:00:10 instance-2 apachectl[18457]: Invalid command '

this   File: /usr/local/apache/conf/sharedip.conf 

<VirtualHost 10.150.0.2:80>
    ServerName 10.150.0.2
    DocumentRoot /usr/local/apache/htdocs
    ServerAdmin my@email.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>

ths issue after apache_builder


2
Information / It works!
« on: November 12, 2017, 05:44:48 AM »
hello
I have a problem when creating a new account
and open new site show this message
It works!
#
# Custom settings are loaded below this line (if any exist)
# Include "/usr/local/apache/conf/userdata/elbaldnews/dmcnews.org/*.conf

<IfModule mod_suexec.c>
        SuexecUserGroup elbaldnews elbaldnews
</IfModule>

<IfModule mod_suphp.c>
        suPHP_UserGroup elbaldnews elbaldnews
</IfModule>

<Directory "/home/elbaldnews/public_html">
        AllowOverride All
</Directory>

</VirtualHost>
# vhost_end dmcnews.org

Pages: [1]