From: Sistemas - I. T. LTDA. <sis...@in...> - 2003-09-26 19:56:34
|
The problem was really solved by putting this into Apache's commonthttpd.conf file on the local web server (Apache 1.3/Mandrake 8.2): /etc/httpd/conf/commonhttpd.conf : <Directory /var/www/html/trinux/> Options +Indexes Order allow, deny Allow from all </Directory> Which will allow the directory listing to be output. DAVID RAMIREZ Bogotá - Colombia |