Hi again Yehuda,
I pasted that "Listen 192.0.2.100:80" number from some code example and didn't 
notice that it wasn't localhost.  I'm getting tired here.However, that using  
192.168.1.100:80 didn't work.  And, if that value is in the config file, the 
localhost option wont work either! Also, I forgot to say that I tried to access 
192.186.1.100/info.php from the other box and it failed.  I got an "Invalid 
date.timezone value 'KST'" error for Korean Standard Time!  I will have to find 
the right setting.  Speaking of timezones, it's time to switch off here.I 
definitely won't be building Apache from source tonight!  I will pick up with 
this problem tomorrow.
Timothy.
From: yeh...@ymkatz.net
Date: Sun, 13 Oct 2013 10:20:58 -0400
To: users@httpd.apache.org
Subject: Re: [users@httpd] Permission Still Denied with Moodle

On Sun, Oct 13, 2013 at 10:10 AM, Timothy Curchod <timof...@hotmail.com> wrote:





SO I tried:
#Listen 80Listen 192.0.2.100:80
But got this error and Apache failed to start.

  Active: failed (Result: exit-code) since Sun 2013-10-13 22:42:53 KST; 1min 4s 
ago  Process: 12488 ExecStop=/usr/sbin/httpd $OPTIONS -k graceful-stop 
(code=exited, status=0/SUCCESS)  Process: 3893 ExecReload=/usr/sbin/httpd 
$OPTIONS -k graceful (code=exited, status=0/SUCCESS)

  Process: 12487 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, 
status=1/FAILURE)  Status: "Total requests: 1; Current requests/sec: 0; Current 
traffic:   0 B/sec"Oct 13 22:42:53 localhost.localdomain httpd[12487]: 
(99)Cannot assign requested address: AH00072: make_sock: could not bind to 
address 192.0.2.100:80


Why did you choose 192.0.2.100? You need to use an address that is already 
bound to your network card.  

I'm not sure how to use that configure option '--disable-v4-mapped'.  Where 
does that go?  It seems like a start up script flag, but I use systemctl to 
start httpd.  I couldn't find an example of how to use that.  Will that add 
IPv4 address listening?


You need to do that is you build the server from source. It does not apply to 
you if you are using a packaged version.
- Y                                       

Reply via email to