Hey Guys
I newly installed kloxo and i am having an erorr i had configured everything and when added domain the default kloxo page was showing so i tried to reset the apache via
Quote: service httpd restart command but this command gave me this error
i would be highly obliged if you could help me out here
Thankyou
Quote: Starting httpd: httpd: apr_sockaddr_info_get() failed for dc3161220.balticservers.com
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[Wed Mar 28 09:05:15 2012] [warn] VirtualHost 77.79.11.50:80 overlaps with VirtualHost 77.79.11.50:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Mar 28 09:05:15 2012] [warn] VirtualHost 77.79.11.50:443 overlaps with VirtualHost 77.79.11.50:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Mar 28 09:05:15 2012] [warn] VirtualHost 77.79.11.50:80 overlaps with VirtualHost 77.79.11.50:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Mar 28 09:05:15 2012] [warn] VirtualHost 77.79.11.50:443 overlaps with VirtualHost 77.79.11.50:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Mar 28 09:05:15 2012] [warn] VirtualHost 77.79.11.50:80 overlaps with VirtualHost 77.79.11.50:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Mar 28 09:05:15 2012] [warn] VirtualHost 77.79.11.50:443 overlaps with VirtualHost 77.79.11.50:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Mar 28 09:05:15 2012] [warn] VirtualHost 77.79.11.50:80 overlaps with VirtualHost 77.79.11.50:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Mar 28 09:05:15 2012] [warn] VirtualHost 77.79.11.50:443 overlaps with VirtualHost 77.79.11.50:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Mar 28 09:05:15 2012] [warn] VirtualHost 77.79.11.50:443 overlaps with VirtualHost 77.79.11.50:443, the first has precedence, perhaps you need a NameVirtualHost directive Go into your httpd config and look for
Code: <virtualhostand post what exactly is entered their.
Post the entire httpd config because their seems to be a issue with your NameVirtualHost and your virtualhost directive Quote: Starting httpd: httpd: apr_sockaddr_info_get() failed for dc3161220.balticservers.com
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName you need to change your hostname from dc3161220.balticservers.com to server.domain.com and add A record for that
or you can edit /etc/hosts and add following line :
xx.xx.xx.xx dc3161220.balticservers.com
replace xx.xx.xx.xx with your public server IP.
---
Quote: [Wed Mar 28 09:05:15 2012] [warn] VirtualHost 77.79.11.50:80 overlaps with VirtualHost 77.79.11.50:80, the first has precedence, perhaps you need a NameVirtualHost directive edit /etc/httpd/conf/httpd.conf and add following line :
NameVirtualHost 77.79.11.50:80
---
Quote: [Wed Mar 28 09:05:15 2012] [warn] VirtualHost 77.79.11.50:443 overlaps with VirtualHost 77.79.11.50:443, the first has precedence, perhaps you need a NameVirtualHost directive edit /etc/httpd/conf/httpd.conf and add following line :
NameVirtualHost 77.79.11.50:443
Highest Regards
Mohammed H XSLTel the server hostname is not a issue it was only a warning.
127.0.0.1 was being used which should be fine in this case.
But yes you are correct like i mentioned the namevirtualhost was having a issue not sure why kloxo would mess it up. its
Quote: #<VirtualHost *:80>
# ServerAdmin [email protected]
# DocumentRoot /www/docs/dummy-host.example.com
# ServerName dummy-host.example.com
# ErrorLog logs/dummy-host.example.com-error_log
# CustomLog logs/dummy-host.example.com-access_log common
#</VirtualHost> msk any chance you can pm me your root login and such for ssh so i can take a quick look at the matter.
Kloxo is a horrible system so its pretty hard to know what it did to cause this. I have sent u a pm thanks Issue has been fixed. Thanks James
I newly installed kloxo and i am having an erorr i had configured everything and when added domain the default kloxo page was showing so i tried to reset the apache via
Quote: service httpd restart command but this command gave me this error
i would be highly obliged if you could help me out here
Thankyou
Quote: Starting httpd: httpd: apr_sockaddr_info_get() failed for dc3161220.balticservers.com
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[Wed Mar 28 09:05:15 2012] [warn] VirtualHost 77.79.11.50:80 overlaps with VirtualHost 77.79.11.50:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Mar 28 09:05:15 2012] [warn] VirtualHost 77.79.11.50:443 overlaps with VirtualHost 77.79.11.50:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Mar 28 09:05:15 2012] [warn] VirtualHost 77.79.11.50:80 overlaps with VirtualHost 77.79.11.50:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Mar 28 09:05:15 2012] [warn] VirtualHost 77.79.11.50:443 overlaps with VirtualHost 77.79.11.50:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Mar 28 09:05:15 2012] [warn] VirtualHost 77.79.11.50:80 overlaps with VirtualHost 77.79.11.50:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Mar 28 09:05:15 2012] [warn] VirtualHost 77.79.11.50:443 overlaps with VirtualHost 77.79.11.50:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Mar 28 09:05:15 2012] [warn] VirtualHost 77.79.11.50:80 overlaps with VirtualHost 77.79.11.50:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Mar 28 09:05:15 2012] [warn] VirtualHost 77.79.11.50:443 overlaps with VirtualHost 77.79.11.50:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Mar 28 09:05:15 2012] [warn] VirtualHost 77.79.11.50:443 overlaps with VirtualHost 77.79.11.50:443, the first has precedence, perhaps you need a NameVirtualHost directive Go into your httpd config and look for
Code: <virtualhostand post what exactly is entered their.
Post the entire httpd config because their seems to be a issue with your NameVirtualHost and your virtualhost directive Quote: Starting httpd: httpd: apr_sockaddr_info_get() failed for dc3161220.balticservers.com
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName you need to change your hostname from dc3161220.balticservers.com to server.domain.com and add A record for that
or you can edit /etc/hosts and add following line :
xx.xx.xx.xx dc3161220.balticservers.com
replace xx.xx.xx.xx with your public server IP.
---
Quote: [Wed Mar 28 09:05:15 2012] [warn] VirtualHost 77.79.11.50:80 overlaps with VirtualHost 77.79.11.50:80, the first has precedence, perhaps you need a NameVirtualHost directive edit /etc/httpd/conf/httpd.conf and add following line :
NameVirtualHost 77.79.11.50:80
---
Quote: [Wed Mar 28 09:05:15 2012] [warn] VirtualHost 77.79.11.50:443 overlaps with VirtualHost 77.79.11.50:443, the first has precedence, perhaps you need a NameVirtualHost directive edit /etc/httpd/conf/httpd.conf and add following line :
NameVirtualHost 77.79.11.50:443
Highest Regards
Mohammed H XSLTel the server hostname is not a issue it was only a warning.
127.0.0.1 was being used which should be fine in this case.
But yes you are correct like i mentioned the namevirtualhost was having a issue not sure why kloxo would mess it up. its
Quote: #<VirtualHost *:80>
# ServerAdmin [email protected]
# DocumentRoot /www/docs/dummy-host.example.com
# ServerName dummy-host.example.com
# ErrorLog logs/dummy-host.example.com-error_log
# CustomLog logs/dummy-host.example.com-access_log common
#</VirtualHost> msk any chance you can pm me your root login and such for ssh so i can take a quick look at the matter.
Kloxo is a horrible system so its pretty hard to know what it did to cause this. I have sent u a pm thanks Issue has been fixed. Thanks James