Confixx legt den User in der passwd an aber kein Verzeichnis

Plesk, Confixx, Froxlor, SysCP, SeCoTo, IspCP, etc.
Post Reply
recoilmaster
Posts: 188
Joined: 2003-10-02 10:35
 

Confixx legt den User in der passwd an aber kein Verzeichnis

Post by recoilmaster »

Hi !

Habe heute das 1 mal Confixx installiert.

Leider habe ich einige Probleme :/

1 Ich bekomme andauernt solche Meldungen

Code: Select all

:--------------------------------------------------------------------------------Warning: Cannot modify header information - headers already sent in /usr/local/apache2/htdocs/confixx/html/user/auth.php on line 6

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/apache2/htdocs/confixx/html/user/auth.php:6) in /usr/local/apache2/htdocs/confixx/html/user/auth.php on line 7

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/apache2/htdocs/confixx/html/user/auth.php:6) in /usr/local/apache2/htdocs/confixx/html/user/auth.php on line 8

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/apache2/htdocs/confixx/html/user/auth.php:6) in /usr/local/apache2/htdocs/confixx/html/user/auth.php on line 9--------------------------------------------------------------------------------

Er übernimmt die Einstellungen, aber diese Meldungen sind ja wohl nicht Standart, wie bekomme ich diese weg ?

Allgemein habe ich viele PHP Fehler

http://www.recoil-hosting.de/Fehler.jpg

Ich benutze apache2 httpd-2.0.48 selbst kompiliert ohne zusatzmodule, php-4.3.4 selbst kompiliert mit mysql support und mysql-standard-4.0.17.

2 Confixx legt die User in der passwd an aber kein www Verzeichniss. Wie sieht es da mit den Rechten der Verzeichnisse aus ? Das htdocs hat confixx.users als Owner.

3 Er legt keinen user für Proftpd an.

Hier die Config

Code: Select all

#### CONFIXX PRO-FTPD CONFIG FILE #### 
#### created at Sat Jan 31 03:17:57 2004 ### 

# This is a basic ProFTPD configuration file (rename it to 
# 'proftpd.conf' for actual use. It establishes a single server 
# and a single anonymous login. It assumes that you have a user/group 
# "nobody" and "ftp" for normal operation and anon. 

ServerName ************** 
ServerType standalone 
DefaultServer on 
ServerAdmin ***@********.de 
ServerIdent on "FTP Server ready." 
ListOptions "-a" 

# Port 21 is the standard FTP port. 
Port 21 

# Umask 022 is a good standard umask to prevent new dirs and files 
# from being group and world writable. 
Umask 022 

# To prevent DoS attacks, set the maximum number of child processes 
# to 30. If you need to allow more than 30 concurrent connections 
# at once, simply increase this value. Note that this ONLY works 
# in standalone mode, in inetd mode you should use an inetd server 
# that allows you to limit maximum number of processes per service 
# (such as xinetd) 
MaxInstances 30 

# Set the user and group that the server normally runs at. 
User nobody 
Group nogroup 

TransferLog /var/log/xferlog 

# Normally, we want files to be overwriteable. 
AllowOverwrite on 

# 
# Do a chroot for web-users (i.e. public or www group), but 
# do not change root if the user is also in the users group... 
# 
#DefaultRoot ~/public_html public,!users 
# 
DefaultRoot ~ 

# Groups that are not allowed to login 
<Limit LOGIN> 
DenyGroup poponly 
</Limit> 


### ENDE #### 


4 Wie sieht es mit Pop3 aus. Ich benutze Qmail in Verbindung mit vpopmail. Was muss ich Einstellen, das es mit cpopmail funktioniert, oder geht das nicht ?

Die Lizens ist noch gültig.

Danke für die Hilfe

Bye Keule
kruegerj
Posts: 18
Joined: 2003-01-20 22:30
 

Re: Confixx legt den User in der passwd an aber kein Verzeichnis

Post by kruegerj »

registrier das confixx mal neu, danach sollte es gehen!

mfg kruegerj
recoilmaster
Posts: 188
Joined: 2003-10-02 10:35
 

Re: Confixx legt den User in der passwd an aber kein Verzeichnis

Post by recoilmaster »

Habs gestern installiert mit ner neue Lizenz *_*
Post Reply