.htaccess unter windows

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

  • #16
    Re: .htaccess unter windows

    Original geschrieben von Benny-one
    moin, wusste net wo ich es hinposten soll, deswegen hier.

    ich möchte ein Verzeichniss schützen, also hab ich das in die .htaccess Datei geschrieben:

    AuthType Basic
    AuthName "Passwortgeschützter Bereich"
    AuthUserFile /htpasswd
    require user Benny


    doch wenn ich das verzeichniss aufrufe, passiert...nichts

    muss ich noch irgendwo was einstellen, damit das funzt?
    Fehlt da nicht ein Punkt - s. File von mir!

    AuthType Basic
    AuthName "Materialbestellung"
    AuthUserFile /kunden/homepages/xx/htdocs/kunden/xxxxx/.htpasswd
    require user user
    Yuppi, endlich Elite ...

    Kommentar


    • #17
      ich hab logischer weise die fehler behoben. und punkt macht man doch nur bei linux für hidden, also hab ich den weggelassen und auch in der config weggelassen. und wenn ich jetzt auffrufe, funzt das ganze apache net mehr.
      Sunshine CMS
      BannerAdManagement
      Borlabs - because we make IT easier
      Formulargenerator [color=red]Neu![/color]
      Herkunftsstatistik [color=red]Neu![/color]

      Kommentar


      • #18
        Original geschrieben von Benny-one
        ....und punkt macht man doch nur bei linux für hidden....
        nö!
        Yuppi, endlich Elite ...

        Kommentar


        • #19
          Original geschrieben von hand
          Der "." vor dem Filenamen
          dient dazu das File unter Linux (Unix) im Filesystem auf auf hidden zu setzen
          ???
          Sunshine CMS
          BannerAdManagement
          Borlabs - because we make IT easier
          Formulargenerator [color=red]Neu![/color]
          Herkunftsstatistik [color=red]Neu![/color]

          Kommentar


          • #20
            Hidden = versteckt = nicht sichtbar

            Das sollte aber keine Rolle spielen, damit es bei Dir funktioniert. Und ob das File ".htaccess", ".htzugriff", "htzugriff", "htaccess" oder "quaxi" heißt, wichtig ist nur, dass die Filenamen exakt übereinstimmen.

            Und wenn nun Apache nit mehr funktioniert, mußt in der httpd.conf kontrollieren, ob Du alle Definitionen, die Du gemacht hast korrekt sind. Hast vielleicht woanders in der httpd.conf auch noch was geändert? Kann ja vorkommen.

            Zusätzlich könntest Du einen Blick ins LOG File riskieren. Hin und wieder ist so was aufschlussreich.

            Kommentar


            • #21
              hab nen test gemacht

              lanserver/ index.php Ok
              lanserver/lan/ error

              in dem ordner Lan ist die htzugriff drin, wo die datei drin ist kommt der fehler hier:

              Internal Server Error
              The server encountered an internal error or misconfiguration and was unable to complete your request.
              Please contact the server administrator, you@your.address and inform them of the time the error occurred, and anything you might have done that may have caused the error.

              More information about this error may be available in the server error log.



              --------------------------------------------------------------------------------

              Apache/1.3.14 Server at localhost Port 80


              http.conf liegt bei
              Angehängte Dateien
              Sunshine CMS
              BannerAdManagement
              Borlabs - because we make IT easier
              Formulargenerator [color=red]Neu![/color]
              Herkunftsstatistik [color=red]Neu![/color]

              Kommentar


              • #22
                also ich hab mal deine Files bei mir draufgemacht, die htzugriff in .htaccess umbenannt und das AuthUserFile auf htpasswd.txt (im gleichen Ordner) umgestellt, und es kommt die Abfrage.
                Allerdings nimmt er das Passwort nicht an, aber ich denke, dass das daran liegt, dass das nicht verschlüsselt in der Datei ist.
                hopka.net!

                Kommentar


                • #23
                  Original geschrieben von Benny-one

                  ...
                  More information about this error may be available in the server error log.
                  ... und was steht im Server Error Log?

                  Kommentar


                  • #24
                    [Fri Jun 20 14:16:42 2003] [alert] [client 127.0.0.1] /apache/htdocs/.htzugriff: Invalid command 'AuthConfig', perhaps mis-spelled or defined by a module not included in the server configuration
                    Apache server shutdown initiated...
                    [Fri Jun 20 14:17:27 2003] [alert] [client 127.0.0.1] /apache/htdocs/.htzugriff: Invalid command 'AuthConfig', perhaps mis-spelled or defined by a module not included in the server configuration
                    [Fri Jun 20 14:17:28 2003] [alert] [client 127.0.0.1] /apache/htdocs/.htzugriff: Invalid command 'AuthConfig', perhaps mis-spelled or defined by a module not included in the server configuration
                    Apache server shutdown initiated...
                    [Fri Jun 20 14:17:58 2003] [alert] [client 127.0.0.1] /apache/htdocs/.htzugriff: Invalid command 'AuthConfig', perhaps mis-spelled or defined by a module not included in the server configuration
                    [Fri Jun 20 14:49:47 2003] [error] [client 172.183.5.57] File does not exist: /apache/htdocs/default.ida
                    Apache server shutdown initiated...
                    [Sun Jun 22 13:13:44 2003] [alert] [client 127.0.0.1] /apache/htdocs/htzugriff: Invalid command 'AuthConfig', perhaps mis-spelled or defined by a module not included in the server configuration
                    [Sun Jun 22 13:14:08 2003] [alert] [client 127.0.0.1] /apache/htdocs/lan/htzugriff: Invalid command 'AuthConfig', perhaps mis-spelled or defined by a module not included in the server configuration
                    [Sun Jun 22 13:17:37 2003] [alert] [client 127.0.0.1] /apache/htdocs/lan/htzugriff: Invalid command 'AuthConfig', perhaps mis-spelled or defined by a module not included in the server configuration
                    [Sun Jun 22 13:34:08 2003] [error] [client 127.0.0.1] File does not exist: /apache/htdocs/favicon.ico
                    Apache server shutdown initiated...
                    Sunshine CMS
                    BannerAdManagement
                    Borlabs - because we make IT easier
                    Formulargenerator [color=red]Neu![/color]
                    Herkunftsstatistik [color=red]Neu![/color]

                    Kommentar


                    • #25
                      Wenn Du in Deine httpd.conf schaust, dann hast Du so wie es aussieht 1x "AuthConfig" zu viel.
                      Code:
                      ...
                      #
                      # Each directory to which Apache has access, can be configured with respect
                      # to which services and features are allowed and/or disabled in that
                      # directory (and its subdirectories). 
                      #
                      # First, we configure the "default" to be a very restrictive set of 
                      # permissions.  
                      #
                      <Directory />
                          Options FollowSymLinks
                          AllowOverride [b]AuthConfig[/b]
                      </Directory>
                      
                      #
                      # Note that from this point forward you must specifically allow
                      # particular features to be enabled - so if something's not working as
                      # you might expect, make sure that you have specifically enabled it
                      # below.
                      #
                      
                      #
                      # This should be changed to whatever you set DocumentRoot to.
                      #
                      <Directory "/apache/htdocs">
                      
                      #
                      # This may also be "None", "All", or any combination of "Indexes",
                      # "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
                      #
                      # Note that "MultiViews" must be named *explicitly* --- "Options All"
                      # doesn't give it to you.
                      #
                          Options Indexes FollowSymLinks MultiViews ExecCGI
                      
                      #
                      # This controls which options the .htaccess files in directories can
                      # override. Can also be "All", or any combination of "Options", "FileInfo", 
                      # "AuthConfig", and "Limit"
                      #
                          AllowOverride [b]AuthConfig[/b]
                      
                      #
                      # Controls who can get stuff from this server.
                      #
                          Order allow,deny
                          Allow from all
                      </Directory>
                      ...
                      Beim 1. "AuthConfig" sollte anstelle wohl "none" stehen
                      Code:
                      ...
                      #
                      # Each directory to which Apache has access, can be configured with respect
                      # to which services and features are allowed and/or disabled in that
                      # directory (and its subdirectories). 
                      #
                      # First, we configure the "default" to be a very restrictive set of 
                      # permissions.  
                      #
                      <Directory />
                          Options FollowSymLinks
                          AllowOverride [b]none[/b]
                      </Directory>
                      
                      #
                      # Note that from this point forward you must specifically allow
                      # particular features to be enabled - so if something's not working as
                      # you might expect, make sure that you have specifically enabled it
                      # below.
                      #
                      
                      #
                      # This should be changed to whatever you set DocumentRoot to.
                      #
                      <Directory "/apache/htdocs">
                      
                      #
                      # This may also be "None", "All", or any combination of "Indexes",
                      # "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
                      #
                      # Note that "MultiViews" must be named *explicitly* --- "Options All"
                      # doesn't give it to you.
                      #
                          Options Indexes FollowSymLinks MultiViews ExecCGI
                      
                      #
                      # This controls which options the .htaccess files in directories can
                      # override. Can also be "All", or any combination of "Options", "FileInfo", 
                      # "AuthConfig", and "Limit"
                      #
                          AllowOverride [b]AuthConfig[/b]
                      
                      #
                      # Controls who can get stuff from this server.
                      #
                          Order allow,deny
                          Allow from all
                      </Directory>
                      ...
                      Ich hoffe das wars jetzt ...

                      Kommentar


                      • #26
                        no, immer noch der gleiche Fehler.

                        [Sun Jun 22 22:15:34 2003] [alert] [client 127.0.0.1] /apache/htdocs/lan/htzugriff: Invalid command 'AuthConfig', perhaps mis-spelled or defined by a module not included in the server configuration
                        Sunshine CMS
                        BannerAdManagement
                        Borlabs - because we make IT easier
                        Formulargenerator [color=red]Neu![/color]
                        Herkunftsstatistik [color=red]Neu![/color]

                        Kommentar


                        • #27
                          was ist das????

                          #
                          # In the standard configuration, the server will process httpd.conf (this
                          # file, specified by the -f command line option), srm.conf, and access.conf
                          # in that order. The latter two files are now distributed empty, as it is
                          # recommended that all directives be kept in a single file for simplicity.
                          # The commented-out values below are the built-in defaults. You can have the
                          # server ignore these files altogether by using "/dev/null" (for Unix) or
                          # "nul" (for Win32) for the arguments to the directives.
                          #
                          #ResourceConfig conf/srm.conf
                          #AccessConfig conf/access.conf


                          http.conf noch mal hochgeladen
                          Angehängte Dateien
                          Sunshine CMS
                          BannerAdManagement
                          Borlabs - because we make IT easier
                          Formulargenerator [color=red]Neu![/color]
                          Herkunftsstatistik [color=red]Neu![/color]

                          Kommentar


                          • #28
                            Du hast eine ganz sonderbare httpd.conf
                            Da fehlen ja viele Module die ansonsten geladen werden sollten, wie
                            Code:
                            AddModule mod_auth.c
                            In meiner httpd.conf sieht das in etwa so aus
                            Code:
                            # [WHENEVER YOU CHANGE THE LOADMODULE SECTION ABOVE, UPDATE THIS TOO!]
                            ClearModuleList
                            #AddModule mod_vhost_alias.c
                            AddModule mod_env.c
                            AddModule mod_log_config.c
                            #AddModule mod_mime_magic.c
                            AddModule mod_mime.c
                            AddModule mod_negotiation.c
                            AddModule mod_status.c
                            AddModule mod_info.c
                            AddModule mod_include.c
                            AddModule mod_autoindex.c
                            AddModule mod_dir.c
                            AddModule mod_isapi.c
                            AddModule mod_cgi.c
                            AddModule mod_asis.c
                            AddModule mod_imap.c
                            AddModule mod_actions.c
                            #AddModule mod_speling.c
                            AddModule mod_userdir.c
                            AddModule mod_alias.c
                            #AddModule mod_rewrite.c
                            AddModule mod_access.c
                            [b]AddModule mod_auth.c[/b]
                            #AddModule mod_auth_anon.c
                            #AddModule mod_auth_dbm.c
                            #AddModule mod_auth_digest.c
                            #AddModule mod_digest.c
                            #AddModule mod_proxy.c
                            #AddModule mod_cern_meta.c
                            #AddModule mod_expires.c
                            #AddModule mod_headers.c
                            #AddModule mod_usertrack.c
                            #AddModule mod_unique_id.c
                            AddModule mod_so.c
                            AddModule mod_setenvif.c
                            AddModule mod_php4.c

                            Kommentar


                            • #29
                              richte mal bitte die conf so ein, wie sie sein sollte und lade sie hoch, thx
                              Sunshine CMS
                              BannerAdManagement
                              Borlabs - because we make IT easier
                              Formulargenerator [color=red]Neu![/color]
                              Herkunftsstatistik [color=red]Neu![/color]

                              Kommentar


                              • #30
                                Noch besser, ich schick Dir meine zum Abgleichen. Ansonsten müssen wir im schlimmsten Fall. Zeile für Zeile hin und her posten.

                                Als erstes probier mal in Deiner .conf folgendes:

                                Suche nach
                                #ClearModuleList
                                dann füge u.a. AddModule dazu

                                Code:
                                AddModule mod_access.c
                                AddModule mod_auth.c
                                Wenns noch nicht funzt entferne das # bei #ClearModuleList
                                Angehängte Dateien

                                Kommentar

                                Lädt...
                                X