logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: multiple ip with IIS
Author
sailor



Joined: 17 Apr 2015
Posts: 77
Location: US

PostPosted: Tue 08 Feb '22 17:31    Post subject: multiple ip with IIS Reply with quote

When I start Apache I get

AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using some_ip.

some_ip is actually an ip in IIS that is running.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Tue 22 Feb '22 12:33    Post subject: Reply with quote

That is because you did not set ServerName in httpd.conf

example

Code:

ServerName localhost:80
Back to top


Reply to topic   Topic: multiple ip with IIS View previous topic :: View next topic
Post new topic   Forum Index -> Apache