"Christmas - the time to fix the computers of your loved ones" « Lord Wyrm

gentoo + apache2

vossi 13.06.2004 - 18:26 2165 37
Posts

utmp

Big d00d
Avatar
Registered: May 2003
Location: 19" Rack
Posts: 197
USE="-java" emerge php

für was php java genau braucht weis ich aber auch nicht

vossi

been there, done that
Avatar
Registered: Feb 2003
Location: Vienna
Posts: 1436
sehr schön das ding pfeift jetzt soweit ;)

jetzt nur noch mit directory listing rumärgern .. ich will das so wie in windows das man durch die ordner browsen kann solange keine index.html oder index.php im ordner liegt

falls jemand genau weiss wie es geht wär ich dankbar sonst les ich das jetzt sowieso durch ;)

spunz

Super Moderator
Super Moderator
Avatar
Registered: Aug 2000
Location: achse des bösen
Posts: 11118

vossi

been there, done that
Avatar
Registered: Feb 2003
Location: Vienna
Posts: 1436
hab FancyIndexing eingeschalten und das icon directory festgelegt .. trotzdem weiterhin:

Code:
Forbidden

You don't have permission to access / on this server.
Apache/2.0.49 (Gentoo/Linux) PHP/4.3.6 Server at localhost Port 80

passt das überhaupt wenn mein /var/www folgende permissions hat:
Code:
drwxrwxrwx    4 apache   apache       4.0K Jun 14 23:23 www

utmp

Big d00d
Avatar
Registered: May 2003
Location: 19" Rack
Posts: 197
wenn du jetzt für ein verzeichnis auto index haben willst musst du in apache2.conf folgendes hinzufügen

<Location /dasverzeichnis>
order deny,allow
allow from all
options indexes followsymlinks multiviews
</location>

vossi

been there, done that
Avatar
Registered: Feb 2003
Location: Vienna
Posts: 1436
gilt dies dann auch für alle subdirs dieses ordners?

vossi

been there, done that
Avatar
Registered: Feb 2003
Location: Vienna
Posts: 1436
ok einfach für / machen und funzt :)
nur die icons läds mir noch nicht mit meinen settings aber kommt zeit kommen icons :P

funka

Legend
ex-prophet(down below)
Registered: Sep 2000
Location: Vienna / SF
Posts: 6131
ad php/java:
http://at.php.net/java
PHP / Java Integration
Introduction

There are two possible ways to bridge PHP and Java: you can either integrate PHP into a Java Servlet environment, which is the more stable and efficient solution, or integrate Java support into PHP. The former is provided by a SAPI module that interfaces with the Servlet server, the latter by this Java extension.
Kontakt | Unser Forum | Über overclockers.at | Impressum | Datenschutz