Problem mit suexec

  • Thread starter Thread starter dereine
  • Start date Start date
D

dereine

Guest
Moin !

Ich habe da mal eine Frage ich Habe Apache2 und co mit apt-get Installiert, so nun meine frage, damit confixx richtig Funktioniert muss ich es ja irgendwie Installieren. Aber wie ?

Über Tips u.o Links würde ich mich freuen.

Gruß
Dennis

*edit* ich habe es nach der Install nochmal Installiert:

http://www.huschi.net/index.php?action=artikel&cat=10&id=104&artlang=de&highlight=suexec
Leider geht dies irgendwie nicht und Apache2 lässt sich auch nicht mehr Starten.

Forcing reload of web server: Apache2 ... failed!
You may still have some apache2 processes running. There are
processes named 'apache2' which do not match your pid file,
and in the name of safety, we've left them alone. Please review
the situation by hand.
Syntax error on line 28 of /etc/apache2/confixx_vhosts/web0.conf:
Invalid command 'SuexecUserGroup', perhaps mis-spelled or defined by a module not included in the server configuration

Hilfe ?

*edit2*

Ich habe in der httpd.conf den loadmodul eingefügt jetze kommt:

the situation by hand.
Syntax error on line 6 of /etc/apache2/httpd.conf:
Can't locate API module structure `mod_suexec.so' in file /usr/lib/apache2/modules/mod_suexec.so: /usr/lib/libapr-0.so.0: undefined symbol: mod_suexec.so
 
Last edited by a moderator:
Also wenn du das so reinkopiert hast wie es im Server steht. Hast du `mod_suexec.so' in der Zeile 6 und da müsst 'mod_suexec.so' stehn. Aber in deine httpd.conf kann ich ja net reinschaun :).
 
Man freue ich mich :)

Hier die Httpd.conf :

# This is here for backwards compatability reasons and to support
# installing 3rd party modules directly via apxs2, rather than
# through the /etc/apache2/mods-{available,enabled} mechanism.
#
#LoadModule mod_placeholder /usr/lib/apache2/modules/mod_placeholder.so
LoadModule mod_suexec.so /usr/lib/apache2/modules/mod_suexec.so
LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so
 
Probier mal
Code:
LoadModule suexec_module /usr/lib/apache2/mod_suexec.so
das Steht bei mir drinnen beim laden des Moduls
 
Danke ich muss jetze weinen, echt jetze es geht so sieht es jetze bei mir aus:

LoadModule suexec_module /usr/lib/apache2/modules/mod_suexec.so
 
Ja das ist richtig :)

sind zwar kleine dinge die nicht gehen "E-Mail versand" aber dies bekomme ich mit links hin :D
 
Back
Top