Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: Cygwin: Unable to start http |
|
Author |
|
lostbits
Joined: 27 Jul 2015 Posts: 2 Location: USA, Irvine
|
Posted: Mon 13 Jun '16 23:28 Post subject: Cygwin: Unable to start http |
|
|
I'm a complete newbie. If this is not the correct forum then please tell me.
In /usr/sbin/
returns the message:
Quote: | AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using fe80::4057:df69:60dd:8ef6. Set the 'ServerName' directive globally to suppress this message
httpd (no pid file) not running
|
Any way to start httpd?
As a separate issue, /usr/share/httpd/manual seems to have the wrong data:
1: There are no language subdirectories (en/, fr/, de/, etc).
2: Many of the html files open incorrectly, e.g., index.html.
3: References are incorrect (href="") because of the lack of subdirectories, e.g. index.html.en -> anything.
3. The pdf version of the Apache documentation is not in the manual directory, this may be because it is too new.
Of the two issues, getting httpd executing takes precedence.
Help.
art |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 16 Jun '16 18:34 Post subject: |
|
|
in httpd.conf set
Code: | ServerName localhost |
|
|
Back to top |
|
|
|
|
|
|