Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Apache loading mod_php?
Date: Thu, 06 Dec 2007 02:16:17
Message-Id: loom.20071206T020231-709@post.gmane.org
In Reply to: Re: [gentoo-user] Apache loading mod_php? by felix@crowfix.com
1 <felix <at> crowfix.com> writes:
2
3
4 > > > How do you test apache (2.2.6) to see which modules
5 > > > (in particular php) are loaded?
6
7 > apache2 -M
8
9
10 Yep that works!
11
12 However I do not see php?
13
14 Any ideas? (note, I'm not very swift at web administration....
15 and the recent changes make trying to use wikis a very challenging task.
16
17 Here what I get:
18
19
20
21
22 Loaded Modules:
23 core_module (static)
24 mpm_prefork_module (static)
25 http_module (static)
26 so_module (static)
27 actions_module (shared)
28 alias_module (shared)
29 auth_basic_module (shared)
30 auth_digest_module (shared)
31 authn_anon_module (shared)
32 authn_dbd_module (shared)
33 authn_dbm_module (shared)
34 authn_default_module (shared)
35 authn_file_module (shared)
36 authz_dbm_module (shared)
37 authz_default_module (shared)
38 authz_groupfile_module (shared)
39 authz_host_module (shared)
40 authz_owner_module (shared)
41 authz_user_module (shared)
42 autoindex_module (shared)
43 cgi_module (shared)
44 dbd_module (shared)
45 deflate_module (shared)
46 dir_module (shared)
47 env_module (shared)
48 expires_module (shared)
49 ext_filter_module (shared)
50 filter_module (shared)
51 headers_module (shared)
52 ident_module (shared)
53 imagemap_module (shared)
54 include_module (shared)
55 log_config_module (shared)
56 logio_module (shared)
57 mime_module (shared)
58 mime_magic_module (shared)
59 negotiation_module (shared)
60 rewrite_module (shared)
61 setenvif_module (shared)
62 speling_module (shared)
63 unique_id_module (shared)
64 usertrack_module (shared)
65 vhost_alias_module (shared)
66 Syntax OK
67
68
69 php missing? Does it show up as a module?
70
71 Any good wikis or docs on Apache 2.2.6 on Gentoo would be welcome.
72
73 I have some dirs that are symlinked into apache, and they are not
74 showing up. Where (in 2.2.6) do you configure apache to follow symlinks?
75
76
77
78
79 James
80
81 --
82 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: Apache loading mod_php? Jason Carson <jay@××××××××××.org>