Apache 2.0.44 auf 2.0.45

Apache, Lighttpd, nginx, Cherokee
Post Reply
fuchsmi
Posts: 44
Joined: 2003-02-27 10:11
 

Apache 2.0.44 auf 2.0.45

Post by fuchsmi »

Hi!
Ich habe eine Apache 2.0.44 Installation die fogendermaßen aussieht:
- die httpd.conf liegt in /etc/httpd.conf
- die Installation wurde nach /usr/local/apache2/2.0.44 druchgeführt.
- /usr/local/apache2/2.0.44/conf/httpd.conf ist ein Symlink auf /etc/httpd.conf
- /usr/local/apache2/current ist ein Symlink auf /usr/local/apache2/2.0.44
- alle Pfade in der httpd.conf und in /etc/init.d/httpd verweisen über den "current" Symlink, nicht über das Verzeichnis "2.0.44"

so, jetzt habe ich die Version 2.0.45 nach /usr/local/apache2/2.0.45 installiert.

Die Fragen die jetzt bei mir aufkommen sind folgende:
- Wie ist das mit PHP? Die Datei /modules/libphp4.so fehlt jetzt natürlich. Kann ich die einfach kopieren? Oder muss ich PHP neu kompillieren? Wie löst man das am schönsten?
- wie geht man am schönsten mit den anderen Konfigurationsdateien um? (z.B. ssl.conf)

ich dachte mir eventl. ein Verzeichniss naben den Versionnummern und dem "current" dass für alle Versionen da ist (also z.B. "all"), in diesem gibt des dann ein conf und ein modules Verzeichniss. In den Versionen sind die Verzeichnisse dann nur noch Symlinks. Also:
/usr/local/apache2/2.0.45
/usr/local/apache2/current >2.0.45
/usr/local/apache2/all/conf
/usr/local/apache2/all/modules
/usr/local/apache2/2.0.45/conf > /usr/local/apache2/all/conf
/usr/local/apache2/2.0.45/modules > /usr/local/apache2/all/modules
Geht das so? Geht es schöner?

danke!
Michi
fuchsmi
Posts: 44
Joined: 2003-02-27 10:11
 

Re: Apache 2.0.44 auf 2.0.45

Post by fuchsmi »

seit doch so lieb und antwortet mir!
theomega
Userprojekt
Userprojekt
Posts: 696
Joined: 2003-01-27 14:36
Contact:
 

Re: Apache 2.0.44 auf 2.0.45

Post by theomega »

php kannste einfach kopieren, habe ich auch schon gemacht, allerdings mit einen 1.x Apache, dürfte aber egal sein.
Post Reply