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: Apache AH00558
Author
Pendleh



Joined: 16 May 2025
Posts: 2
Location: UK

PostPosted: Fri 16 May '25 8:03    Post subject: Apache AH00558 Reply with quote

Hi there

Getting the following error message:

AH00558: httpd.exe: Could not reliably determine the server's fully qualified domain name, using fe80::5e6:e111:edfd:d613. Set the 'ServerName' directive globally to suppress this message

Windows 11Home Version 24H2
Apache 2.4.63
PHP 8.4.7
MySQL 9.3
C ++ Redistributables 2022

Im new to this any help greatly appreciated.

Howard
Back to top
James Blond
Moderator


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

PostPosted: Fri 16 May '25 11:42    Post subject: Reply with quote

In the httpd.conf file add

Code:
ServerName localhost
Back to top
Pendleh



Joined: 16 May 2025
Posts: 2
Location: UK

PostPosted: Fri 16 May '25 11:44    Post subject: Reply with quote

I put localhost:8080 in I'll try what you suggest many thanks.

Howard
Back to top
Otomatic



Joined: 01 Sep 2011
Posts: 260
Location: Paris, France, EU

PostPosted: Fri 16 May '25 15:42    Post subject: Reply with quote

Pendleh wrote:
localhost:8080

Hi,
Just a quick question in passing: why use port 8080 and not the default port 80?
Back to top


Reply to topic   Topic: Apache AH00558 View previous topic :: View next topic
Post new topic   Forum Index -> Apache