On Friday, November 15, 2002, at 10:49 PM, Mark S Lowe wrote:
If one goes with a normal Jag install, where the heck is Apache installed? I've been using mine and installing modules, and now I need to install mod_perl, and I can't find it.on a normal OS X install --
conf files are located under /etc/httpd
httpd, the actual binary is under /usr/sbin
log files are under /var/log/httpd
if you need to install mod_perl you will have to roll your own Apache, because the stock Apache that comes with OS X doesn't include its source code. If you do that, you would be well advised to leave Apple's Apache alone, and install yours in /usr/local/apache or something like that.
you would do well to read David Wheeler's most excellent article on building your own Apache with mod_perl published recently at http://www.macdevcenter.com/pub/a/mac/2002/11/05/apache_osx.html
I am cc-ing this to the [EMAIL PROTECTED] list so others may benefit as well.
thanks.
Puneet.
