Programm per .php schließen!

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • #16
    dann schaue mal nach, wie die shellscripte gestartet werden.

    ich meine mit STARTPROC oder so.

    ---
    btw.
    *VERSCHIEB* jetzt mal so langsam von php nach linux.
    INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |


    Kommentar


    • #17
      Kennst du dich mit shell scripten aus?

      Kommentar


      • #18
        Oder muss ich das im Linux Forum fragen

        Kommentar


        • #19
          Original geschrieben von Respawn
          Kennst du dich mit shell scripten aus?
          etwas.
          Original geschrieben von Respawn
          Oder muss ich das im Linux Forum fragen
          da bist du doch schon...
          ---
          btw.
          *VERSCHIEB* jetzt mal so langsam von php nach linux.
          INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |


          Kommentar


          • #20
            Bald steht hier ein komplettes server webinterface

            Kommentar


            • #21
              Wie frage ich jetzt nur per shell ab welche id online ist und welche nicht und wie binde ich es danach in php ein!

              Kommentar


              • #22
                Das soll dann der Server status sein ob er gerade an oder aus ist

                Kommentar


                • #23
                  Code:
                  ps axf | grep httpd
                  liefert mir alle ids der httpd prozesse. so kannst du prüfen.
                  Code:
                  19719 pts/2    S      0:00                      \_ grep httpd
                  17118 ?        S      0:00 /usr/sbin/httpd
                  17121 ?        S      0:03  \_ /usr/sbin/httpd
                  17123 ?        S      0:04  \_ /usr/sbin/httpd
                  17124 ?        S      0:03  \_ /usr/sbin/httpd
                  17125 ?        S      0:02  \_ /usr/sbin/httpd
                  17126 ?        S      0:04  \_ /usr/sbin/httpd
                  17127 ?        S      0:05  \_ /usr/sbin/httpd
                  17128 ?        S      0:02  \_ /usr/sbin/httpd
                  17129 ?        S      0:04  \_ /usr/sbin/httpd
                  17535 ?        S      0:01  \_ /usr/sbin/httpd
                  INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |


                  Kommentar


                  • #24
                    und so ...
                    Code:
                    ps aux | grep httpd
                    .... hast du sogar die user dabei, die das ausführen.
                    Code:
                    root     17118  0.0  1.0 15180 3900 ?        S    May19   0:00 /usr/sbin/httpd
                    apache   17121  0.0  1.5 16672 5976 ?        S    May19   0:03 /usr/sbin/httpd
                    apache   17123  0.0  1.5 16644 5856 ?        S    May19   0:04 /usr/sbin/httpd
                    apache   17124  0.0  1.5 16748 5848 ?        S    May19   0:03 /usr/sbin/httpd
                    apache   17125  0.0  1.5 16684 5880 ?        S    May19   0:02 /usr/sbin/httpd
                    apache   17126  0.0  1.4 16608 5700 ?        S    May19   0:04 /usr/sbin/httpd
                    apache   17127  0.0  1.6 16716 6436 ?        S    May19   0:05 /usr/sbin/httpd
                    apache   17128  0.0  1.5 16628 5972 ?        S    May19   0:02 /usr/sbin/httpd
                    apache   17129  0.0  1.4 16672 5524 ?        S    May19   0:04 /usr/sbin/httpd
                    apache   17535  0.0  1.4 16644 5756 ?        S    May19   0:01 /usr/sbin/httpd
                    root     19722  0.0  0.1  3572  640 pts/2    S    23:19   0:00 grep httpd
                    INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |


                    Kommentar


                    • #25
                      Bei mir so:
                      1011 ? S 0:00 /usr/sbin/httpd -f /etc/httpd/httpd.conf
                      1048 ? S 0:00 \_ /usr/sbin/httpd -f /etc/httpd/httpd.conf
                      1369 ? S 0:00 \_ /usr/sbin/httpd -f /etc/httpd/httpd.conf
                      3593 ? S 0:00 \_ /usr/sbin/httpd -f /etc/httpd/httpd.conf
                      3621 ? S 0:00 \_ /usr/sbin/httpd -f /etc/httpd/httpd.conf

                      Kommentar


                      • #26
                        Hier die User:
                        root 1011 0.0 0.5 81112 5804 ? S 12:42 0:00 /usr/sbin/httpd -f /etc/httpd/httpd.conf
                        wwwrun 1048 0.0 0.6 81352 6300 ? S 12:42 0:00 /usr/sbin/httpd -f /etc/httpd/httpd.conf
                        wwwrun 1369 0.0 0.6 81340 6280 ? S 12:44 0:00 /usr/sbin/httpd -f /etc/httpd/httpd.conf
                        wwwrun 3593 0.0 0.5 81196 5920 ? S 23:06 0:00 /usr/sbin/httpd -f /etc/httpd/httpd.conf
                        wwwrun 3621 0.0 0.5 81196 5920 ? S 23:09 0:00 /usr/sbin/httpd -f /etc/httpd/httpd.conf
                        root 3796 0.0 0.0 1604 528 pts/1 R 23:23 0:00 grep httpd

                        Kommentar


                        • #27
                          wwwrun ist das was ich per php code mit exec gestartet habe

                          Kommentar


                          • #28
                            ja. da hast du dann auch die ids des apache.

                            1011
                            1048
                            1369
                            usw.

                            und mit [code ]-tags siehts auch so schön aus, wie bei mir...
                            INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |


                            Kommentar


                            • #29
                              und dein script hat auch einen namen. nach diesem namen kansnt du das grep entsprechend filtern lassen.
                              INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |


                              Kommentar


                              • #30
                                Ja nur wie bindet man das nun in ein shell script und gibt den status der id in php aus :/ das ist ja das interessante

                                Kommentar

                                Lädt...
                                X