Ismael Touama wrote:
> 
> Hi,
> 
> i've still done it and in fact cp-ing manually the
> .htaccess & .bhtacces files in my root directory.
> However I re-issue the operation.
> 

If you can't get the .htaccess to work, you can copy the 
configs there directly into the httpd.conf to get the 
examples to work.  You could put them in a <Directory> config
for the directory that site/eg is really located on your system.

> But what I do with it... ?
>      <Files ~ (\.asp)>
>        SetHandler  perl-script
>        PerlModule  Apache::ASP
>        PerlHandler Apache::ASP
>        PerlSetVar  Global .
>        PerlSetVar  StateDir /tmp/asp
>      </Files>
> 
> What's the /tmp/asp directory ?
> 

StateDir is where files for $Session & $Application are stored.

> Ok I think it's about Apache::Filter *MODULE* !!
> 
> I put it now:
> PerlHAndler Apache::Registry Apache::SSI Apache:: Apache::ASP
> 
> but really don't see what to set instead of blah.
> 

The Apache::Filter module is just used for hooking up
to Apache::SSI for SSI features.  This is optional, 
and you should not use it unless you need to do so.
There is an example config for it in the .htaccess.

For more information on what you might want SSI for,
please see http://www.apache-asp.org/ssi.html and perldoc Apache::SSI, 
and http://httpd.apache.org/docs/mod/mod_include.html

--Josh
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks Founder                       Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to