Update Confixx 2.0.11 auf 3.0.1

Plesk, Confixx, Froxlor, SysCP, SeCoTo, IspCP, etc.
Post Reply
bytemare
Posts: 28
Joined: 2002-06-06 18:03
 

Update Confixx 2.0.11 auf 3.0.1

Post by bytemare »

Tach,

wollte gerade auf meinem Debian System ein Confixx-Update machen.
Leider wird keine confixx-mhost.conf beim Update erstellt.

Fehler:
ERROR: Can not find information abour Confixx Vhost in '/etc/apache/httpd.conf' file

Habe das Script jetzt schon dreimal durchlaufen lassen, hat aber nichts gebracht: :(

Hat jemand eine Idee woran das liegen könnte?

Gruss
bytemare
Outlaw
Posts: 1500
Joined: 2002-12-04 10:22
Location: 4. Server von rechts, 2. Reihe von oben
 

Re: Update Confixx 2.0.11 auf 3.0.1

Post by Outlaw »

Lief denn das alte Confixx bis zur Umstellung problemlos ??
Stimmen die Rechte ??
Ist das confixx_vhost da ??
Steht überhaupt irgend was in der httpd.conf von Confixx drin ??

Gruß Outi
bytemare
Posts: 28
Joined: 2002-06-06 18:03
 

Re: Update Confixx 2.0.11 auf 3.0.1

Post by bytemare »

Outlaw wrote:Lief denn das alte Confixx bis zur Umstellung problemlos ??
Stimmen die Rechte ??
Ist das confixx_vhost da ??
Steht überhaupt irgend was in der httpd.conf von Confixx drin ??

Gruß Outi
hallo outi,

es lief bisher alles problemlos.

in der httpd.conf steht:

Code: Select all

## CONFIXX
<Directory "/var/www/confixx/html">
 AllowOverride all
</Directory>
<VirtualHost ###.#####.de>
ServerName ###.#####.de
#User confixx
#Group users
DocumentRoot /var/www/confixx/html
php_admin_value safe_mode_exec_dir /var/www/confixx/bin
php_admin_value upload_tmp_dir /var/www/confixx/tmp
ScriptAlias /cgi-bin/ /var/www/confixx/html/cgi-bin/
php_admin_value include_path ".:/var/www/confixx/html/include:/var/www/confixx/html"
CustomLog /var/log/apache/power.######.de_access.log "%h %l %u %t "%r" %s %b "%{Referer}i" "%{User-agent}i""
ErrorLog /var/log/apache/power.######.de_error.log
</VirtualHost>
Include /etc/apache/confixx_vhost.conf
# ^- Dieser Eintrag sollte unbedingt am Ende der Datei bleiben
## /CONFIXX
die confixx_vhost ist ebendfalls vorhanden

Code: Select all

-r--------    1 root     root        33949  8. Mai 15:58 confixx_vhost.conf
bytemare
Posts: 28
Joined: 2002-06-06 18:03
 

Re: Update Confixx 2.0.11 auf 3.0.1

Post by bytemare »

problem erkannt, problem gebannt ;)

wenn die confixx_mhost.conf bei der installation nicht erstellt wird,
einfach gen_mhost.pl.pl ausführen.

bei mir liegt sie unter: /root/confixx/admin/scripts

für weitere infos gen_mhost.pl.pl --help
Outlaw
Posts: 1500
Joined: 2002-12-04 10:22
Location: 4. Server von rechts, 2. Reihe von oben
 

Re: Update Confixx 2.0.11 auf 3.0.1

Post by Outlaw »

Danke für die Info. Bei mir wurde sie zwar erstellt aber evtl. hilft es vielen anderen, die evtl. das gleiche Problem haben.

Gruß Outi
Post Reply