[ROOT] Carrot permission httpd.conf

From: Marius (comanm@fiu.edu)
Date: Wed Oct 23 2002 - 21:34:25 MEST


reference
http://root.cern.ch/root/roottalk/roottalk02/4462.html
Hi Valeriy

the permission is set such that everyone has acces to the macros (*.C)
Alias /CarrotExamples /home/httpd/html/Carrot
<Directory "/home/httpd/html/Carrot/macros">
        Options MultiViews Indexes +Includes
        AllowOverride AuthConfig FileInfo Indexes Limit Options
    Order allow,deny
    Allow from all
</Directory>
and the httpd.conf was modified by the makefile from Carrot  (i looked in the
configure script and the sed commands seem OK -they modify the httpd.conf correctly)
but
I still get permission denied (it should be something to do   with the way it handles
.C  files
   AddHandler server-parsed .C
beside what's on the Carrot's installation notes web page (and what the configure
script does) are there any other modules that i shoul add?

does libroot.so  loads (calls automatically) libCarrot.so  (i understood so from your
pdf file -presentation-)  or i should load it as a separate module in httpd.conf.


can you post  an working  example of the  httpd.conf, how it should look like
(LoadModule AddModule etc ) ?
Thank you Marius



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:51:15 MET