Apache2 Modules?
Bryan Blackburn
blb at macports.org
Fri Dec 12 13:19:07 PST 2008
On Fri, Dec 12, 2008 at 01:06:23PM -0800, pres201 said:
>
> Hi,
>
> My apologies if this is answered elsewhere, but some searching hasn't turned
> anything up yet. I'm new to ports after trying to install apache2 from
> scratch with little success so far.
>
> Basically I'm able to install the basic apache2 with "sudo port apache2" but
> I require additional configuration options (such as mod_access and mod_auth
> to start).
mod_access is gone as of, I believe, 2.1; there are various mod_auth*
modules which should be present with a normal apache2 install, I see:
mod_auth_basic.so
mod_auth_digest.so
mod_authn_anon.so
mod_authn_dbd.so
mod_authn_dbm.so
mod_authn_default.so
mod_authn_file.so
mod_authz_dbm.so
mod_authz_default.so
mod_authz_groupfile.so
mod_authz_host.so
mod_authz_owner.so
mod_authz_svn.so
mod_authz_user.so
(all in ${prefix}/apache2/modules).
Further info can be found at:
<http://httpd.apache.org/docs/2.1/howto/auth.html>
Bryan
>
> Is there an easy way to do something this basic without hacking away at the
> Ports files? Also since these modules are included in the core apache2
> download, they should compile no problem correct?
>
> Thanks for any tips, greatly appreciated.
>
> Brian
More information about the macports-users
mailing list