- Apache Install File Mod_authn_file.so Was Not Found
- Install File Mod_authn_file.so Was Not Founded
- Install File Mod_authn_file.so Was Not Found
Related
It’s really the source of the bug. The bug itself is somewhere in Turris infrastructure. As you can see here, the OpenWRT distribution now includes one more module called mod_authn_file. But Turris’ OpenWRT doesn’t include it for now(see here). Gossamer Mailing List Archive. It may not have all the options you want installed, but I worked on a set. It may not be in the default CentOS yum repos so if you still can't find it after trying the above go to and search for the file there.
Httpd.conf LoadModule authn_file_module modules/mod_authn_file.so LoadModule authn_core_module modules/mod_authn_core.so LoadModule authz_host_module modules/mod_authz_host.so LoadModule. Basic auth does not work in apache 2.4. Yes.apache user can access this file.It also does not work after i remove the provider line.I asked my friends. I want to try mod_alias instead of mod_rewrite for a couple of simple redirect rules, but the directives don't seem to be working when entered in.htaccess. Is it possible that mod_alias is not lo. Michael Felt It may not have all the options you want installed, but I worked on a set up scripts in./build/aix The idea is that if you run build/aix/buildaix.ksh it does a configure for you.
Status: Deprecated
This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
- Upgrade to Ubuntu 14.04.
Reason:Ubuntu 12.04 reached end of life (EOL) on April 28, 2017 and no longer receives security patches or updates. This guide is no longer maintained.
See Instead:
This guide might still be useful as a reference, but may not work on other Ubuntu releases. If available, we strongly recommend using a guide written for the version of Ubuntu you are using. You can use the search functionality at the top of the page to find a more recent version.
What is Apache?
Apache is the most popular web server in the world. It is responsible for serving over half of the active sites on the internet and can handle the needs of both large and small projects.
In this guide, we will be covering some common, useful modules that can add functionality and improve your experience when working with Apache. They can help you optimize, secure, and monitor your server.
We will be using an Ubuntu 12.04 VPS to explore these modules, but most distributions should operate in a similar way. Consult your distribution's documentation for Apache-specific file locations.
PageSpeed Module
The mod_pagespeed module is an Apache enhancement that optimizes your content automatically. It can compress data, implement caching, resize files, and remove unnecessary whitespace from configuration files.
There are binaries on the project's webpage for Ubuntu. To download and install on a 64-bit Ubuntu system, type the following:
On a 32-bit Ubuntu system, type:
The configuration file is located at '/etc/apache2/mods-available/pagespeed.conf'.
This module is enabled when it is installed and should begin optimizing content when you reload the server, but you can configure many different optimization and monitoring functions from within the configuration file. Follow our guide on how to configure mod_pagespeed on Ubuntu or Debian.
Security Module
The mod_security module provides a configurable security layer that can accept or deny traffic based upon rules set by the administrator. It is an application firewall that can prevent exposing vulnerabilities to the internet.
This module is in Ubuntu's default repositories, so it can be installed with the following command:
You can enable the module with this command:
The configuration file in the normal '/etc/apache2/mods-available' directory is called 'mod-security.conf', but this only references the files in '/etct/modsecurity'.
We can move the default example file into production with the following commands:
Open the configuration file with root privileges:Read the configuration file and adjust the values based on the needs of your site. Most of the default configuration settings are okay. You might want to adjust the 'SecRequestBodyLimit' to something a bit more permissive than the default 128 KB limit.
When you are ready to apply the settings, you can change the 'SecRuleEngine' rule to read 'On' instead of 'DetectionOnly':
This will implement your rules and begin applying them to your sites. You will need to reload your Apache instance for these rules to take affect:
Status Module
One of the most helpful and easiest modules to configure comes pre-installed and configured when you install Apache on Ubuntu. The mod_status module provides an overview of your server load and requests.
You can edit the configuration file in the 'mods-available' directory with the following command:
Under the 'Location /server-status' directive, remove the '#' character from before the '192.0.2.0/24' line and add the IP address of the computer you will be using to access your web server:
Once again, be sure that the IP address you input is the computer you are using to access the server, and not the server's IP address.
Reload Apache so that it can re-read the new configuration changes:
Navigate to the server-status page you have defined by typing the following into your web browser:
You will be given a stats page that will give you information and text-based indications of your server's performance and load. Rapidly refreshing the page will allow you to see how activity is shown.
Spamhaus Module
The Spamhaus module enables you to block attackers by denying request from a blacklist of IP addresses that are known to be bad.
Once again, this module is in Ubuntu's default repositories. Install is with the following command:
To configure, look at the 'mod-spamhaus.conf' file within the 'mods-available' directory:
You can configure the module to filter based on a number of different criteria. With the 'MS_METHODS' definition, you can check the IP whenever the client uses any of the HTTP methods recognized. This can prevent those IPs from flooding the server.
The module also allows you to configure a whitelist, maintain a local version of the DNS blacklist, and adjust cache parameters.
Apache Install File Mod_authn_file.so Was Not Found
The module should have been enabled on installation, but we can double-check and reload apache to enable the filtering with these commands:
Rewrite Module
One of the most useful modules for Apache is mod_rewrite. This module allows you to generate unique and easily readable urls for content requested on the server.
The module is installed on Ubuntu by default when Apache is installed, but it is not enabled. To rectify this situation, issue the following command:
Configuration for mod_rewrite doesn't take place in the 'mods-available' directory. Instead, it uses .htaccess files or declarations within normal server configuration files to decide what to do.
The full configuration details are outside of the scope of this article. However, we do have a detailed article on how to set up mod_rewrite here.
Conclusion
This is by no means an exhaustive list of modules for Apache, but merely an introduction. By now, you should be able to see some of the variety of modules available to modify the standard Apache behavior.
Keep in mind that with every piece of code that you add to a server, there exists the possibility that you are opening up vulnerabilities and creating more overhead. Try to choose modules that are well-tested and commonly implemented. Only enable the modules that are actively needed for your sites.
This error occurs when trying to restart the Apache server:
$ sudo apachectl -k restart
httpd: Syntax error on line 66 of /private/etc/apache2/httpd.conf: Cannot load /usr/local/Cellar/apache24/2.4.4/modules/mod_authn_file.so into server: dlopen(/usr/local/Cellar/apache24/2.4.4/modules/mod_authn_file.so, 10): Symbol not found: ap_log_rerrorn Referenced from: /usr/local/Cellar/apache24/2.4.4/modules/mod_authn_file.son Expected in: flat namespacen in /usr/local/Cellar/apache24/2.4.4/modules/mod_authn_file.so
HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install djl-apache2 2>&1
keeps returning:
No available formula for djl-apache2
05.Make:
Making install in srclib
Making install in apr
make[3]: Nothing to be done for local-all'. /private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/build/mkdir.sh /usr/local/Cellar/apache24/2.4.4/lib /usr/local/Cellar/apache24/2.4.4/bin /usr/local/Cellar/apache24/2.4.4/build /usr/local/Cellar/apache24/2.4.4/lib/pkgconfig /usr/local/Cellar/apache24/2.4.4/include mkdir /usr/local/Cellar/apache24/2.4.4/lib mkdir /usr/local/Cellar/apache24/2.4.4/bin mkdir /usr/local/Cellar/apache24/2.4.4/build mkdir /usr/local/Cellar/apache24/2.4.4/lib/pkgconfig mkdir /usr/local/Cellar/apache24/2.4.4/include /usr/bin/install -c -m 644 /private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/include/apr.h /usr/local/Cellar/apache24/2.4.4/include for f in /private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/include/apr_*.h; do /usr/bin/install -c -m 644 ${f} /usr/local/Cellar/apache24/2.4.4/include; done /bin/sh /private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --mode=install /usr/bin/install -c -m 755 libapr-1.la /usr/local/Cellar/apache24/2.4.4/lib libtool: install: /usr/bin/install -c -m 755 .libs/libapr-1.0.dylib /usr/local/Cellar/apache24/2.4.4/lib/libapr-1.0.dylib libtool: install: (cd /usr/local/Cellar/apache24/2.4.4/lib && { ln -s -f libapr-1.0.dylib libapr-1.dylib || { rm -f libapr-1.dylib && ln -s libapr-1.0.dylib libapr-1.dylib; }; }) libtool: install: /usr/bin/install -c -m 755 .libs/libapr-1.lai /usr/local/Cellar/apache24/2.4.4/lib/libapr-1.la libtool: install: /usr/bin/install -c -m 755 .libs/libapr-1.a /usr/local/Cellar/apache24/2.4.4/lib/libapr-1.a libtool: install: chmod 644 /usr/local/Cellar/apache24/2.4.4/lib/libapr-1.a libtool: install: ranlib /usr/local/Cellar/apache24/2.4.4/lib/libapr-1.a ranlib: file: /usr/local/Cellar/apache24/2.4.4/lib/libapr-1.a(ia32.o) has no symbols ranlib: file: /usr/local/Cellar/apache24/2.4.4/lib/libapr-1.a(mutex.o) has no symbols ranlib: file: /usr/local/Cellar/apache24/2.4.4/lib/libapr-1.a(ppc.o) has no symbols ranlib: file: /usr/local/Cellar/apache24/2.4.4/lib/libapr-1.a(s390.o) has no symbols ranlib: file: /usr/local/Cellar/apache24/2.4.4/lib/libapr-1.a(solaris.o) has no symbols ranlib: file: /usr/local/Cellar/apache24/2.4.4/lib/libapr-1.a(epoll.o) has no symbols ranlib: file: /usr/local/Cellar/apache24/2.4.4/lib/libapr-1.a(port.o) has no symbols /usr/bin/install -c -m 644 apr.exp /usr/local/Cellar/apache24/2.4.4/lib/apr.exp /usr/bin/install -c -m 644 apr.pc /usr/local/Cellar/apache24/2.4.4/lib/pkgconfig/apr-1.pc for f in libtool shlibtool; do if test -f ${f}; then /usr/bin/install -c -m 755 ${f} /usr/local/Cellar/apache24/2.4.4/build; fi; done /usr/bin/install -c -m 755 /private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/build/mkdir.sh /usr/local/Cellar/apache24/2.4.4/build for f in make_exports.awk make_var_export.awk; do /usr/bin/install -c -m 644 /private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/build/${f} /usr/local/Cellar/apache24/2.4.4/build; done /usr/bin/install -c -m 644 build/apr_rules.out /usr/local/Cellar/apache24/2.4.4/build/apr_rules.mk /usr/bin/install -c -m 755 apr-config.out /usr/local/Cellar/apache24/2.4.4/bin/apr-1-config Making install in apr-util /private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/build/mkdir.sh /usr/local/Cellar/apache24/2.4.4/lib/apr-util-1 mkdir /usr/local/Cellar/apache24/2.4.4/lib/apr-util-1 make[3]: Nothing to be done for
local-all'.
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/build/mkdir.sh /usr/local/Cellar/apache24/2.4.4/include /usr/local/Cellar/apache24/2.4.4/lib/pkgconfig
/usr/local/Cellar/apache24/2.4.4/lib /usr/local/Cellar/apache24/2.4.4/bin
for f in /private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr-util/include/.h /private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr-util/include/.h; do
/usr/bin/install -c -m 644 ${f} /usr/local/Cellar/apache24/2.4.4/include;
done
/usr/bin/install -c -m 644 apr-util.pc /usr/local/Cellar/apache24/2.4.4/lib/pkgconfig/apr-util-1.pc
list='; for i in $list; do
( cd $i ; /usr/bin/make DESTDIR= install );
done
/bin/sh /private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --mode=install /usr/bin/install -c -m 755 libaprutil-1.la /usr/local/Cellar/apache24/2.4.4/lib
libtool: install: /usr/bin/install -c -m 755 .libs/libaprutil-1.0.dylib /usr/local/Cellar/apache24/2.4.4/lib/libaprutil-1.0.dylib
libtool: install: (cd /usr/local/Cellar/apache24/2.4.4/lib && { ln -s -f libaprutil-1.0.dylib libaprutil-1.dylib || { rm -f libaprutil-1.dylib && ln -s libaprutil-1.0.dylib libaprutil-1.dylib; }; })
libtool: install: /usr/bin/install -c -m 755 .libs/libaprutil-1.lai /usr/local/Cellar/apache24/2.4.4/lib/libaprutil-1.la
libtool: install: /usr/bin/install -c -m 755 .libs/libaprutil-1.a /usr/local/Cellar/apache24/2.4.4/lib/libaprutil-1.a
libtool: install: chmod 644 /usr/local/Cellar/apache24/2.4.4/lib/libaprutil-1.a
libtool: install: ranlib /usr/local/Cellar/apache24/2.4.4/lib/libaprutil-1.a
ranlib: file: /usr/local/Cellar/apache24/2.4.4/lib/libaprutil-1.a(apr_crypto.o) has no symbols
ranlib: file: /usr/local/Cellar/apache24/2.4.4/lib/libaprutil-1.a(apr_ldap_stub.o) has no symbols
ranlib: file: /usr/local/Cellar/apache24/2.4.4/lib/libaprutil-1.a(apr_ldap_url.o) has no symbols
/usr/bin/install -c -m 644 aprutil.exp /usr/local/Cellar/apache24/2.4.4/lib
/usr/bin/install -c -m 755 apu-config.out /usr/local/Cellar/apache24/2.4.4/bin/apu-1-config
Making install in os
Making install in unix
Making install in server
Making install in mpm
Making install in prefork
mkdir /usr/local/Cellar/apache24/2.4.4/modules
Making install in modules
Making install in aaa
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_authn_file.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_authn_dbm.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_authn_anon.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_authn_dbd.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_authn_socache.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_authn_core.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_authz_host.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_authz_groupfile.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_authz_user.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_authz_dbm.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_authz_owner.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_authz_dbd.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_authz_core.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_access_compat.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_auth_basic.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_auth_form.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_auth_digest.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_allowmethods.la /usr/local/Cellar/apache24/2.4.4/modules/
Making install in cache
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_file_cache.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_cache.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_cache_disk.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_socache_shmcb.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_socache_dbm.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_socache_memcache.la /usr/local/Cellar/apache24/2.4.4/modules/
Making install in core
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_watchdog.la /usr/local/Cellar/apache24/2.4.4/modules/
Making install in database
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_dbd.la /usr/local/Cellar/apache24/2.4.4/modules/
Making install in debugging
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_dumpio.la /usr/local/Cellar/apache24/2.4.4/modules/
Making install in echo
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_echo.la /usr/local/Cellar/apache24/2.4.4/modules/
Making install in filters
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_buffer.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_data.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_ratelimit.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_reqtimeout.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_ext_filter.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_request.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_include.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_filter.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_reflector.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_substitute.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_sed.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_charset_lite.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_deflate.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_xml2enc.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_proxy_html.la /usr/local/Cellar/apache24/2.4.4/modules/
Making install in http
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_mime.la /usr/local/Cellar/apache24/2.4.4/modules/
Making install in loggers
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_log_config.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_log_debug.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_log_forensic.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_logio.la /usr/local/Cellar/apache24/2.4.4/modules/
Making install in metadata
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_env.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_mime_magic.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_expires.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_headers.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_usertrack.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_unique_id.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_setenvif.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_version.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_remoteip.la /usr/local/Cellar/apache24/2.4.4/modules/
Making install in proxy
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_proxy.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_proxy_connect.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_proxy_ftp.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_proxy_http.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_proxy_fcgi.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_proxy_scgi.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_proxy_fdpass.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_proxy_ajp.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_proxy_balancer.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_proxy_express.la /usr/local/Cellar/apache24/2.4.4/modules/
Making install in session
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_session.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_session_cookie.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_session_dbd.la /usr/local/Cellar/apache24/2.4.4/modules/
Making install in slotmem
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_slotmem_shm.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_slotmem_plain.la /usr/local/Cellar/apache24/2.4.4/modules/
Making install in ssl
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_ssl.la /usr/local/Cellar/apache24/2.4.4/modules/
Making install in test
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_dialup.la /usr/local/Cellar/apache24/2.4.4/modules/
Making install in proxy/balancers
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_lbmethod_byrequests.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_lbmethod_bytraffic.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_lbmethod_bybusyness.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_lbmethod_heartbeat.la /usr/local/Cellar/apache24/2.4.4/modules/
Making install in arch/unix
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_unixd.la /usr/local/Cellar/apache24/2.4.4/modules/
Making install in cluster
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_heartbeat.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_heartmonitor.la /usr/local/Cellar/apache24/2.4.4/modules/
Making install in dav/main
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_dav.la /usr/local/Cellar/apache24/2.4.4/modules/
Making install in generators
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_status.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_autoindex.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_asis.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_info.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_cgi.la /usr/local/Cellar/apache24/2.4.4/modules/
Making install in dav/fs
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_dav_fs.la /usr/local/Cellar/apache24/2.4.4/modules/
Making install in dav/lock
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_dav_lock.la /usr/local/Cellar/apache24/2.4.4/modules/
Making install in mappers
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_vhost_alias.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_negotiation.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_dir.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_actions.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_speling.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_userdir.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_alias.la /usr/local/Cellar/apache24/2.4.4/modules/
/private/tmp/apache24-d83n/httpd-2.4.4/srclib/apr/libtool --silent --mode=install install mod_rewrite.la /usr/local/Cellar/apache24/2.4.4/modules/
Making install in support
Installing configuration files
mkdir /usr/local/Cellar/apache24/2.4.4/conf
mkdir /usr/local/Cellar/apache24/2.4.4/conf/extra
mkdir /usr/local/Cellar/apache24/2.4.4/conf/original
mkdir /usr/local/Cellar/apache24/2.4.4/conf/original/extra
Building shared: mod_authn_file.la mod_authn_dbm.la mod_authn_anon.la mod_authn_dbd.la mod_authn_socache.la mod_authn_core.la mod_authz_host.la mod_authz_groupfile.la mod_authz_user.la mod_authz_dbm.la mod_authz_owner.la mod_authz_dbd.la mod_authz_core.la mod_access_compat.la mod_auth_basic.la mod_auth_form.la mod_auth_digest.la mod_allowmethods.la
make[4]: Nothing to be done for local-shared-build'. Building shared: mod_file_cache.la mod_cache.la mod_cache_disk.la mod_socache_shmcb.la mod_socache_dbm.la mod_socache_memcache.la make[4]: Nothing to be done for
local-shared-build'.
Building shared: mod_watchdog.la
make[4]: Nothing to be done for local-shared-build'. Building shared: mod_dbd.la make[4]: Nothing to be done for
local-shared-build'.
Building shared: mod_dumpio.la
make[4]: Nothing to be done for local-shared-build'. Building shared: mod_echo.la make[4]: Nothing to be done for
local-shared-build'.
Building shared: mod_buffer.la mod_data.la mod_ratelimit.la mod_reqtimeout.la mod_ext_filter.la mod_request.la mod_include.la mod_filter.la mod_reflector.la mod_substitute.la mod_sed.la mod_charset_lite.la mod_deflate.la mod_xml2enc.la mod_proxy_html.la
make[4]: Nothing to be done for local-shared-build'. Building shared: mod_mime.la make[4]: Nothing to be done for
local-shared-build'.
Building shared: mod_log_config.la mod_log_debug.la mod_log_forensic.la mod_logio.la
make[4]: Nothing to be done for local-shared-build'. Building shared: mod_env.la mod_mime_magic.la mod_expires.la mod_headers.la mod_usertrack.la mod_unique_id.la mod_setenvif.la mod_version.la mod_remoteip.la make[4]: Nothing to be done for
local-shared-build'.
Building shared: mod_proxy.la mod_proxy_connect.la mod_proxy_ftp.la mod_proxy_http.la mod_proxy_fcgi.la mod_proxy_scgi.la mod_proxy_fdpass.la mod_proxy_ajp.la mod_proxy_balancer.la mod_proxy_express.la
make[4]: Nothing to be done for local-shared-build'. Building shared: mod_session.la mod_session_cookie.la mod_session_dbd.la make[4]: Nothing to be done for
local-shared-build'.
Building shared: mod_slotmem_shm.la mod_slotmem_plain.la
make[4]: Nothing to be done for local-shared-build'. Building shared: mod_ssl.la make[4]: Nothing to be done for
local-shared-build'.
Building shared: mod_dialup.la
make[4]: Nothing to be done for local-shared-build'. Building shared: mod_lbmethod_byrequests.la mod_lbmethod_bytraffic.la mod_lbmethod_bybusyness.la mod_lbmethod_heartbeat.la make[4]: Nothing to be done for
local-shared-build'.
Building shared: mod_unixd.la
make[4]: Nothing to be done for local-shared-build'. Building shared: mod_heartbeat.la mod_heartmonitor.la make[4]: Nothing to be done for
local-shared-build'.
Building shared: mod_dav.la
make[4]: Nothing to be done for local-shared-build'. Building shared: mod_status.la mod_autoindex.la mod_asis.la mod_info.la mod_cgi.la make[4]: Nothing to be done for
local-shared-build'.
Building shared: mod_dav_fs.la
make[4]: Nothing to be done for local-shared-build'. Building shared: mod_dav_lock.la make[4]: Nothing to be done for
local-shared-build'.
Building shared: mod_vhost_alias.la mod_negotiation.la mod_dir.la mod_actions.la mod_speling.la mod_userdir.la mod_alias.la mod_rewrite.la
make[4]: Nothing to be done for `local-shared-build'.
Installing HTML documents
mkdir /usr/local/Cellar/apache24/2.4.4/htdocs
Installing error documents
mkdir /usr/local/Cellar/apache24/2.4.4/error
Installing icons
mkdir /usr/local/Cellar/apache24/2.4.4/icons
mkdir /usr/local/Cellar/apache24/2.4.4/logs
Installing CGIs
mkdir /usr/local/Cellar/apache24/2.4.4/cgi-bin
Installing header files
Installing man pages and online manual
mkdir /usr/local/Cellar/apache24/2.4.4/share
mkdir /usr/local/Cellar/apache24/2.4.4/share/man
mkdir /usr/local/Cellar/apache24/2.4.4/share/man/man1
mkdir /usr/local/Cellar/apache24/2.4.4/share/man/man8
mkdir /usr/local/Cellar/apache24/2.4.4/manual
Installing build system files
Install File Mod_authn_file.so Was Not Founded
Brew Doctor:
Warning: 'config' scripts exist outside your system or Homebrew directories../configure
scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following 'config' scripts:
Warning: /usr/bin occurs before /usr/local/bin
This means that system-provided programs will be used instead of those
provided by Homebrew. The following tools exist at both paths:
Install File Mod_authn_file.so Was Not Found
Consider amending your PATH so that /usr/local/bin
occurs before /usr/bin in your PATH.
This list keeps growing.