Apache 2 / proFTPd Problems

Discussion in 'Installation/Configuration' started by NewcomerMusic, Aug 9, 2006.

  1. NewcomerMusic

    NewcomerMusic New Member

    Hi,

    I set up my server as per "The Perfect Setup - SUSE 9.3" (http://www.howtoforge.com/perfect_setup_suse_9.3).

    Now 2 problems came up:

    Apache 2 tell me the following when it try to start the server:
    Code:
    : command not foundhe2: line 14:
    : command not foundhe2: line 30:
    : command not foundhe2: line 80:
    : command not foundhe2: line 109:
    : command not foundhe2: line 119:
    : command not foundhe2: line 135:
    : command not foundhe2: line 151:
    : command not foundhe2: line 168:
    : command not foundhe2: line 178:
    : command not foundhe2: line 187:
    : command not foundhe2: line 195:
    : command not foundhe2: line 225:
    : command not foundhe2: line 237:
    : command not foundhe2: line 247:
    : command not foundhe2: line 257:
    : command not foundhe2: line 265:
    Warning: no MPM found. Some modules are dependant on the type of MPM.
    Module "cgi" is not installed, ignoring.
    Check the APACHE_MODULES setting in /etc/sysconfig/apache2.
    " is not installed, ignoring.
    Check the APACHE_MODULES setting in /etc/sysconfig/apache2.
    Warning: no MPM found. Some modules are dependant on the type of MPM.
     from APACHE_CONF_INCLUDE_FILES not found. Ignored.
    ) /usr/sbin/rcapache2: line 101: eval: -f: invalid option
    eval: usage: eval [arg ...]
    
    The command line was:
     -DSSL
                                                                         failed
    
    Are you able to tell me where the problem is? Do you need some other files to detect the problem?


    proFTPd tells me the following when I try to start the server:
    Code:
    /etc/init.d/proftpd start
    : bad interpreter: No such file or directory
    
    The file does exist - i dont know what to do...

    I would be really glad if ypou could help me with these isues...

    Have a good one!
     
  2. falko

    falko Super Moderator ISPConfig Developer

    I guess you have Windows linebreaks in /etc/proftpd.conf instead of Unix linebreaks. Did you edit that file on Windows? Then you should find an editor that allows you to save the file with Unix linebreaks.
    The wrong linebreaks might also be the cause for your other problems.
     
  3. NewcomerMusic

    NewcomerMusic New Member

    Thank you very much - this was the problem!

    I have to learn that there are a couple more differncec between win and unix.

    Have a nice day falko!
     

Share This Page