Mailinglisten-Archive |
* d.becker_(at)_germanynet.de wrote: > Wie bringe ich dem Apache bei, doch bitte mit der > aktuelleren Version zu arbeiten? Dein Apache hat PHP wohl eincompiliert, d.h. entweder statisch oder als DSO. Für statisch mußt du das PHP-configure mit --with-apache=/pfad/zum/apachesrcdir/ compilieren und Apache ebenfalls neu bauen. Für DSO reicht ein --with-apxs=/pfad/zum/apxs und ein make, make install, /pfad/zum/apache/apachectl restart damit auch dein Apache dein neues PHP kennt. Weil du hast vermutlich PHP als CGI-Variante compiliert, d.h. er spuckt ein ausführbares executable aus, das er idR nach /usr/local/bin/ legt. Für weitere Infos ist die Datei INSTALL der PHP-Distribution sehr ausführlich und erleuchtend. HTH, -- Sichere PHP Applikationen / Notfall-Consulting mit der PHP Feuerwehr / Code inspection / Code rehearsal / API Checkup. mailto:team_(at)_thinkphp.de
php::bar PHP Wiki - Listenarchive