Software Installation: Difference between revisions
From Elch-Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
* Apache 2.0.55 manuell compiliert und installiert, httpd.conf und ssl.conf von fish-serv kopiert und in /usr/local/apache2/conf abgelegt, /etc/httpd erzeugt und symlinks auf httpd.conf und ssl.conf darin angelegt (weil ich die Dinger immer dort erwarte), /var/log/httpd angelegt und chown auf wwwrun | * Apache 2.0.55 manuell compiliert und installiert, httpd.conf und ssl.conf von fish-serv kopiert und in /usr/local/apache2/conf abgelegt, /etc/httpd erzeugt und symlinks auf httpd.conf und ssl.conf darin angelegt (weil ich die Dinger immer dort erwarte), /var/log/httpd angelegt und chown auf wwwrun | ||
* mod_security nachinstallieren: runterladen, entpacken und dann im apache2 Verzeichnis /usr/local/apache2/bin/apxs -cia mod_security.c als root aufrufen | * mod_security nachinstallieren: runterladen, entpacken und dann im apache2 Verzeichnis /usr/local/apache2/bin/apxs -cia mod_security.c als root aufrufen | ||
* Zertifikate | * Zertifikate von /etc/cert kopieren (werden weiterverwendet) | ||
* CA von ~roman/ca nach /etc/ca kopieren | |||
* /wwwroot anlegen und chgrp users, chmod g+w | |||
* Daten vom fish-serv /usr/local/apache2/ nach /wwwroot kopieren | |||
* Prerequisites für PHP von SuSE installiert: openssl-devel, openldap2-devel, libmcrypt, libmcrypt_devel | * Prerequisites für PHP von SuSE installiert: openssl-devel, openldap2-devel, libmcrypt, libmcrypt_devel | ||
* PHP 5.0.5 manuell compiliert und installiert | * PHP 5.0.5 manuell compiliert und installiert |
Revision as of 19:35, 23 February 2006
Ich hab die Software in folgender Reihenfolge installiert:
- Basis SuSE 10 praktisch ohne Server-Dienste, mit Compiler & Debugger
- MySQL von SuSE
- Apache 2.0.55 manuell compiliert und installiert, httpd.conf und ssl.conf von fish-serv kopiert und in /usr/local/apache2/conf abgelegt, /etc/httpd erzeugt und symlinks auf httpd.conf und ssl.conf darin angelegt (weil ich die Dinger immer dort erwarte), /var/log/httpd angelegt und chown auf wwwrun
- mod_security nachinstallieren: runterladen, entpacken und dann im apache2 Verzeichnis /usr/local/apache2/bin/apxs -cia mod_security.c als root aufrufen
- Zertifikate von /etc/cert kopieren (werden weiterverwendet)
- CA von ~roman/ca nach /etc/ca kopieren
- /wwwroot anlegen und chgrp users, chmod g+w
- Daten vom fish-serv /usr/local/apache2/ nach /wwwroot kopieren
- Prerequisites für PHP von SuSE installiert: openssl-devel, openldap2-devel, libmcrypt, libmcrypt_devel
- PHP 5.0.5 manuell compiliert und installiert