Gentoo Archives: gentoo-user

From: Jason Carson <jay@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Apache loading mod_php?
Date: Thu, 06 Dec 2007 04:53:18
Message-Id: 54397.66.11.182.5.1196916470.squirrel@canuckster.org
In Reply to: [gentoo-user] Re: Apache loading mod_php? by James
1 Here is my apache2 -M and PHP doesn't show up but it still works fine. Do
2 you have "-D PHP5" in /etc/conf.d/apache2? ...
3
4 Loaded Modules:
5 core_module (static)
6 mpm_prefork_module (static)
7 http_module (static)
8 so_module (static)
9 actions_module (shared)
10 alias_module (shared)
11 auth_basic_module (shared)
12 auth_digest_module (shared)
13 authn_anon_module (shared)
14 authn_dbd_module (shared)
15 authn_dbm_module (shared)
16 authn_default_module (shared)
17 authn_file_module (shared)
18 authz_dbm_module (shared)
19 authz_default_module (shared)
20 authz_groupfile_module (shared)
21 authz_host_module (shared)
22 authz_owner_module (shared)
23 authz_user_module (shared)
24 autoindex_module (shared)
25 dbd_module (shared)
26 deflate_module (shared)
27 dir_module (shared)
28 env_module (shared)
29 expires_module (shared)
30 ext_filter_module (shared)
31 filter_module (shared)
32 headers_module (shared)
33 ident_module (shared)
34 imagemap_module (shared)
35 include_module (shared)
36 log_config_module (shared)
37 logio_module (shared)
38 mime_module (shared)
39 mime_magic_module (shared)
40 negotiation_module (shared)
41 rewrite_module (shared)
42 setenvif_module (shared)
43 speling_module (shared)
44 unique_id_module (shared)
45 usertrack_module (shared)
46 vhost_alias_module (shared)
47 cgi_module (shared)
48 Syntax OK
49
50
51 > <felix <at> crowfix.com> writes:
52 >
53 >
54 >> > > How do you test apache (2.2.6) to see which modules
55 >> > > (in particular php) are loaded?
56 >
57 >> apache2 -M
58 >
59 >
60 > Yep that works!
61 >
62 > However I do not see php?
63 >
64 > Any ideas? (note, I'm not very swift at web administration....
65 > and the recent changes make trying to use wikis a very challenging task.
66 >
67 > Here what I get:
68 >
69 >
70 >
71 >
72 > Loaded Modules:
73 > core_module (static)
74 > mpm_prefork_module (static)
75 > http_module (static)
76 > so_module (static)
77 > actions_module (shared)
78 > alias_module (shared)
79 > auth_basic_module (shared)
80 > auth_digest_module (shared)
81 > authn_anon_module (shared)
82 > authn_dbd_module (shared)
83 > authn_dbm_module (shared)
84 > authn_default_module (shared)
85 > authn_file_module (shared)
86 > authz_dbm_module (shared)
87 > authz_default_module (shared)
88 > authz_groupfile_module (shared)
89 > authz_host_module (shared)
90 > authz_owner_module (shared)
91 > authz_user_module (shared)
92 > autoindex_module (shared)
93 > cgi_module (shared)
94 > dbd_module (shared)
95 > deflate_module (shared)
96 > dir_module (shared)
97 > env_module (shared)
98 > expires_module (shared)
99 > ext_filter_module (shared)
100 > filter_module (shared)
101 > headers_module (shared)
102 > ident_module (shared)
103 > imagemap_module (shared)
104 > include_module (shared)
105 > log_config_module (shared)
106 > logio_module (shared)
107 > mime_module (shared)
108 > mime_magic_module (shared)
109 > negotiation_module (shared)
110 > rewrite_module (shared)
111 > setenvif_module (shared)
112 > speling_module (shared)
113 > unique_id_module (shared)
114 > usertrack_module (shared)
115 > vhost_alias_module (shared)
116 > Syntax OK
117 >
118 >
119 > php missing? Does it show up as a module?
120 >
121 > Any good wikis or docs on Apache 2.2.6 on Gentoo would be welcome.
122 >
123 > I have some dirs that are symlinked into apache, and they are not
124 > showing up. Where (in 2.2.6) do you configure apache to follow symlinks?
125 >
126 >
127 >
128 >
129 > James
130 >
131 > --
132 > gentoo-user@g.o mailing list
133 >
134 >
135
136
137 --
138 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] Re: Apache loading mod_php? James <wireless@×××××××××××.com>