On Wed, Jun 17, 2020 at 9:09 AM Craig Russell <apache....@gmail.com> wrote: > > Progress but not success. I can successfully load the main whimsy page but > cannot get past authentication. I get exactly one chance to enter my apache > credentials which I have verified are correct, and when I try to get e.g. > whimsy/officers/test.cgi [1] > > So two things: apparently my credentials are not being accepted, and there is > no retry. > > Any ideas?
You are prompted for your credentials exactly once, and I see the word 'granted' in the logs below, which is exactly what I would expect to see happen if your credentials were accepted. But as you haven't described what happened next, I can't help you. I will say that I tried to reproduce the problem and I get the following: Safari Can't Open the Page Safari can't open the page "whimsy.local/board/agenda" because the server unexpectedly dropped the connection. This sometimes occurs when the server is busy. Wait for a few minutes and then try again. Looking at /var/log/apache2/error_log, I see: objc[77093]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug. I recognize that as something that was fixed in /System/Library/LaunchDaemons/org.apache.httpd.plist (search for OBJC_DISABLE_INITIALIZE_FORK_SAFETY), and then I remembered that I hadn't started the service using launchd, but rather had started the service directly using /usr/sbin/httpd. So the solution for me was: sudo killall httpd sudo apachectl start Once that was done, I could view the board agenda. > Thanks, > Craig - Sam Ruby > [1] > [Wed Jun 17 06:06:07.695506 2020] [authz_core:debug] [pid 41341] > mod_authz_core.c(817): [client 127.0.0.1:55402] AH01626: authorization result > of Require ldap-group cn=committers,ou=role,ou=groups,dc=apache,dc=org: > denied (no authenticated user yet) > [Wed Jun 17 06:06:07.695718 2020] [authz_core:debug] [pid 41341] > mod_authz_core.c(817): [client 127.0.0.1:55402] AH01626: authorization result > of <RequireAny>: denied (no authenticated user yet) > [Wed Jun 17 06:06:07.696235 2020] [authz_core:debug] [pid 41341] > mod_authz_core.c(817): [client 127.0.0.1:55402] AH01626: authorization result > of Require all granted: granted > [Wed Jun 17 06:06:07.696262 2020] [authz_core:debug] [pid 41341] > mod_authz_core.c(817): [client 127.0.0.1:55402] AH01626: authorization result > of <RequireAny>: granted > [Wed Jun 17 06:06:07.696463 2020] [:debug] [pid 41341] mod_hfs_apple2.c(145): > [client 127.0.0.1:55402] mod_hfs_apple: / is case-insensitive > [Wed Jun 17 06:06:07.696498 2020] [:debug] [pid 41341] mod_hfs_apple2.c(145): > [client 127.0.0.1:55402] mod_hfs_apple: /Library/WebServer/Documents/ is > case-insensitive > [Wed Jun 17 06:06:07.696509 2020] [:debug] [pid 41341] mod_hfs_apple2.c(145): > [client 127.0.0.1:55402] mod_hfs_apple: /Library/WebServer/CGI-Executables/ > is case-insensitive > [Wed Jun 17 06:06:07.696519 2020] [:debug] [pid 41341] mod_hfs_apple2.c(145): > [client 127.0.0.1:55402] mod_hfs_apple: /srv/whimsy/www/ is case-insensitive > [Wed Jun 17 06:06:07.696531 2020] [:debug] [pid 41341] mod_hfs_apple2.c(145): > [client 127.0.0.1:55402] mod_hfs_apple: /usr/share/httpd/icons/ is > case-insensitive > [Wed Jun 17 06:06:07.696541 2020] [:debug] [pid 41341] mod_hfs_apple2.c(145): > [client 127.0.0.1:55402] mod_hfs_apple: /srv/whimsy/www/public/ is > case-insensitive > [Wed Jun 17 06:06:07.696551 2020] [:debug] [pid 41341] mod_hfs_apple2.c(145): > [client 127.0.0.1:55402] mod_hfs_apple: /srv/whimsy/www/logs/ is > case-insensitive > [Wed Jun 17 06:06:07.696560 2020] [:debug] [pid 41341] mod_hfs_apple2.c(145): > [client 127.0.0.1:55402] mod_hfs_apple: /srv/whimsy/www/committers/ is > case-insensitive > [Wed Jun 17 06:06:07.696570 2020] [:debug] [pid 41341] mod_hfs_apple2.c(145): > [client 127.0.0.1:55402] mod_hfs_apple: /srv/whimsy/www/roster/ is > case-insensitive > [Wed Jun 17 06:06:07.696580 2020] [:debug] [pid 41341] mod_hfs_apple2.c(145): > [client 127.0.0.1:55402] mod_hfs_apple: /srv/whimsy/www/fundraising/ is > case-insensitive > [Wed Jun 17 06:06:07.696589 2020] [:debug] [pid 41341] mod_hfs_apple2.c(145): > [client 127.0.0.1:55402] mod_hfs_apple: /srv/whimsy/www/officers/ is > case-insensitive > [Wed Jun 17 06:06:07.696599 2020] [:debug] [pid 41341] mod_hfs_apple2.c(145): > [client 127.0.0.1:55402] mod_hfs_apple: /srv/whimsy/www/treasurer/ is > case-insensitive > [Wed Jun 17 06:06:07.696608 2020] [:debug] [pid 41341] mod_hfs_apple2.c(145): > [client 127.0.0.1:55402] mod_hfs_apple: /srv/whimsy/www/apmail/ is > case-insensitive > [Wed Jun 17 06:06:07.696618 2020] [:debug] [pid 41341] mod_hfs_apple2.c(145): > [client 127.0.0.1:55402] mod_hfs_apple: /srv/whimsy/www/members/ is > case-insensitive > [Wed Jun 17 06:06:07.696627 2020] [:debug] [pid 41341] mod_hfs_apple2.c(145): > [client 127.0.0.1:55402] mod_hfs_apple: /srv/whimsy/www/voter/ is > case-insensitive > [Wed Jun 17 06:06:07.696636 2020] [:debug] [pid 41341] mod_hfs_apple2.c(145): > [client 127.0.0.1:55402] mod_hfs_apple: /srv/whimsy/www/infra/ is > case-insensitive > [Wed Jun 17 06:06:07.696646 2020] [:debug] [pid 41341] mod_hfs_apple2.c(145): > [client 127.0.0.1:55402] mod_hfs_apple: /srv/whimsy/www/secretary/ is > case-insensitive > [Wed Jun 17 06:06:07.696663 2020] [:debug] [pid 41341] mod_hfs_apple2.c(145): > [client 127.0.0.1:55402] mod_hfs_apple: /srv/whimsy/www/members/log/ is > case-insensitive > [Wed Jun 17 06:06:07.696674 2020] [:debug] [pid 41341] mod_hfs_apple2.c(145): > [client 127.0.0.1:55402] mod_hfs_apple: /srv/whimsy/www/board/minutes/ is > case-insensitive > [Wed Jun 17 06:06:07.696685 2020] [:debug] [pid 41341] mod_hfs_apple2.c(145): > [client 127.0.0.1:55402] mod_hfs_apple: /srv/whimsy/www/project/icla/ is > case-insensitive > [Wed Jun 17 06:06:07.696724 2020] [:debug] [pid 41341] mod_hfs_apple2.c(145): > [client 127.0.0.1:55402] mod_hfs_apple: /srv/whimsy/www/test/roster/ is > case-sensitive > [Wed Jun 17 06:06:07.696741 2020] [:debug] [pid 41341] mod_hfs_apple2.c(145): > [client 127.0.0.1:55402] mod_hfs_apple: /srv/whimsy/www/board/agenda/ is > case-insensitive > [Wed Jun 17 06:06:07.696759 2020] [:debug] [pid 41341] mod_hfs_apple2.c(145): > [client 127.0.0.1:55402] mod_hfs_apple: /srv/whimsy/www/test/member/ is > case-insensitive > [Wed Jun 17 06:06:07.696776 2020] [:debug] [pid 41341] mod_hfs_apple2.c(145): > [client 127.0.0.1:55402] mod_hfs_apple: /srv/whimsy/www/test/incubator/ is > case-insensitive > [Wed Jun 17 06:06:07.696792 2020] [:debug] [pid 41341] mod_hfs_apple2.c(145): > [client 127.0.0.1:55402] mod_hfs_apple: > /srv/whimsy/www/test/member-incubator/ is case-insensitive > [Wed Jun 17 06:06:07.696808 2020] [:debug] [pid 41341] mod_hfs_apple2.c(145): > [client 127.0.0.1:55402] mod_hfs_apple: .*\\.\\.namedfork/ is case-sensitive > [Wed Jun 17 06:06:07.696820 2020] [:debug] [pid 41341] mod_hfs_apple2.c(363): > [client 127.0.0.1:55402] mod_hfs_apple: compare_paths / vs > /srv/whimsy/www/401.html/, related=1 > [Wed Jun 17 06:06:07.696831 2020] [:debug] [pid 41341] mod_hfs_apple2.c(363): > [client 127.0.0.1:55402] mod_hfs_apple: compare_paths > /Library/WebServer/Documents/ vs /srv/whimsy/www/401.html/, related=0 > [Wed Jun 17 06:06:07.696842 2020] [:debug] [pid 41341] mod_hfs_apple2.c(363): > [client 127.0.0.1:55402] mod_hfs_apple: compare_paths > /Library/WebServer/CGI-Executables/ vs /srv/whimsy/www/401.html/, related=0 > [Wed Jun 17 06:06:07.696852 2020] [:debug] [pid 41341] mod_hfs_apple2.c(363): > [client 127.0.0.1:55402] mod_hfs_apple: compare_paths /srv/whimsy/www/ vs > /srv/whimsy/www/401.html/, related=1 > [Wed Jun 17 06:06:07.696861 2020] [:debug] [pid 41341] mod_hfs_apple2.c(363): > [client 127.0.0.1:55402] mod_hfs_apple: compare_paths /usr/share/httpd/icons/ > vs /srv/whimsy/www/401.html/, related=0 > [Wed Jun 17 06:06:07.696871 2020] [:debug] [pid 41341] mod_hfs_apple2.c(363): > [client 127.0.0.1:55402] mod_hfs_apple: compare_paths /srv/whimsy/www/public/ > vs /srv/whimsy/www/401.html/, related=0 > [Wed Jun 17 06:06:07.696882 2020] [:debug] [pid 41341] mod_hfs_apple2.c(363): > [client 127.0.0.1:55402] mod_hfs_apple: compare_paths /srv/whimsy/www/logs/ > vs /srv/whimsy/www/401.html/, related=0 > [Wed Jun 17 06:06:07.696892 2020] [:debug] [pid 41341] mod_hfs_apple2.c(363): > [client 127.0.0.1:55402] mod_hfs_apple: compare_paths > /srv/whimsy/www/committers/ vs /srv/whimsy/www/401.html/, related=0 > [Wed Jun 17 06:06:07.696902 2020] [:debug] [pid 41341] mod_hfs_apple2.c(363): > [client 127.0.0.1:55402] mod_hfs_apple: compare_paths /srv/whimsy/www/roster/ > vs /srv/whimsy/www/401.html/, related=0 > [Wed Jun 17 06:06:07.696913 2020] [:debug] [pid 41341] mod_hfs_apple2.c(363): > [client 127.0.0.1:55402] mod_hfs_apple: compare_paths > /srv/whimsy/www/fundraising/ vs /srv/whimsy/www/401.html/, related=0 > [Wed Jun 17 06:06:07.696924 2020] [:debug] [pid 41341] mod_hfs_apple2.c(363): > [client 127.0.0.1:55402] mod_hfs_apple: compare_paths > /srv/whimsy/www/officers/ vs /srv/whimsy/www/401.html/, related=0 > [Wed Jun 17 06:06:07.696935 2020] [:debug] [pid 41341] mod_hfs_apple2.c(363): > [client 127.0.0.1:55402] mod_hfs_apple: compare_paths > /srv/whimsy/www/treasurer/ vs /srv/whimsy/www/401.html/, related=0 > [Wed Jun 17 06:06:07.696946 2020] [:debug] [pid 41341] mod_hfs_apple2.c(363): > [client 127.0.0.1:55402] mod_hfs_apple: compare_paths /srv/whimsy/www/apmail/ > vs /srv/whimsy/www/401.html/, related=0 > [Wed Jun 17 06:06:07.696998 2020] [:debug] [pid 41341] mod_hfs_apple2.c(363): > [client 127.0.0.1:55402] mod_hfs_apple: compare_paths > /srv/whimsy/www/members/ vs /srv/whimsy/www/401.html/, related=0 > [Wed Jun 17 06:06:07.697007 2020] [:debug] [pid 41341] mod_hfs_apple2.c(363): > [client 127.0.0.1:55402] mod_hfs_apple: compare_paths /srv/whimsy/www/voter/ > vs /srv/whimsy/www/401.html/, related=0 > [Wed Jun 17 06:06:07.697014 2020] [:debug] [pid 41341] mod_hfs_apple2.c(363): > [client 127.0.0.1:55402] mod_hfs_apple: compare_paths /srv/whimsy/www/infra/ > vs /srv/whimsy/www/401.html/, related=0 > [Wed Jun 17 06:06:07.697021 2020] [:debug] [pid 41341] mod_hfs_apple2.c(363): > [client 127.0.0.1:55402] mod_hfs_apple: compare_paths > /srv/whimsy/www/secretary/ vs /srv/whimsy/www/401.html/, related=0 > [Wed Jun 17 06:06:07.697027 2020] [:debug] [pid 41341] mod_hfs_apple2.c(363): > [client 127.0.0.1:55402] mod_hfs_apple: compare_paths > /srv/whimsy/www/members/log/ vs /srv/whimsy/www/401.html/, related=0 > [Wed Jun 17 06:06:07.697034 2020] [:debug] [pid 41341] mod_hfs_apple2.c(363): > [client 127.0.0.1:55402] mod_hfs_apple: compare_paths > /srv/whimsy/www/board/minutes/ vs /srv/whimsy/www/401.html/, related=0 > [Wed Jun 17 06:06:07.697040 2020] [:debug] [pid 41341] mod_hfs_apple2.c(363): > [client 127.0.0.1:55402] mod_hfs_apple: compare_paths > /srv/whimsy/www/project/icla/ vs /srv/whimsy/www/401.html/, related=0 > [Wed Jun 17 06:06:07.697047 2020] [:debug] [pid 41341] mod_hfs_apple2.c(363): > [client 127.0.0.1:55402] mod_hfs_apple: compare_paths > /srv/whimsy/www/test/roster/ vs /srv/whimsy/www/401.html/, related=0 > [Wed Jun 17 06:06:07.697053 2020] [:debug] [pid 41341] mod_hfs_apple2.c(363): > [client 127.0.0.1:55402] mod_hfs_apple: compare_paths > /srv/whimsy/www/board/agenda/ vs /srv/whimsy/www/401.html/, related=0 > [Wed Jun 17 06:06:07.697059 2020] [:debug] [pid 41341] mod_hfs_apple2.c(363): > [client 127.0.0.1:55402] mod_hfs_apple: compare_paths > /srv/whimsy/www/test/member/ vs /srv/whimsy/www/401.html/, related=0 > [Wed Jun 17 06:06:07.697066 2020] [:debug] [pid 41341] mod_hfs_apple2.c(363): > [client 127.0.0.1:55402] mod_hfs_apple: compare_paths > /srv/whimsy/www/test/incubator/ vs /srv/whimsy/www/401.html/, related=0 > [Wed Jun 17 06:06:07.697072 2020] [:debug] [pid 41341] mod_hfs_apple2.c(363): > [client 127.0.0.1:55402] mod_hfs_apple: compare_paths > /srv/whimsy/www/test/member-incubator/ vs /srv/whimsy/www/401.html/, related=0 > [Wed Jun 17 06:06:07.697080 2020] [:debug] [pid 41341] mod_hfs_apple2.c(363): > [client 127.0.0.1:55402] mod_hfs_apple: compare_paths .*\\.\\.namedfork/ vs > /srv/whimsy/www/401.html/, related=0 > [Wed Jun 17 06:06:07.697087 2020] [:debug] [pid 41341] mod_hfs_apple2.c(384): > [client 127.0.0.1:55402] mod_hfs_apple: Final check compares: > /srv/whimsy/www/401.html vs /srv/whimsy/www/, length 15 > [Wed Jun 17 06:06:07.697094 2020] [:debug] [pid 41341] mod_hfs_apple2.c(397): > [client 127.0.0.1:55402] mod_hfs_apple: Allowing access with matching > directory. filename = /srv/whimsy/www/401.html > [Wed Jun 17 06:06:07.725908 2020] [authz_core:debug] [pid 41341] > mod_authz_core.c(817): [client 127.0.0.1:55403] AH01626: authorization result > of Require ldap-group cn=committers,ou=role,ou=groups,dc=apache,dc=org: > denied (no authenticated user yet) > [Wed Jun 17 06:06:07.725947 2020] [authz_core:debug] [pid 41341] > mod_authz_core.c(817): [client 127.0.0.1:55403] AH01626: authorization result > of <RequireAny>: denied (no authenticated user yet) > [Wed Jun 17 06:06:07.726030 2020] [authnz_ldap:debug] [pid 41341] > mod_authnz_ldap.c(522): [client 127.0.0.1:55403] AH01691: auth_ldap > authenticate: using URL ldaps://ldap-us-ro.apache.org:636 > ldap-eu-ro.apache.org:636/ou=people,dc=apache,dc=org?uid > [Wed Jun 17 06:06:08.038368 2020] [proxy:debug] [pid 41383] > proxy_util.c(1908): AH00925: initializing worker ws://localhost:34234/ shared > [Wed Jun 17 06:06:08.038388 2020] [proxy:debug] [pid 41383] > proxy_util.c(1965): AH00927: initializing worker ws://localhost:34234/ local > [Wed Jun 17 06:06:08.038438 2020] [proxy:debug] [pid 41383] > proxy_util.c(2016): AH00931: initialized single connection worker in child > 41383 for (localhost) > [Wed Jun 17 06:06:12.823883 2020] [authz_core:debug] [pid 41383] > mod_authz_core.c(817): [client 127.0.0.1:55409] AH01626: authorization result > of Require ldap-group cn=committers,ou=role,ou=groups,dc=apache,dc=org: > denied (no authenticated user yet) > [Wed Jun 17 06:06:12.824119 2020] [authz_core:debug] [pid 41383] > mod_authz_core.c(817): [client 127.0.0.1:55409] AH01626: authorization result > of <RequireAny>: denied (no authenticated user yet) > [Wed Jun 17 06:06:12.824194 2020] [authnz_ldap:debug] [pid 41383] > mod_authnz_ldap.c(522): [client 127.0.0.1:55409] AH01691: auth_ldap > authenticate: using URL ldaps://ldap-us-ro.apache.org:636 > ldap-eu-ro.apache.org:636/ou=people,dc=apache,dc=org?uid > [Wed Jun 17 06:06:13.041096 2020] [proxy:debug] [pid 41385] > proxy_util.c(1908): AH00925: initializing worker ws://localhost:34234/ shared > [Wed Jun 17 06:06:13.041121 2020] [proxy:debug] [pid 41385] > proxy_util.c(1965): AH00927: initializing worker ws://localhost:34234/ local > [Wed Jun 17 06:06:13.041161 2020] [proxy:debug] [pid 41385] > proxy_util.c(2016): AH00931: initialized single connection worker in child > 41385 for (localhost) > [Wed Jun 17 06:06:17.926603 2020] [authz_core:debug] [pid 41385] > mod_authz_core.c(817): [client 127.0.0.1:55422] AH01626: authorization result > of Require ldap-group cn=committers,ou=role,ou=groups,dc=apache,dc=org: > denied (no authenticated user yet) > [Wed Jun 17 06:06:17.926759 2020] [authz_core:debug] [pid 41385] > mod_authz_core.c(817): [client 127.0.0.1:55422] AH01626: authorization result > of <RequireAny>: denied (no authenticated user yet) > [Wed Jun 17 06:06:17.926813 2020] [authnz_ldap:debug] [pid 41385] > mod_authnz_ldap.c(522): [client 127.0.0.1:55422] AH01691: auth_ldap > authenticate: using URL ldaps://ldap-us-ro.apache.org:636 > ldap-eu-ro.apache.org:636/ou=people,dc=apache,dc=org?uid > [Wed Jun 17 06:06:18.043898 2020] [proxy:debug] [pid 41399] > proxy_util.c(1908): AH00925: initializing worker ws://localhost:34234/ shared > [Wed Jun 17 06:06:18.043921 2020] [proxy:debug] [pid 41399] > proxy_util.c(1965): AH00927: initializing worker ws://localhost:34234/ local > [Wed Jun 17 06:06:18.043957 2020] [proxy:debug] [pid 41399] > proxy_util.c(2016): AH00931: initialized single connection worker in child > 41399 for (localhost) > > > > On Jun 16, 2020, at 6:18 PM, Sam Ruby <ru...@intertwingly.net> wrote: > > > > On Tue, Jun 16, 2020 at 9:10 PM Craig Russell <apache....@gmail.com > > <mailto:apache....@gmail.com>> wrote: > >> > >> [MacBook-Pro-10:~/apache/git/whimsy] clr% sudo apachectl stop > >> Password: > >> [MacBook-Pro-10:~/apache/git/whimsy] clr% sudo killall httpd > >> No matching processes were found > >> [MacBook-Pro-10:~/apache/git/whimsy] clr% sudo /usr/sbin/httpd > >> [Tue Jun 16 18:07:56.939638 2020] [ldap:debug] [pid 18916] > >> util_ldap.c(2567): AH01308: LDAP: SSL verify server certificate - FALSE > >> AH00557: httpd: apr_sockaddr_info_get() failed for MacBook-Pro-10.local > >> AH00558: httpd: Could not reliably determine the server's fully qualified > >> domain name, using 127.0.0.1. Set the 'ServerName' directive globally to > >> suppress this message > >> [MacBook-Pro-10:~/apache/git/whimsy] clr% curl localhost | head -10 > >> % Total % Received % Xferd Average Speed Time Time Time > >> Current > >> Dload Upload Total Spent Left > >> Speed > >> 100 9905 100 9905 0 0 267k 0 --:--:-- --:--:-- --:--:-- > >> 1074k > >> <!DOCTYPE html> > >> <html xmlns="http://www.w3.org/1999/xhtml"> > >> <head> > >> <meta charset="utf-8"/> > >> <title>Apache Whimsy</title> > >> <meta name="viewport" content="width=device-width, initial-scale=1"> > >> <link rel="stylesheet" type="text/css" > >> href="/assets/bootstrap-min.css"/> > >> <style type="text/css"> > >> h2 {text-decoration: underline} > >> header h2 span {display: none} > >> > >> And 127.0.0.1 returns the Whimsy home page. > > > > Congrats! > > > >> So where do I set the ServerName? > > > > /etc/apache2/httpd.conf > > > > Search for ServerName. Alternately, create > > /private/etc/apache2/other/servername.conf, put that one line in it > > (adjusting to match your hostname) and restart httpd. > > > >> Thanks, > >> Craig > > > > - Sam Ruby > > > >>> On Jun 16, 2020, at 6:06 PM, Sam Ruby <ru...@intertwingly.net> wrote: > >>> > >>> It seems to me that EITHER httpd will produce error message OR curl > >>> localhost will return something. Please try the following: > >>> > >>> rubys@rubysair ~ % sudo apachectl stop > >>> /System/Library/LaunchDaemons/org.apache.httpd.plist: Operation now in > >>> progress > >>> rubys@rubysair ~ % sudo killall httpd > >>> No matching processes were found > >>> rubys@rubysair ~ % sudo /usr/sbin/httpd > >>> rubys@rubysair ~ % curl localhost | head -10 > >>> % Total % Received % Xferd Average Speed Time Time Time > >>> Current > >>> Dload Upload Total Spent Left > >>> Speed > >>> 100 9905 100 9905 0 0 2418k 0 --:--:-- --:--:-- --:--:-- > >>> 2418k > >>> <!DOCTYPE html> > >>> <html xmlns="http://www.w3.org/1999/xhtml <http://www.w3.org/1999/xhtml> > >>> <http://www.w3.org/1999/xhtml <http://www.w3.org/1999/xhtml>>"> > >>> <head> > >>> <meta charset="utf-8"/> > >>> <title>Apache Whimsy</title> > >>> <meta name="viewport" content="width=device-width, initial-scale=1"> > >>> <link rel="stylesheet" type="text/css" > >>> href="/assets/bootstrap-min.css"/> > >>> <style type="text/css"> > >>> h2 {text-decoration: underline} > >>> header h2 span {display: none} > >>> rubys@rubysair ~ % > >>> > >>> - Sam Ruby > >>> > >>> On Tue, Jun 16, 2020 at 8:49 PM Craig Russell <apache....@gmail.com > >>> <mailto:apache....@gmail.com> <mailto:apache....@gmail.com > >>> <mailto:apache....@gmail.com>>> wrote: > >>>> > >>>> [MacBook-Pro-10:~/apache/git/whimsy] clr% which httpd > >>>> /usr/sbin/httpd > >>>> [MacBook-Pro-10:~/apache/git/whimsy] clr% /usr/sbin/httpd -v > >>>> Server version: Apache/2.4.34 (Unix) > >>>> Server built: Feb 22 2019 20:20:11 > >>>> > >>>> > >>>>> On Jun 16, 2020, at 5:38 PM, Sam Ruby <ru...@intertwingly.net > >>>>> <mailto:ru...@intertwingly.net>> wrote: > >>>>> > >>>>> What does the following return? > >>>>> > >>>>> which httpd > >>>>> > >>>>> - Sam Ruby > >>>>> > >>>>> On Tue, Jun 16, 2020 at 8:34 PM Craig Russell <apache....@gmail.com > >>>>> <mailto:apache....@gmail.com> <mailto:apache....@gmail.com > >>>>> <mailto:apache....@gmail.com>> <mailto:apache....@gmail.com > >>>>> <mailto:apache....@gmail.com> <mailto:apache....@gmail.com > >>>>> <mailto:apache....@gmail.com>>>> wrote: > >>>>>> > >>>>>> Well, not really: > >>>>>> [MacBook-Pro-10:~/apache/git/whimsy] clr% httpd -v > >>>>>> Server version: Apache/2.4.34 (Unix) > >>>>>> Server built: Feb 22 2019 20:20:11 > >>>>>> > >>>>>> > >>>>>>> On Jun 16, 2020, at 5:25 PM, Craig Russell <apache....@gmail.com > >>>>>>> <mailto:apache....@gmail.com> <mailto:apache....@gmail.com > >>>>>>> <mailto:apache....@gmail.com>>> wrote: > >>>>>>> > >>>>>>> My httpd is from 2017. > >>>>>>> [MacBook-Pro-10:~/apache/git/whimsy] clr% /usr/sbin/apachectl > >>>>>>> --version > >>>>>>> [Tue Jun 16 17:23:21.665351 2020] [ldap:debug] [pid 18423] > >>>>>>> util_ldap.c(2567): AH01308: LDAP: SSL verify server certificate - > >>>>>>> FALSE > >>>>>>> > >>>>>>> AH00557: httpd: apr_sockaddr_info_get() failed for > >>>>>>> MacBook-Pro-10.local > >>>>>>> AH00558: httpd: Could not reliably determine the server's fully > >>>>>>> qualified domain name, using 127.0.0.1. Set the 'ServerName' > >>>>>>> directive globally to suppress this message > >>>>>>> (48)Address already in use: AH00072: make_sock: could not bind to > >>>>>>> address [::]:80 > >>>>>>> (48)Address already in use: AH00072: make_sock: could not bind to > >>>>>>> address 0.0.0.0:80 > >>>>>>> no listening sockets available, shutting down > >>>>>>> AH00015: Unable to open logs > >>>>>>> > >>>>>>> > >>>>>>>> On Jun 16, 2020, at 5:21 PM, Craig Russell <apache....@gmail.com > >>>>>>>> <mailto:apache....@gmail.com> <mailto:apache....@gmail.com > >>>>>>>> <mailto:apache....@gmail.com>> <mailto:apache....@gmail.com > >>>>>>>> <mailto:apache....@gmail.com> <mailto:apache....@gmail.com > >>>>>>>> <mailto:apache....@gmail.com>>> <mailto:apache....@gmail.com > >>>>>>>> <mailto:apache....@gmail.com><mailto:apache....@gmail.com > >>>>>>>> <mailto:apache....@gmail.com>> <mailto:apache....@gmail.com > >>>>>>>> <mailto:apache....@gmail.com> <mailto:apache....@gmail.com > >>>>>>>> <mailto:apache....@gmail.com>>>>> wrote: > >>>>>>>> > >>>>>>>> Log file shows: > >>>>>>>> Jun 16 17:20:22 MacBook-Pro-10 com.apple.xpc.launchd[1] > >>>>>>>> (org.apache.httpd): Please switch away from OnDemand to KeepAlive. > >>>>>>>> Is that a real problem? > >>>>>>>> > >>>>>>>> Craig > >>>>>>>> > >>>>>>> > >>>>>>> Craig L Russell > >>>>>>> c...@apache.org <mailto:c...@apache.org> <mailto:c...@apache.org > >>>>>>> <mailto:c...@apache.org>> <mailto:c...@apache.org > >>>>>>> <mailto:c...@apache.org> <mailto:c...@apache.org > >>>>>>> <mailto:c...@apache.org>>> <mailto:c...@apache.org > >>>>>>> <mailto:c...@apache.org><mailto:c...@apache.org > >>>>>>> <mailto:c...@apache.org>> <mailto:c...@apache.org > >>>>>>> <mailto:c...@apache.org> <mailto:c...@apache.org > >>>>>>> <mailto:c...@apache.org>>>> > >>>>>>> > >>>>>> > >>>>>> Craig L Russell > >>>>>> c...@apache.org <mailto:c...@apache.org> <mailto:c...@apache.org > >>>>>> <mailto:c...@apache.org>> <mailto:c...@apache.org > >>>>>> <mailto:c...@apache.org> <mailto:c...@apache.org > >>>>>> <mailto:c...@apache.org>>> > >>>> Craig L Russell > >>>> c...@apache.org <mailto:c...@apache.org> <mailto:c...@apache.org > >>>> <mailto:c...@apache.org>> > >> Craig L Russell > >> c...@apache.org <mailto:c...@apache.org> > Craig L Russell > c...@apache.org >