Zum Inhalt springen

sebskulptura

Mitglieder
  • Gesamte Inhalte

    244
  • Benutzer seit

  • Letzter Besuch

Beiträge von sebskulptura

  1. Hallo Kollegen,

    Ich habe mir unter SuSE 7.2 den MacAfee v4.0.4 installiert. Wenn ich jetzt das Programm starten möchte passiert folgendes:

    linux:/usr/local/uvscan # ls

    EICAR.COM license.dat messages.dat readme.txt scan.dat unix404.pdf

    clean.dat license.txt names.dat reseller.txt uninstall-uvscan uvscan

    linux:/usr/local/uvscan # uvscan

    bash: /usr/local/bin/uvscan: No such file or directory

    linux:/usr/local/uvscan #

    Es handelt sich aber um eine ausführbare Binär-Datei. Hat jemand vielleicht eine Idee?

    seb

  2. Am einfachsten ist es, wenn du das Frameset neuaufbauen lässt.

    Du linkst einfach auf eine neue Seite mit dem traget="_parent".

    Damit wird das alte Frameset aufgelöst. Die Seite, auf die Du dann linkst, muss dann ein neues Frameset definieren.

    Gruß,

    -seb-

  3. Die Variablen übergabe ist eigentlich ganz einfach.

    Du hast z.B in einem Dokument einen Hyperlink:

    Beispiel

    "<a href="datei.php4?var=1&varA=2> Hyperlink</a>"

    Wenn du jetzt diesen Link anklicken würde die php-Seite gestartet werden. Die Variable "var" und die Variable "varA" , die man im Hyperlink sieht, würden diese Werte zugewiesen bekommen. Die php-Datei könnte so aussehen:

    <?php

    echo "<p>$var</p>";

    echo "<p>$varA</p>";

    ?>

    Das würde die Datei anzeigen:

    1

    2

    Gruß,

    -seb-

  4. Hier ist Loadkonfig-Datei: So habe ich die Konfigdateien auskommentiert:

    # LoadModule cookie_auth_module /usr/lib/apache/mod_auth_cookie.so

    # LoadModule cookie_file_access_module

    # /usr/lib/apache/mod_auth_cookie_file.so

    # LoadModule external_auth_module /usr/lib/apache/mod_auth_external.so

    # LoadModule inst_auth_module /usr/lib/apache/mod_auth_inst.so

    LoadModule mysql_auth_module /usr/lib/apache/mod_auth_mysql.so

    # LoadModule nds_auth_module /usr/lib/apache/mod_auth_nds.so

    # LoadModule radius_auth_module /usr/lib/apache/mod_auth_radius.so

    # LoadModule auth_system_module

    # /usr/lib/apache/mod_auth_system.so

    # LoadModule bandwidth_module

    # /usr/lib/apache/mod_bandwidth.so

    # LoadModule cache_module

    # /usr/lib/apache/libcache.so

    # LoadModule cgisock_module /usr/lib/apache/mod_cgisock.so

    # LoadModule cvs_module /usr/lib/apache/mod_cvs.so

    # LoadModule disallow_id_module /usr/lib/apache/mod_disallow_id.so

    LoadModule dtcl_module /usr/lib/apache/mod_dtcl.so

    LoadModule eaccess_module /usr/lib/apache/mod_eaccess.so

    # LoadModule fastcgi_module /usr/lib/apache/mod_fastcgi.so

    # LoadModule gzip_module /usr/lib/apache/mod_gzip.so

    # LoadModule w3c_ip_forwarding_module /usr/lib/apache/mod_ip_forwarding.so

    # LoadModule layout_module /usr/lib/apache/mod_layout.so

    # LoadModule lock_module /usr/lib/apache/mod_lock.so

    # LoadModule macro_module /usr/lib/apache/mod_macro.so

    # LoadModule peephole_module /usr/lib/apache/mod_peephole.so

    # LoadModule put_module /usr/lib/apache/mod_put.so

    # LoadModule qs2ssi_module /usr/lib/apache/mod_qs2ssi.so

    # LoadModule random_module /usr/lib/apache/mod_random.so

    # LoadModule relocate_module /usr/lib/apache/mod_relocate.so

    # LoadModule roaming_module /usr/lib/apache/mod_roaming.so

    LoadModule session_module /usr/lib/apache/mod_session.so

    LoadModule throttle_module /usr/lib/apache/mod_throttle.so

    # LoadModule ticket_module /usr/lib/apache/mod_ticket.so

    # LoadModule urlcount_module /usr/lib/apache/mod_urlcount.so

    LoadModule php4_module /usr/lib/apache/libphp4.so

    LoadModule perl_module /usr/lib/apache/libperl.so

    Vielen Dank für Eure Unterstützung bei diesem Problem! :)

    Gruß, seb

  5. ... und zwar habe ich folgendes auf der Apache.org-Seite gefunden:

    On a SuSE Linux system, I try and configure access control using basic authentication. Although I follow the example exactly, authentication fails, and an error message "admin: not a valid FDN: ...." is logged.

    In the SuSE distribution, additional 3rd party authentication modules have been added and activated by default. These modules interfere with the Apache standard modules and cause Basic authentication to fail. Our recommendation is to comment all those modules in /etc/httpd/suse_addmodule.conf and /etc/httpd/suse_loadmodule.conf which are not actually required for running your server.

    .. jetzt muss man nur noch raussfinden was nicht benötigt wird :rolleyes: .

    Quelle:

    -seb-Apache-FAQ

    Gruß,

    -seb-

  6. Also ich das alles ausprobiert. Aber es funzt nicht.

    Ich habe jetzt mal folgendes probiert:

    Ich habe in die httpd.conf folgendes eingetragen:

    <Directory /home/webadmin/public_html/admin>

    AllowOverride FileInfo AuthConfig Limit

    AuthType Basic

    AuthName "Admin-Bereich von Website NL FFM"

    AuthUserFile /home/webadmin/password

    Require user webadmin

    </Directory>

    Das funktioniert leider auch nicht :-(

    Ich habe auch die password-Datei gelöscht und neu erstellt.

    Das ist ein Eintrag aus meiner error_log:

    [Fri Jul 12 16:32:32 2002] [error] [client 10.160.99.231] webadmin: not a valid FDN: /admin

    Schon mal im vorraus Danke für Eure Hilfe :-)

  7. Hallo

    Ich benutze den Apache 1.3.19

    Das ist meine .htaccess Datei in dem zu schützenden Verzeichnis:

    AuthType Basic

    AuthName "Geschuetzter-Bereich"

    AuthUserFile /home/webadmin/passwords

    Require user benutzer

    Das ist die passwords-Datei:

    benutzer:nsnapc/gUfQDY

    Das htaccess-Fenster poppt auf. Ich kann den Benutzernamen und das Passwort eingeben. Allerdings ist das Passwort immer falsch. Irgendwann poppt dann die Seite:

    Authorization Required ... auf.

    Kann mir da jemand weiterhelfen?

    Gruß,

    -seb-

Fachinformatiker.de, 2024 by SE Internet Services

fidelogo_small.png

Schicke uns eine Nachricht!

Fachinformatiker.de ist die größte IT-Community
rund um Ausbildung, Job, Weiterbildung für IT-Fachkräfte.

Fachinformatiker.de App

Download on the App Store
Get it on Google Play

Kontakt

Hier werben?
Oder sende eine E-Mail an

Social media u. feeds

Jobboard für Fachinformatiker und IT-Fachkräfte

×
×
  • Neu erstellen...