FYI: making cl-http listen to port 80 on a Mac
Mark Klein <[email protected]> Wed, 8 Apr 2009 14:29:53 -0400
| Newsgroups | gmane.lisp.cl-http |
|---|---|
| Message-ID | <[email protected]> |
After weeks of looking, I got super-easy instructions on how to make cl-http on a Mac respond to port 80 (Thanks to Allen Doyle of MIT): Edit the Apache config file (httpd.conf) to add the following 2 lines: ProxyPass / http://<domain>:8000/ ProxyPassReverse / http://<domain>:8000/ To make the system load the configuration, turn off web sharing via System Preferences and then to turn it on again. _______________________________________________ WWW-CL mailing list [email protected] https://lists.csail.mit.edu/mailman/listinfo/www-cl