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.
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 ?
I don't have such one and don't understand its utility.
So I try different config, the default doesn't work
(hmm' I don't have let it work ;op)
thx,
bbsc,
ism
PS: And what about the <Files ~"*\.blah"> Apache::SSI directive ?
I wonder if my problem occurs with the Apache::SSI API (is that really
an API or a module ?) . To me 'blah' is a foo thing ! Isn't it ?
So if problem with Apache::SSI, it's maybe Apache::Filter too ?
Lot of question isn't it ?
-----Message d'origine-----
De : Joshua Chamas [mailto:[EMAIL PROTECTED]]
Envoye : mercredi 29 mai 2002 21:58
A : Ismael Touama
Cc : [EMAIL PROTECTED]
Objet : Re: even with quick start...it's not heaven
Ismael Touama wrote:
>
> hi,
> ...
>
> I put this in my httpd.conf:
> # OK for security problem
> <Directory / >
> Options FollowSymLinks
> AllowOverride All
> </Directory>
Try: ( from http://www.apache-asp.org/install.html#Quick%20Start )
<Directory $DOCUMENT_ROOT/asp/eg >
Options FollowSymLinks
AllowOverride All
</Directory>
To copy the entire site, including the examples, you might
do a raw directory copy as in:
shell> cp -rpd ./site $DOCUMENT_ROOT/asp
----------------
$DOCUMENT_ROOT is probably /usr/local/apache/htdoc/ but might
be something else
----------------
Do this exactly, not <Directory / > because there might
be another AllowOverride None in your config somewhere else.
Also, do the cp -rpd of the entire directory so you are
sure to pick up the .htaccess in .site/eg/
Once you get the examples working, you can start building
your own configs in httpd.conf, but try to get the examples
working first.
--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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]