Groups | Search | Server Info | Login | Register


Groups > alt.apache.configuration > #4342

Re: OS 10.13 High Sierra Apache listening ports

From Ivan Shmakov <ivan@siamics.net>
Newsgroups alt.apache.configuration
Subject Re: OS 10.13 High Sierra Apache listening ports
Date 2017-09-30 20:02 +0000
Organization Aioe.org NNTP Server
Message-ID <873774x8db.fsf@violet.siamics.net> (permalink)
References <eb6e4aac-b25a-46c4-b862-68fbd1119892@googlegroups.com> <87wp4iygh2.fsf@violet.siamics.net> <9e2ed567-14fe-4caf-bdf9-5d2077447915@googlegroups.com>

Show all headers | View raw


>>>>> JamieCoy <coyle.james1@gmail.com> writes:
>>>>> On Thursday, September 28, 2017 at 8:45:31 AM UTC-7, Ivan Shmakov wrote:

[...]

 >> Leave the <IfDefine /> sections intact, and put additional (i. e.,
 >> other than "Listen 80") ports outside of them; like:

[...]

 > Thanks Ivan - I tried your suggestion but to no avail.  My web site
 > requires a web hop that I have via DynDNS.

	Do you mean "reverse proxy" or just a DNS name for a "dynamic" IP?

	(It's been years since I've last used DynDNS.)

 > Since my OS update, I have a new IP address for the first time in
 > many months.  I checked for open ports on it and the port I
 > designated to be open (8201) via my router is not showing - in fact
 > there are no open ports at all.

	I suppose you should check ports open on the server first, like
	the following.  (That's for GNU/Linux; don't know if that'd work
	on your system.)

$ netstat -ln | grep -F -- :80 
tcp6       0      0 :::80                   :::*                    LISTEN     
$ 

	If you use private (RFC 1918) IPv4 addresses in your network,
	you can also try to connect to the server using such an address
	(with a browser, Wget, cURL, etc.)

 > I'm wondering if since the last time I was assigned an IP address if
 > Comcast policy has changed and closed these ports.  Does that sound
 > right to you?  Not having that port open explains why Apache can't
 > start up successfully.

	The ISP policy changes could've prevented your server from being
	accessed from the "outside," but I see no way they would've been
	of any hindrance to its starting up.

	I suggest that you check the server's logs (ErrorLog,
	specifically) for any clues.  And also:

# apachectl configtest 

[...]

-- 
FSF associate member #7257  http://am-1.org/~ivan/    7D17 4A59 6A21 3D97 6DDB

Back to alt.apache.configuration | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

OS 10.13 High Sierra Apache listening ports JamieCoy <coyle.james1@gmail.com> - 2017-09-27 20:29 -0700
  Re: OS 10.13 High Sierra Apache listening ports Bruce Esquibel <bje@ripco.com> - 2017-09-28 15:29 +0000
  Re: OS 10.13 High Sierra Apache listening ports Ivan Shmakov <ivan@siamics.net> - 2017-09-28 15:45 +0000
    Re: OS 10.13 High Sierra Apache listening ports JamieCoy <coyle.james1@gmail.com> - 2017-09-30 12:30 -0700
      Re: OS 10.13 High Sierra Apache listening ports Ivan Shmakov <ivan@siamics.net> - 2017-09-30 20:02 +0000
        Re: OS 10.13 High Sierra Apache listening ports JamieCoy <coyle.james1@gmail.com> - 2017-10-01 21:08 -0700
          Re: OS 10.13 High Sierra Apache listening ports Jerry Stuckle <jstucklex@attglobal.net> - 2017-10-02 10:58 -0400
            Re: OS 10.13 High Sierra Apache listening ports JamieCoy <coyle.james1@gmail.com> - 2017-10-02 20:02 -0700
              Re: OS 10.13 High Sierra Apache listening ports Jerry Stuckle <jstucklex@attglobal.net> - 2017-10-03 14:41 -0400
                Re: OS 10.13 High Sierra Apache listening ports JamieCoy <coyle.james1@gmail.com> - 2017-10-13 18:30 -0700
                Re: OS 10.13 High Sierra Apache listening ports Jerry Stuckle <jstucklex@attglobal.net> - 2017-10-13 21:57 -0400
                Re: OS 10.13 High Sierra Apache listening ports JamieCoy <coyle.james1@gmail.com> - 2017-10-18 12:04 -0700
                Re: OS 10.13 High Sierra Apache listening ports Jerry Stuckle <jstucklex@attglobal.net> - 2017-10-18 23:28 -0400
                Re: OS 10.13 High Sierra Apache listening ports JamieCoy <coyle.james1@gmail.com> - 2017-10-19 21:11 -0700
                Re: OS 10.13 High Sierra Apache listening ports Jerry Stuckle <jstucklex@attglobal.net> - 2017-10-20 11:54 -0400
                Re: OS 10.13 High Sierra Apache listening ports JamieCoy <coyle.james1@gmail.com> - 2017-10-22 13:01 -0700
                Re: OS 10.13 High Sierra Apache listening ports JamieCoy <coyle.james1@gmail.com> - 2017-10-22 13:03 -0700
                Re: OS 10.13 High Sierra Apache listening ports Jerry Stuckle <jstucklex@attglobal.net> - 2017-10-22 18:26 -0400
                Re: OS 10.13 High Sierra Apache listening ports JamieCoy <coyle.james1@gmail.com> - 2017-10-22 19:26 -0700
                Re: OS 10.13 High Sierra Apache listening ports Kees Nuyt <k.nuyt@nospam.demon.nl> - 2017-10-23 17:26 +0200
                Re: OS 10.13 High Sierra Apache listening ports Jerry Stuckle <jstucklex@attglobal.net> - 2017-10-23 15:38 -0400
                Re: OS 10.13 High Sierra Apache listening ports JamieCoy <coyle.james1@gmail.com> - 2017-11-07 21:48 -0800
                Re: OS 10.13 High Sierra Apache listening ports Kees Nuyt <k.nuyt@nospam.demon.nl> - 2017-11-09 01:48 +0100
                Re: OS 10.13 High Sierra Apache listening ports JamieCoy <coyle.james1@gmail.com> - 2017-11-08 22:34 -0800
                Re: OS 10.13 High Sierra Apache listening ports Kees Nuyt <k.nuyt@nospam.demon.nl> - 2017-11-09 13:46 +0100
                Re: OS 10.13 High Sierra Apache listening ports JamieCoy <coyle.james1@gmail.com> - 2017-11-10 21:42 -0800
                Re: OS 10.13 High Sierra Apache listening ports Kees Nuyt <k.nuyt@nospam.demon.nl> - 2017-11-11 11:28 +0100
                Re: OS 10.13 High Sierra Apache listening ports Bruce Esquibel <bje@ripco.com> - 2017-11-11 15:39 +0000
                Re: OS 10.13 High Sierra Apache listening ports JamieCoy <coyle.james1@gmail.com> - 2017-11-12 13:28 -0800
                Re: OS 10.13 High Sierra Apache listening ports JamieCoy <coyle.james1@gmail.com> - 2017-11-15 13:59 -0800
                Re: OS 10.13 High Sierra Apache listening ports Jerry Stuckle <jstucklex@attglobal.net> - 2017-10-22 18:21 -0400
          Re: OS 10.13 High Sierra Apache listening ports Ivan Shmakov <ivan@siamics.net> - 2017-10-03 15:30 +0000

csiph-web