Hans Jansen wrote:
>
> Hi,
> I just have installed Apache 1.3.20 on my SuSE Linux 7.2 Prof. with
> mod_perl, Apache::ASP and PHP 4.0.6.
>
> Everytime I want to have a look at the examples of the asp-pages, I get an
> error:
> http://hcj.ath.cx/eg/index.htm
>
> Why do I get that error?
> You can see my Apache-Conf-files at:
> http://hcj.ath.cx/~hcj/http.txt
> or my PHP-Info:
> http://hcj.ath.cx/~hcj/phpinfo.php
>
The AllowOverride configs look fine in your http.txt file.
Make sure you have restarted your web server to pick up
the changes & that that is the conf file your server is using.
Then make sure the .htaccess file was copied over for the
examples. I would recommend copying over the entire
./site directory to some place in your DocumentRoot, with
cp -rpd ./site $DocumentRoot
which will copy ./site/eg/.htaccess.
If all this fails you can test Apache::ASP working on your
system at all with this benchmark suite:
http://www.chamas.com/bench/hello.tar.gz
Then run:
./bench.pl -time=3 ASP
If this works, we know it CAN work on your system, it just
needs the right Apache config. You can see the last config
the benchmark suite generated at TMP_HTTPD.conf for a raw
starter config just for Apache::ASP.
--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]