Re: configuration problem

2006-07-13 Thread Jay Scherrer
jiqiang yao wrote: hi, I use apacher 2.0. I set the document root as "/myhome/web". Anything ending in .html can be public. However, the folder within this directory are not public, although I set the mode to 755. Can anybody can help me? yao

Re: Configuration problem

2005-10-07 Thread Foo Ji-Haw
If 'LoadModule perl_module modules/mod_perl.so' is the only line you put in your httpd.conf, you are definately missing a few things. Do read up on the documentation in perl.apache.org for details. Snippet from the site:   Alias /perl/ /home/httpd/httpd-2.0/perl/    SetHandler perl-scri