> I gave chmod 777 to all files under test directory and it's subdirectories. > But still getting this error. Anybody knows what am I doing wrong? Looks > like it's not working in mod_perl mode. >
httpd runs a nobody and nobody doesn't have access to the test directory. It's not enough to make chmod 777 to directories under test. nobody will not have read access if any upper level directories deny access for nodody. So all upper level directories muts be chmod 755 or change the user (variable $EPUSER) in test/conf/config.pl to the user that owns the directory. Gerald ------------------------------------------------------------- Gerald Richter ecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131 WWW: http://www.ecos.de Fax: +49 6133 925152 ------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]