Thread apache und php (14 answers)
Opened by leo11 at 2009-03-14 19:31

leo11
 2009-03-14 19:31
#119378 #119378
User since
2008-08-14
250 Artikel
BenutzerIn
[default_avatar]
Hallo,

auch wenn das nicht 100%ig hierher passt:
Ich arbeie mich ein wenig in die Nutzung von apache ein, und möchte dann nach und nach php, mysql, perl... nutzen. Die Installation des Apache unter Red Hat 5 hat funktioniert: # ./apachectl -v
Server version: Apache/2.0.63

PHP ist auch installiert:php -v
PHP 5.2.8

Jedoch wir bei http://localhost/phptest.php nur der Quellcode angezeigt.

Hier die Liste der für apache kompilierten Module:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# ./apachectl -l
Compiled in modules:
core.c
mod_access.c
mod_auth.c
mod_include.c
mod_log_config.c
mod_env.c
mod_setenvif.c
prefork.c
http_core.c
mod_mime.c
mod_status.c
mod_autoindex.c
mod_asis.c
mod_cgi.c
mod_negotiation.c
mod_dir.c
mod_imap.c
mod_actions.c
mod_userdir.c
mod_alias.c
mod_so.c

Im Kofler steht, dass man die libapache2-mod-php5 installieren soll. Diese wird mir aber mit dem Paketmanager yumex nicht angezeigt. Auch über die Kosnsole wird nichts gefunden:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# yum install libapache2-mod-php5
Loading "rhnplugin" plugin
Loading "installonlyn" plugin
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
Setting up repositories
core 100% |=========================| 1.1 kB 00:00
unibay 100% |=========================| 1.1 kB 00:00
extras 100% |=========================| 1.9 kB 00:00
updates 100% |=========================| 1.9 kB 00:00
freshrpms 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
Parsing package install arguments
No Match for argument: libapache2-mod-php5
Nothing to do
[1]+ Done yumex (wd: /usr/local/apache/htdocs)
(wd now: /usr/local/apache/bin)


Wie komme ich einen Schritt weiter?

View full thread apache und php