@apache 2.2:
Zitat:
|
This version of Apache is a major release and the start of a new stable branch, and represents the best available version of Apache HTTP Server. New features include Smart Filtering, Improved Caching, AJP Proxy, Proxy Load Balancing, Graceful Shutdown support, Large File Support, the Event MPM, and refactored Authentication/Authorization.
|
kannst verwenden was du willst, 2.0 und 2.2 werden beide weitergepflegt.
@php: selbst installiert von source ?
Prinzipiell isses egal wohin, das apache-conf ist allerdings nicht gescheit.
Entweder standardmässig ( ohne --prefix ) oder nach /opt/php.
Du musst dem Apachen noch sagen,w as er mit den php Files machen soll:
Code:
AddType application/x-httpd-php .php
in die apache.conf und dann noch
Code:
# apachectl restart
und:
Apache docs sollte dir eine grosse Hilfe sein.