Page 1 of 1

Apache 2.0.54 und Php-4.3.11

Posted: 2005-05-08 22:24
by ecoland
Hallo,

ich habe leider unter suche nichts passendes gefunden.
Bitte um kurze Hilfe.
Apache und Php habe ich neu installiert.
SUSE 9.1 und Confixx 3 Pro. ist auf 1&1 Rootserver

apche wird unter /usr/local/apache2 installiert
php.ini befindet sich unter /usr/local/lib/

bis jetzt waren die Daten unter /etc/apache2 und /etc/php.ini

wenn ich unter/etc/apache2 Apache Dienst stoppe und unter /usr/local/apache2/bin/apachectl starte sehe ich unter alle Domains die gleiche Seite

Ich habe nach Beschreibung installiert.
Wie kann ich auf 4.3.11 updaten?
z.Z. ist 4.3.4 und apache 2.0.49 installiert.

Bei mir werden z.Z. öfters .php Dateien zum Download angeboten, deshalb wollte ich updaten

Bitte um Hilfe...

Re: Apache 2.0.54 und Php-4.3.11

Posted: 2005-05-09 15:56
by maexle
gg, das Problem mit den *.php Dateien downloaden ist lustig, das hatte ich auch bis vor kurzem.

Ich habe PHP und Apache2 per RPM installiert. Installationen und Howto's gibts genügend im Internet...

apachectl ist das Startprogramm für den Apache1x, i.d.R. benutzt Confixx 3 aber den Apache 2x, den du mit rcapache2 starten oder stoppen kannst.

wenn du den apache1 startest, dann dürfte die startseite vom apache1 kommen, beim apache2 linkt confixx in die webxx verzeichnisse....

Grüße, maexle

Re: Apache 2.0.54 und Php-4.3.11

Posted: 2005-05-10 07:58
by ecoland
pxxxxxx:~ # rcapache2 start
Syntax error on line 8 of /etc/apache2/sysconfig.d/loadmodule.conf:
module access_module is built-in and can't be loaded


was kann man hier machen?

Re: Apache 2.0.54 und Php-4.3.11

Posted: 2005-05-10 08:33
by captaincrunch
Zuerst einmal die Fehlermeldung lesen und verstehen...

Re: Apache 2.0.54 und Php-4.3.11

Posted: 2005-05-10 10:47
by bigtux
Schon mal Zeile 8 in der loadmodule.conf überprüft?

Re: Apache 2.0.54 und Php-4.3.11

Posted: 2005-05-10 11:18
by ulle
ecoland wrote: Apache 2.0.54

Ich habe nach Beschreibung installiert.
Welche Beschreibung....

Re: Apache 2.0.54 und Php-4.3.11

Posted: 2005-05-10 19:10
by ecoland
http://www.rootforum.org/forum/viewtopic.php?t=5268 wird auch beschrieben auch unter INSTALL File der php-4.3.11.tar.gz Ordner steht es geschrieben

Re: Apache 2.0.54 und Php-4.3.11

Posted: 2005-05-10 22:03
by ecoland
sieht eigentlich ganz normal aus

Code: Select all

# Files in this directory are created at apache start time by /usr/sbin/rcapache2.
# Do not edit them!
#

# as listed in APACHE_MODULES (/etc/sysconfig/apache2)

LoadModule access_module                  /usr/lib/apache2-prefork/mod_access.so
LoadModule actions_module                 /usr/lib/apache2-prefork/mod_actions.so
LoadModule alias_module                   /usr/lib/apache2-prefork/mod_alias.so
LoadModule auth_module                    /usr/lib/apache2-prefork/mod_auth.so
LoadModule auth_dbm_module                /usr/lib/apache2-prefork/mod_auth_dbm.so
LoadModule autoindex_module               /usr/lib/apache2-prefork/mod_autoindex.so
LoadModule cgi_module                     /usr/lib/apache2-prefork/mod_cgi.so
LoadModule dir_module                     /usr/lib/apache2-prefork/mod_dir.so
LoadModule env_module                     /usr/lib/apache2-prefork/mod_env.so
LoadModule expires_module                 /usr/lib/apache2-prefork/mod_expires.so
LoadModule include_module                 /usr/lib/apache2-prefork/mod_include.so
LoadModule log_config_module              /usr/lib/apache2-prefork/mod_log_config.so
LoadModule mime_module                    /usr/lib/apache2-prefork/mod_mime.so
LoadModule negotiation_module             /usr/lib/apache2-prefork/mod_negotiation.so
LoadModule setenvif_module                /usr/lib/apache2-prefork/mod_setenvif.so
LoadModule ssl_module                     /usr/lib/apache2-prefork/mod_ssl.so
LoadModule suexec_module                  /usr/lib/apache2-prefork/mod_suexec.so
LoadModule userdir_module                 /usr/lib/apache2-prefork/mod_userdir.so
LoadModule php4_module                    /usr/lib/apache2-prefork/libphp4.so
LoadModule rewrite_module                 /usr/lib/apache2-prefork/mod_rewrite.so
LoadModule frontpage_module               /usr/lib/apache2/mod_frontpage.so
#

Re: Apache 2.0.54 und Php-4.3.11

Posted: 2005-05-10 22:21
by ecoland
ich komme überhaupt nicht weiter

bevor ich Rootserver neu installieren lasse würde ich gerne paar mysql Datenbanken noch retten.

über den Befehl

Code: Select all

BACKUP_DATA="/home/htdocs /var/spool/mail"
hatte ich die beiden Verzeichnisse einbezogen.
Welche Verzeichnisse müssten noch gesichert werden damit folgende Punkte hinterher wieder funktionieren?

- mail adressen, postfächer ohne erneute Passwort eingabe
- mysql Datenbanken ohne weitere Einstellungen
- confixx Einstellungen

Danke vorab