Originally default configuration done.
Apache and SQL starting error with conflict of port usage with skype initially changed in skype. after a day once again some issue. so changed in config in Apache / httpd.conf Change made to port
#listen 80
listen 10080'
# ServerName localhost:80
ServerName localhost:10080
Similarly change to apache / httpd.ssl
# Listen 443
Listen 10443
# ServerName www.example.com:443
ServerName www.example.com:10443
# <VirtualHost _default_:443>
<VirtualHost _default_:10443>
Also, what does this mean? What should I do to get rid of this error?