Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Apache config
Date: Fri, 19 May 2017 08:31:38
Message-Id: 4227730.pGL6IkWKQq@peak
In Reply to: Re: [gentoo-user] Re: Apache config by Michael Orlitzky
1 On Thursday 18 May 2017 15:30:38 Michael Orlitzky wrote:
2 > On 05/18/2017 01:05 PM, Ian Zimmerman wrote:
3 > > On 2017-05-18 15:49, Peter Humphrey wrote:
4 > >> The apache2 access log shows the files of the page being fetched, but
5 > >> makes no mention of /include/hmenu.incl, nor of includes at all.
6 > >
7 > > Don't you need to load a special module for server-side includes?
8 >
9 > Oh, yeah, that too. It's APACHE2_MODULES=include.
10
11 Hmm.
12
13 $ emerge -pv apache
14
15 These are the packages that would be merged, in order:
16
17 Calculating dependencies .... done!
18 [ebuild R ] www-servers/apache-2.4.25:2::gentoo USE="ssl threads -
19 debug -doc -ldap (-libressl) (-selinux) -static -suexec"
20 APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_core
21 authn_dbm authn_file authz_core authz_dbm authz_groupfile authz_host
22 authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate
23 dir env expires ext_filter file_cache filter headers include info log_config
24 logio mime mime_magic negotiation rewrite setenvif socache_shmcb speling
25 status unique_id unixd userdir usertrack vhost_alias -access_compat -asis -
26 auth_digest -authn_dbd -authz_dbd -cache_disk -cache_socache -cern_meta -
27 charset_lite -dbd -dumpio -http2 -ident -imagemap -lbmethod_bybusyness -
28 lbmethod_byrequests -lbmethod_bytraffic -lbmethod_heartbeat -log_forensic -
29 macro -proxy -proxy_ajp -proxy_balancer -proxy_connect -proxy_fcgi -
30 proxy_ftp -proxy_html -proxy_http -proxy_scgi -proxy_wstunnel -ratelimit -
31 remoteip -reqtimeout -slotmem_shm -substitute -version" APACHE2_MPMS="event
32 -prefork -worker" 0 KiB
33
34 Or is that not what you meant?
35
36 Maybe I need a different MPM.
37
38 --
39 Regards
40 Peter

Replies

Subject Author
Re: [gentoo-user] Re: Apache config Michael Orlitzky <mjo@g.o>