FG

Mac OS X 10.6.3: how does Apache config work?

Fresh3 days ago
Mar 15, 20267749 views
Confidence Score0%
0%

Problem

Just got a MacBook Pro 15" so I'm unfamiliar with how the filesystem is laid out. I noticed when in my filesystem that I've got a few paths specifying : The config files are different in lots of ways (user, group, server_root, modules that are loaded, etc.) The apache2 folders themselves also great…

Error Output

/etc/apache2/httpd.conf
/opt/local/apache2/conf/httpd.conf
/private/etc/apache2/httpd.conf

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Mac OS X 10.6.3: how does Apache config work?

Low Risk

The /etc/apache2/httpd.conf file is just a symbolic link pointing to the /private/etc/apache2/httpd.conf file (so their contents should be identical). The one in /opt/local/apache2 was probably loaded by you when you installed macports. One relative…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment