URL: https://www.overclockers.at/linux/gentoo_apache2_117039/page_3 - zur Vollversion wechseln!
USE="-java" emerge php
für was php java genau braucht weis ich aber auch nicht
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 
http://httpd.apache.org/docs/mod/mod_autoindex.html
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
Code:drwxrwxrwx 4 apache apache 4.0K Jun 14 23:23 www
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>
gilt dies dann auch für alle subdirs dieses ordners?
ok einfach für / machen und funzt 
nur die icons läds mir noch nicht mit meinen settings aber kommt zeit kommen icons :P
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.
overclockers.at v4.thecommunity
© all rights reserved by overclockers.at 2000-2026