You are viewing a plain text version of this content. The canonical link for it is here.
Posted to asp@perl.apache.org by guttalbhag <gu...@yahoo.com> on 2003/07/02 08:50:53 UTC

To make asp files running... What should be done ?

Hi All,

 Iam trying to run asp scripts in Linux platform..

 Iam using Apache server with Apache-Asp engine to run asp scripts..

 I changed the httpd.conf file & included these directives...

 <Directory /home/intranet/www/html/timesheet/timesheet>
        Options FollowSymLinks
       AllowOverride All
   </Directory>
                                                                     
          
                                                                     
          
      <Files ~ "^\.asp">
       SetHandler  perl-script
       PerlHandler Apache::ASP
       PerlSetVar  Global /home/intranet/www/html/timesheet/timesheet/.
       PerlSetVar  StateDir /tmp/asp
      </Files>

 Now i restarted the server & tried to run asp scripts again...

 But the browser is returning the code instead of executing it...

 Plz give me some solutions so as to make asp files running...

 regards
bhargavi


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


Re: To make asp files running... What should be done ?

Posted by "Dr. Helmut Zeilinger" <h....@envirotex.de>.
Hi bhargavi,

just an idea - does

<Files ~ ".*\.asp">

or

<FilesMatch ".*\.asp">

work?

Helmut

--On Wednesday, July 02, 2003 06:50:53 +0000 guttalbhag 
<gu...@yahoo.com> wrote:

> Hi All,
>
>  Iam trying to run asp scripts in Linux platform..
>
>  Iam using Apache server with Apache-Asp engine to run asp scripts..
>
>  I changed the httpd.conf file & included these directives...
>
>  <Directory /home/intranet/www/html/timesheet/timesheet>
>         Options FollowSymLinks
>        AllowOverride All
>    </Directory>
>
>
>
>
>       <Files ~ "^\.asp">
>        SetHandler  perl-script
>        PerlHandler Apache::ASP
>        PerlSetVar  Global /home/intranet/www/html/timesheet/timesheet/.
>        PerlSetVar  StateDir /tmp/asp
>       </Files>
>
>  Now i restarted the server & tried to run asp scripts again...
>
>  But the browser is returning the code instead of executing it...
>
>  Plz give me some solutions so as to make asp files running...
>
>  regards
> bhargavi
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
> For additional commands, e-mail: asp-help@perl.apache.org
>
>





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