Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[OT] htaccess frage
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum
View previous topic :: View next topic  
Author Message
trikolon
Apprentice
Apprentice


Joined: 04 Dec 2004
Posts: 297
Location: Erlangen

PostPosted: Wed Mar 16, 2005 4:22 pm    Post subject: [OT] htaccess frage Reply with quote

hallo.
ja ich weiss das problem hat nix mit gentoo oder linux zu tun, da aber meiner meinung nach sehr kompetente leute hier sind denke ich dass mir hier geholfen wird.
ich habe einen apache mit php usw laufen. nun möchte ich mein htdocs verzeichnis mittels .htaccess so absichern, dass es vom intranet ohne passwort abfrage geht und vom internet aus über die passwortabfrage. in den howtos für apache 1.3 is ein beispiel aber das hab ich nicht zum laufen gebracht und für apache 2 hab ich noch nix brauchbares gefunden. hoffe mir kann jemand helfen. hier mal meine bisherige datei:
Code:

Options -Includes -IncludesNOEXEC +Indexes
AuthType Basic
AuthName Intranet
AuthUserFile /var/www/localhost/.htpasswd
require valid-user
order deny,allow
deny from all
allow from internal.com
Satisfy any
Back to top
View user's profile Send private message
M@rio
n00b
n00b


Joined: 01 Dec 2004
Posts: 27
Location: Graz

PostPosted: Wed Mar 16, 2005 4:59 pm    Post subject: Re: [OT] htaccess frage Reply with quote

Schaut soweit richtig aus. Unterschied zwischen Apache 1 und 2 gibt es in dem Fall AFAIK keinen.

AllowOverride in der Apache Config ist zumindest auf AuthConfig gesetzt?
internal.com ist für localhost auflösbar? Eventuell direkt den verwendeten IP Range eintragen, z.B. allow from 192.168.0
Back to top
View user's profile Send private message
trikolon
Apprentice
Apprentice


Joined: 04 Dec 2004
Posts: 297
Location: Erlangen

PostPosted: Thu Mar 17, 2005 12:00 pm    Post subject: Reply with quote

arg. ich doof! hab vergessen internal.com auf meinen router/server zu registrieren. mit ip range gehts auf jeden fall. danke!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum