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: Cygwin: Unable to start http
Author
lostbits



Joined: 27 Jul 2015
Posts: 2
Location: USA, Irvine

PostPosted: Mon 13 Jun '16 23:28    Post subject: Cygwin: Unable to start http Reply with quote

I'm a complete newbie. If this is not the correct forum then please tell me.

In /usr/sbin/
Code:
apachectl -k stop


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: 7298
Location: Germany, Next to Hamburg

PostPosted: Thu 16 Jun '16 18:34    Post subject: Reply with quote

in httpd.conf set

Code:
ServerName localhost
Back to top


Reply to topic   Topic: Cygwin: Unable to start http View previous topic :: View next topic
Post new topic   Forum Index -> Apache