ASP+Apache

Taking care of your Linux box.
Post Reply
refra
Naik
Posts: 70
Joined: Wed Dec 06, 2006 3:51 pm

ASP+Apache

Post by refra »

AOA,

I am using FC7.

I installed perl-Apache-ASP(www.apache-asp.org) through yum.

so how can i integrate apache (/etc/httpd/) to use perl-Apache-ASP.

which modules i define in httpd.conf so do something else.
LinuxFreaK
Site Admin
Posts: 5132
Joined: Fri May 02, 2003 10:24 am
Location: Karachi
Contact:

Re:

Post by LinuxFreaK »

Dear refra,
Salam,

Code: Select all

PerlModule  Apache::ASP
<Files ~ (\.asp)>    
  SetHandler  perl-script
  PerlHandler Apache::ASP
  PerlSetVar  Global .
  PerlSetVar  StateDir /tmp/asp
</Files>
FYI, http://www.apache-asp.org/config.html

Best Regards.
Farrukh Ahmed
Post Reply