You are viewing a plain text version of this content. The canonical link for it is here.
Posted to asp@perl.apache.org by Hans Jansen <li...@eltra-jansen.de> on 2001/09/15 12:32:33 UTC

ASP on Apache doesn't work

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

PHP and Apache works fine - just not ASP.

Thanks for your support,
Hans

PS: I'm sorry because of my Englisch - I just don't live in an
English-speaking country...


---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org


Re: ASP on Apache doesn't work

Posted by Joshua Chamas <jo...@chamas.com>.
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: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org