Control Web Panel

WebPanel => Apache => Topic started by: pinkukachari on October 15, 2017, 04:15:35 AM

Title: Starting httpd: AH00548: NameVirtualHost has no effect and will be removed in th
Post by: pinkukachari on October 15, 2017, 04:15:35 AM
Apache errow...

Please Help..

Stopping httpd: [FAILED]
Starting httpd: AH00548: NameVirtualHost has no effect and will be removed in the next release /usr/local/apache/conf.d/ssl.conf:9
(98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs
[FAILED]
Title: Re: Starting httpd: AH00548: NameVirtualHost has no effect and will be removed in th
Post by: Mihai on October 16, 2017, 06:26:57 AM
You have to kill the httpd processes.
Try this:
Code: [Select]
killall -9 httpd
service httpd restart

Also make sure that port 80 is not used by nginx/varnish. If there is one of them, you will have to rebuild vhosts from cwp.
Title: Re: Starting httpd: AH00548: NameVirtualHost has no effect and will be removed in th
Post by: SirfPsycho on October 16, 2017, 09:14:38 AM
I am handling this issue on behalf of pinkukachri.

I've done as you told. But Now While restarting i am getting error

Starting httpd: AH00548: NameVirtualHost has no effect and will be removed in the next release /usr/local/apache/conf/sharedip.conf:23
[FAILED]
----------------------------------------------

I've rebuilt the apache and vhost and again tried to restart apache but still error. Error is below:


Starting httpd: AH00548: NameVirtualHost has no effect and will be removed in the next release /usr/local/apache/conf/sharedip.conf:23
[FAILED]
Title: Re: Starting httpd: AH00548: NameVirtualHost has no effect and will be removed in th
Post by: SirfPsycho on October 16, 2017, 09:44:55 AM
Again I tried to do same as you mentioned but getting below error.

[root@server ~]# killall -9 httpd
httpd: no process killed

[root@server ~]# service httpd restart
Stopping httpd:                                            [FAILED]
Starting httpd: AH00548: NameVirtualHost has no effect and will be removed in the next release /usr/local/apache/conf/sharedip.conf:23
                                                           [FAILED]
[root@server ~]#
Title: Re: Starting httpd: AH00548: NameVirtualHost has no effect and will be removed in th
Post by: studio4host on October 16, 2017, 01:10:17 PM
this error message has no anything with the service starting, you need to check logs from of apache and system messages
on the wiki you have log paths