Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
passworteingabeaufforderung für lokale dateien
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)
View previous topic :: View next topic  
Author Message
Yonathan
l33t
l33t


Joined: 05 Jan 2005
Posts: 662

PostPosted: Thu Jun 16, 2005 7:25 pm    Post subject: passworteingabeaufforderung für lokale dateien Reply with quote

nabend.

habe einige homepages, die ich hier auf meinem rechner erstelle, verwalte und so weiter. damit ich net immer online sein muss, bzw die daten net immer auf den webspace laden muss, um sie zutesten, habe ich mir den apache incl. php emerged.

aus mir bislang unerfindlichen gründen muss ich nun, wenn ich eine der pages über den localhost testen will einen usernamen und ein passwort eingeben. da ich weder das eine noch das andere habe, komme ich auch nicht auf die seite, die ja eigentlich auf meinem rechner ist.

hat jemand eine idee, woran das liegen könnte??? ich bin der "besitzer" der archive, wo die entsprechenden files zu finden sind und bei den anderen pages klappt es ja auch 8O

vielen dank.

yona
_________________
Athlon XP+ 2400 Thunderbird,
Abit NF7
1536MB DDR (266),
Radeon 9200 (256mb)
gentoo 2.6.19-r5
Back to top
View user's profile Send private message
schmutzfinger
Veteran
Veteran


Joined: 26 Oct 2003
Posts: 1287
Location: Dresden/Germany

PostPosted: Thu Jun 16, 2005 7:31 pm    Post subject: Reply with quote

Wenn du die Seiten einfach von irgendwo kopiert hast, dann könnte es sein das du auch die .htaccess mitkopiert hast. Suche mal nach dieser Datei in dem Ordner wo deine Seite liegt. Wenn du fündig wirst dann lösche sie oder bekomme mit google raus wie du sie manipulieren musst.
Back to top
View user's profile Send private message
Yonathan
l33t
l33t


Joined: 05 Jan 2005
Posts: 662

PostPosted: Thu Jun 16, 2005 7:32 pm    Post subject: Reply with quote

das ist alles selbstgeschriebener code... da ist nirgendwo eine .htacces dabei O_o die hätte ich ja selbst erstellen müssen ;)

Code:
Authorization Required

This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.
Apache/2.0.54 (Gentoo/Linux) mod_ssl/2.0.54 OpenSSL/0.9.7e PHP/4.3.11 Server at localhost Port 80


das bekomme ich, wenn ich bei der eingabe auf abbrechen klicke
_________________
Athlon XP+ 2400 Thunderbird,
Abit NF7
1536MB DDR (266),
Radeon 9200 (256mb)
gentoo 2.6.19-r5
Back to top
View user's profile Send private message
Mankale
Tux's lil' helper
Tux's lil' helper


Joined: 20 Jan 2004
Posts: 76

PostPosted: Thu Jun 16, 2005 9:04 pm    Post subject: Reply with quote

in der commonapache.conf:

Quote:

<Directory />
Options -All -Multiviews
AllowOverride AuthConfig
Order deny,allow
Allow from all
</Directory>
Back to top
View user's profile Send private message
Yonathan
l33t
l33t


Joined: 05 Jan 2005
Posts: 662

PostPosted: Fri Jun 17, 2005 6:08 pm    Post subject: Reply with quote

Mankale wrote:
in der commonapache.conf:

Quote:

<Directory />
Options -All -Multiviews
AllowOverride AuthConfig
Order deny,allow
Allow from all
</Directory>


die gibt es bei mir net.

ist nur in /usr/portage/net-www/apache/files/conf/commonapache.conf zu finden und ich bezweifle, dass die gemeint ist O_o

du meinst bestimmt diese: /etc/apache2/conf/commonapache2.conf ,oder?

Code:
<Directory />
  Options -All -Multiviews
  AllowOverride None
  <IfModule mod_access.c>
    Order deny,allow
    Deny from all
  </IfModule>
</Directory>
so schaut das bei mir da aus.... soll ich es in das obige ändern?

yona
_________________
Athlon XP+ 2400 Thunderbird,
Abit NF7
1536MB DDR (266),
Radeon 9200 (256mb)
gentoo 2.6.19-r5
Back to top
View user's profile Send private message
_hephaistos_
Advocate
Advocate


Joined: 07 Apr 2004
Posts: 2694
Location: salzburg, austria

PostPosted: Fri Jun 17, 2005 6:12 pm    Post subject: Reply with quote

Yonathan wrote:
du meinst bestimmt diese: /etc/apache2/conf/commonapache2.conf ,oder?

jo!
oder /etc/apache/httpd.conf - je nach apache.

cheers
Back to top
View user's profile Send private message
Yonathan
l33t
l33t


Joined: 05 Jan 2005
Posts: 662

PostPosted: Fri Jun 17, 2005 6:48 pm    Post subject: Reply with quote

habe es in der /etc/apache2/conf/commonapache2.conf geändert, damit es so aussieht, wie oben.

aber das pw muss ich trotzdem noch eingeben. hat sich also nix geändert :(

yona
_________________
Athlon XP+ 2400 Thunderbird,
Abit NF7
1536MB DDR (266),
Radeon 9200 (256mb)
gentoo 2.6.19-r5
Back to top
View user's profile Send private message
pir187
Guru
Guru


Joined: 19 Feb 2004
Posts: 309
Location: Papstdorf : Sachsen : Deutschland

PostPosted: Fri Jun 17, 2005 8:26 pm    Post subject: Reply with quote

tach,

nimm mal testweise das raus:
Code:

<IfModule mod_access.c>
    Order deny,allow
    Deny from all
</IfModule>

. das "Deny from all" verhindert im extremfall den zugriff von überall!

wenn das nicht hilft... weißt du, daß die datei .htaccess eine versteckte datei ist? nur mal so gefragt, kann ja sein, du hast du datei dadurch übersehen?


mfg, pir187
_________________
Linux 2.6.24-gentoo-r8, Athlon XP 3200+@ASUS A7N8X-E Deluxe 2.0, 2GB MDT DDR-RAM PC3200@2,5-3-3-7, Gainward GF7800GS+ (G71), Creative Audigy 2 ZS, 2x Seagate 750 GB@RAID1 + LVM2
(sehr zufriedener) registrierter Linux-Nutzer #360788
Back to top
View user's profile Send private message
Yonathan
l33t
l33t


Joined: 05 Jan 2005
Posts: 662

PostPosted: Sun Jun 19, 2005 7:12 pm    Post subject: Reply with quote

habe das oben angegebene komplett auskommentiert. ändert nix.

auch habe ich nochmal nach der .htacces geschaut, auch die ist nirgends zu finden.

nach wie vor also keine änderung :(

yona
_________________
Athlon XP+ 2400 Thunderbird,
Abit NF7
1536MB DDR (266),
Radeon 9200 (256mb)
gentoo 2.6.19-r5
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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