Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Verzeichnis Index mit Apache2
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
denic
Apprentice
Apprentice


Joined: 04 Aug 2002
Posts: 168

PostPosted: Sun Jun 29, 2003 1:09 pm    Post subject: Verzeichnis Index mit Apache2 Reply with quote

Hi,

unterhalb meines Document Root habe ich ein Verzeichnis, dass bei Aufruf über einen
Browser sichtbar gemacht werden soll. Allerdings bekommt der Browser vom Apache2 Webserver dafür keine Berechitigung. Welche Änderungen am Apache2 muss ich dafür vornehmen ?
Oder muss eigens für diesen Zweck eine .htaccess erstellt werden ? Wenn ja, wie würde diese
dann aussehen ?


Danke
Back to top
View user's profile Send private message
// .Kn0rki
Tux's lil' helper
Tux's lil' helper


Joined: 05 Feb 2003
Posts: 110
Location: Wuppertal

PostPosted: Sun Jun 29, 2003 3:30 pm    Post subject: Re: Verzeichnis Index mit Apache2 Reply with quote

Dann solltest du eher die passenden berechtigungen setzen..

wenn ich mich nicht irre musst du das 'verzeichnis' was lesbar sein soll ausführbar machen..
Back to top
View user's profile Send private message
denic
Apprentice
Apprentice


Joined: 04 Aug 2002
Posts: 168

PostPosted: Sun Jun 29, 2003 5:01 pm    Post subject: Reply with quote

Leider nein.
Erhalte lediglich ein :

Code:
Forbidden

You don't have permission to access /test/ on this server.
Back to top
View user's profile Send private message
// .Kn0rki
Tux's lil' helper
Tux's lil' helper


Joined: 05 Feb 2003
Posts: 110
Location: Wuppertal

PostPosted: Sun Jun 29, 2003 8:54 pm    Post subject: Reply with quote

gut dann hast du selbiges problem wie ich mit meinem apache2 ;)

verzeichnis und datein haben rechte 777 aber trotzdem gehts nicht.. jedenfalls nicht bei allen verzeichnissen.. einige wiederrum funktioniern ohne probleme..


da es hier eh grad um apache2 geht
ne frage.. und zwar hab ich php gemerget.. und am ende kommt die meldung das dies ein ONLY cli build is und nicht für webserver geeignet sei
und dann wollte ich phpgroupware installiern.. und da bekomm ich nur die fehlermeldung das ch keinen datenbank support habe.. dabei hab ich mysql mit drinnen?!
frage also was ist CLI und wie bekomm ich's weg?
Back to top
View user's profile Send private message
stream
Guru
Guru


Joined: 04 Jan 2003
Posts: 401

PostPosted: Sun Jun 29, 2003 10:53 pm    Post subject: Re: Verzeichnis Index mit Apache2 Reply with quote

denic wrote:
Hi,

unterhalb meines Document Root habe ich ein Verzeichnis, dass bei Aufruf über einen
Browser sichtbar gemacht werden soll. Allerdings bekommt der Browser vom Apache2 Webserver dafür keine Berechitigung. Welche Änderungen am Apache2 muss ich dafür vornehmen ?
Oder muss eigens für diesen Zweck eine .htaccess erstellt werden ? Wenn ja, wie würde diese
dann aussehen ?


Danke

in apache2.conf

Alias /das_verzeichniss /home/httpd/htdocs/das_verzeichniss

<Location /das_verzeichniss>
order deny,allow
allow from all
Options Indexes FollowSymLinks MultiViews
</Location>
Back to top
View user's profile Send private message
flow99
n00b
n00b


Joined: 08 Jun 2003
Posts: 57

PostPosted: Mon Jun 30, 2003 7:44 am    Post subject: Reply with quote

hello!
hast du den user richtig gesetzt???

User apache
Group apache
Back to top
View user's profile Send private message
Genone
Retired Dev
Retired Dev


Joined: 14 Mar 2003
Posts: 9625
Location: beyond the rim

PostPosted: Mon Jun 30, 2003 11:16 am    Post subject: Reply with quote

// .Kn0rki wrote:
da es hier eh grad um apache2 geht
ne frage.. und zwar hab ich php gemerget.. und am ende kommt die meldung das dies ein ONLY cli build is und nicht für webserver geeignet sei
und dann wollte ich phpgroupware installiern.. und da bekomm ich nur die fehlermeldung das ch keinen datenbank support habe.. dabei hab ich mysql mit drinnen?!
frage also was ist CLI und wie bekomm ich's weg?


CLI = Console Line Interface, das ist der Kommandozeileninterpreter für Standalone PHP Skripte (ja, sowas solls geben) oder die CGI Schnittstelle. Für Apache sollte man mod_php nehmen.
Back to top
View user's profile Send private message
// .Kn0rki
Tux's lil' helper
Tux's lil' helper


Joined: 05 Feb 2003
Posts: 110
Location: Wuppertal

PostPosted: Mon Jun 30, 2003 9:59 pm    Post subject: Reply with quote

hab ja auch mod_php genommen.. aber php is ja leider ne abhängigkeit von mod_php =(
Back to top
View user's profile Send private message
Genone
Retired Dev
Retired Dev


Joined: 14 Mar 2003
Posts: 9625
Location: beyond the rim

PostPosted: Mon Jun 30, 2003 10:13 pm    Post subject: Reply with quote

Da erlaub ich mir mal zu widersprechen:
Code:
igor root # emerge -ep mod_php | grep php
[ebuild  N   ] dev-php/mod_php-4.3.2 

Und im ebuild taucht auch nichts diesbezüglich auf (und die eclass wird sich hüten eine Abhängigkeit auf php zu haben 8) )
Back to top
View user's profile Send private message
// .Kn0rki
Tux's lil' helper
Tux's lil' helper


Joined: 05 Feb 2003
Posts: 110
Location: Wuppertal

PostPosted: Mon Jun 30, 2003 10:30 pm    Post subject: Reply with quote

ah ok.. mein fehler.. hab nix gesagt :)
Back to top
View user's profile Send private message
// .Kn0rki
Tux's lil' helper
Tux's lil' helper


Joined: 05 Feb 2003
Posts: 110
Location: Wuppertal

PostPosted: Tue Jul 01, 2003 5:51 am    Post subject: Re: Verzeichnis Index mit Apache2 Reply with quote

stream wrote:

in apache2.conf

Alias /das_verzeichniss /home/httpd/htdocs/das_verzeichniss

<Location /das_verzeichniss>
order deny,allow
allow from all
Options Indexes FollowSymLinks MultiViews
</Location>


ok das funktioniert damit.. allerdings hab ich keine lust das für jeden ordner machen zu müssen.. n bissl was fürn *piep* ;)

ich hab die stelle dafür gefunden.. ich weissnur leider nicht wie ich sie umschreiben muss.. das was ich versucht habe hat jedenfall's nicht zum erfolg geführt..

Code:

<Directory />
   Options All MultiView Indexes
   AllowOverride None
      <IfModule mod_access.c>
      Order allow,deny
      allow from all
     </IfModule>
</Directory>


das hab ich da stehen.. aber funktioniern tut's leider nicht =/[/code]
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