Webserver lässt sich nicht mehr aktivieren

  • Hallo zusammen,


    nachdem ich heute den Webserver deaktiviert habe, lässt sich dieser nicht mehr aktivieren.


    Ich habe bereits versucht alle Standardkonfigurationen zurückzusetzen, allerdings startet er immer noch nicht.


    Über ssh lässt sich der Qthttpd.sh starten ohne Fehlermeldung, allerdings stoppt dieser sofort wieder...


    Bin aktuell etwas ratlos :(


    Vielen Dank schon mal!

  • Ich erhalte diese Meldung:

    Code
    [~] # /mnt/ext/opt/apache/bin/apachectl restart
    httpd not running, trying to start
    (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
    no listening sockets available, shutting down
    AH00015: Unable to open logs
  • scheint so, als wenn der port 80 schon benutz wird.
    oder es kann sein, dass apache noch aus irgendeinem grund läuft und du dadruch versuchst, den ein zweites mal zu starten
    was kommt denn in der console bei

    Code
    ps -ef | grep apache

    oder hiermit

    Code
    netstat -ltnp | grep :80
  • Code
    [~] # [~] # ps -ef | grep apache-sh: [~]: command not found</apache_proxy -k start -f /etc/apache-sys-proxy.conf-sh: 11960: command not found</fcgi-pm      -k start -f /etc/apache-sys-proxy.conf-sh: /usr/local/apache/bin/fcgi-pm: No such file or directory</apache_proxy -k start -f /etc/apache-sys-proxy.conf-sh: 11974: command not found</apache_proxys -k start -f /etc/apache-sys-proxy-ssl.conf-sh: 13342: command not found</fcgi-pm       -k start -f /etc/apache-sys-proxy-ssl.conf-sh: 13348: command not found</apache_proxys -k start -f /etc/apache-sys-proxy-ssl.conf-sh: 13358: command not found<in/php /share/CACHEDEV1_DATA/.qpkg/PhotoStation/ws/app/ps_websocket-sh: 17908: command not found[~] # 20085 admin      1020 S   grep apache-sh: 20085: command not found


    Code
    [~] # netstat -ltnp | grep :80
    tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN      11960/apache_proxy
    tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      10628/Qthttpd
    tcp        0      0 0.0.0.0:8088            0.0.0.0:*               LISTEN      20627/uwsgi
    tcp        0      0 0.0.0.0:8089            0.0.0.0:*               LISTEN      20627/uwsgi