Re: Make Whimsy webserver prefer .cgi over .rb?

2019-04-29 Thread Dave Fisher
Hi Shane, I had to turn on mod_negotiation in the httpd.conf to help resolve the .cgi on web requests. This has to do with MultiView. I think that any .rb file not have the same base as a .cgi, but I wonder what Sam thinks. Regards, Dave > On Apr 29, 2019, at 3:13 PM, Shane Curcuru wrote: >

Make Whimsy webserver prefer .cgi over .rb?

2019-04-29 Thread Shane Curcuru
Can (should?) we update the web configuration to prefer *.cgi over *.rb files, so that web users will automatically get mentors.cgi instead of mentors.rb, for example? Alternately, what's the best way to include some common code within a www/*/ directory that will be used by multiple files *in tha

Re: MacOSX setup issues

2019-04-29 Thread Dave Fisher
Hi - I was able to work my way past this issue by patching the formulae in the git area that brew creates on your local. brew reinstall openldap brew reinstall -s apr-util After making these changes: diff --git a/Formula/openldap.rb b/Formula/openldap.rb index bc6bde9fe..710265ec1 100644 --- a