<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hallo Andreas,<br>
      <br>
      hab grade vieles Probiert. Kann die .php-Datei finden, wenn sie im
      Ordner <br>
      /var/www/volkszaehler.org/htdocs<br>
      liegt.<br>
      Sonst finde ich sie garnicht.<br>
      Ich kann das Skript jedoch nicht ausführen. Da fehlt wohl noch
      irgendwie ne Berechtigung<br>
      Muss ich da noch wo was eintragen?<br>
      <br>
      Danke<br>
      <br>
      Thomas<br>
      <br>
      Am 14.09.2016 um 18:06 schrieb Andreas Götz:<br>
    </div>
    <blockquote
      cite="mid:F8B3AD4D-4F47-401A-8F33-D9901CD1F86F@gmail.com"
      type="cite">
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      <div>
        <div style="direction: inherit;">Dann sollte es möglich sein
          unter /var/www neue Ordner, Symlinks oder Dateien abzulegen
          die Du dann unter <a moz-do-not-send="true"
            href="http://localhost">http://localhost</a> findest. </div>
        <br>
        Viele Grüße,
        <div>Andreas</div>
      </div>
      <div><br>
        Am 14.09.2016 um 17:33 schrieb "<a moz-do-not-send="true"
          href="mailto:Heine.thomas@online.de">Heine.thomas@online.de</a>"
        <<a moz-do-not-send="true"
          href="mailto:Heine.thomas@online.de">Heine.thomas@online.de</a>>:<br>
        <br>
      </div>
      <blockquote type="cite">
        <div>
          <meta content="text/html; charset=utf-8"
            http-equiv="Content-Type">
          <div style="direction: inherit;">Hallo Andreas,<br>
            <br>
            das steht drin:<br>
            <br>
            <Directory /><br>
                    Options FollowSymLinks<br>
                    AllowOverride None<br>
                    Require all denied<br>
            </Directory><br>
            <br>
            <Directory /usr/share><br>
                    AllowOverride None<br>
                    Require all granted<br>
            </Directory><br>
            <br>
            <Directory /var/www/><br>
                    Options Indexes FollowSymLinks<br>
                    AllowOverride None<br>
                    Require all granted<br>
            </Directory><br>
            <br>
            AccessFileName .htaccess<br>
            <br>
            <FilesMatch "^\.ht"><br>
                    Require all denied<br>
            </FilesMatch><br>
            <br>
            <br>
            <br>
            <br>
            <br>
            wenn ich die Datei ins /var/www/ lege, kann ich sie aber
            auch nicht starten.<br>
            Brauch ich da bestimmte Zugriffsrechte?<br>
            <br>
            Gruß<br>
            Thomas<br>
            <br>
            <br>
            Am 14.09.2016 um 17:28 schrieb Andreas Götz:<br>
            Ich verstehe Deine Antwort nicht- was steht denn nun in der
            Apache Konfiguration?</div>
          <blockquote
            cite="mid:B85DACC3-6F09-4E23-815E-58FA3D3FEB2E@gmail.com"
            type="cite">
            <div style="direction: inherit;"><br>
            </div>
            <div style="direction: inherit;">Viele Grüße, Andreas </div>
            <div><br>
              Am 14.09.2016 um 17:03 schrieb "<a moz-do-not-send="true"
                href="mailto:Heine.thomas@online.de">Heine.thomas@online.de</a>"
              <<a moz-do-not-send="true"
                href="mailto:Heine.thomas@online.de">Heine.thomas@online.de</a>>:<br>
              <br>
            </div>
            <blockquote type="cite">
              <div>
                <meta content="text/html; charset=utf-8"
                  http-equiv="Content-Type">
                <div class="moz-cite-prefix">Hallo,<br>
                  <br>
                  Das steht in der Datei:<br>
                  <br>
                  <br>
                  # Alias for phpMyAdmin directory<br>
                  alias.url += (<br>
                          "/phpmyadmin" => "/usr/share/phpmyadmin",<br>
                  )<br>
                  <br>
                  # Disallow access to libraries<br>
                  $HTTP["url"] =~ "^/phpmyadmin/libraries" {<br>
                      url.access-deny = ( "" )<br>
                  }<br>
                  $HTTP["url"] =~ "^/phpmyadmin/setup/lib" {<br>
                      url.access-deny = ( "" )<br>
                  }<br>
                  <br>
                  # Limit access to setup script<br>
                  $HTTP["url"] =~ "^/phpmyadmin/setup" {<br>
                          auth.backend = "htpasswd"<br>
                          auth.backend.htpasswd.userfile =
                  "/etc/phpmyadmin/htpasswd.setup"<br>
                          auth.require = (<br>
                                  "/" => (<br>
                                          "method" => "basic",<br>
                                          "realm" => "phpMyAdmin
                  Setup",<br>
                                          "require" => "valid-user"<br>
                                  )<br>
                          )<br>
                  }<br>
                  <br>
                  <br>
                  Kann aber damit nichts anfangen.<br>
                  <br>
                  In welchen Ordner muss ich die Datei reinpacken, dass
                  ich das Script aufrufen kann?<br>
                  <br>
                  Danke Gruß<br>
                  Thomas<br>
                  <br>
                  <br>
                  <br>
                  <br>
                  <br>
                  Am 14.09.2016 um 16:35 schrieb Andreas Götz:<br>
                </div>
                <blockquote
                  cite="mid:2A3DB213-D2CF-46B1-8097-BEF9FEE0F3C9@gmail.com"
                  type="cite">
                  <meta http-equiv="content-type" content="text/html;
                    charset=utf-8">
                  <div style="direction: inherit;">Schau doch mal in die
                    Apache Config- httpd.conf und die vhosts. Da werden
                    sich die DocumentRoot Ordner finden.</div>
                  <div style="direction: inherit;"><br>
                  </div>
                  <div style="direction: inherit;">Viele Grüße, Andreas </div>
                  <div><br>
                    Am 14.09.2016 um 15:29 schrieb "<a
                      moz-do-not-send="true"
                      href="mailto:Heine.thomas@online.de">Heine.thomas@online.de</a>"
                    <<a moz-do-not-send="true"
                      href="mailto:Heine.thomas@online.de">Heine.thomas@online.de</a>>:<br>
                    <br>
                  </div>
                  <blockquote type="cite">
                    <div><span>Hallo,</span><br>
                      <span></span><br>
                      <span>ich würde gerne über´s web auf dem Raspi
                        (VZ-Image) ein PHP-Script aufrufen. In welchem
                        Ordner muss es liegen, dass ich drauf zugreifen
                        kann?</span><br>
                      <span>Im Ordner /var/www/html klappts nicht.</span><br>
                      <span>Bei meinem zweiten Raspi (Jessie light
                        Image) klappts auf dem Ordner.</span><br>
                      <span></span><br>
                      <span>Was mach ich falsch?</span><br>
                      <span></span><br>
                      <span></span><br>
                      <span>Danke Gruß</span><br>
                      <span>Thomas</span><br>
                      <span></span><br>
                    </div>
                  </blockquote>
                </blockquote>
                <p><br>
                </p>
              </div>
            </blockquote>
          </blockquote>
          <p><br>
          </p>
        </div>
      </blockquote>
    </blockquote>
    <p><br>
    </p>
  </body>
</html>