Page 1 of 1

Update Confixx 2.0.11 auf 3.0.1

Posted: 2004-05-08 15:40
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

Re: Update Confixx 2.0.11 auf 3.0.1

Posted: 2004-05-08 18:40
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

Re: Update Confixx 2.0.11 auf 3.0.1

Posted: 2004-05-08 19:06
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

Re: Update Confixx 2.0.11 auf 3.0.1

Posted: 2004-05-08 21:12
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

Re: Update Confixx 2.0.11 auf 3.0.1

Posted: 2004-05-08 23:20
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