Results 1 to 2 of 2

Thread: Help with mod_perl?

  1. #1

    Thread Starter
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Help with mod_perl?

    I've downloaded the mod_perl binary, which "installed" perl on my system. My basic aim here is to make apache parse ASP pages so that I can have everything I want. I do not have IIS 5, nor is it an option for me because I'm on WinXP HE.

    Anyways, now that I've got mod_perl installed, according to the www.Apache-asp.org website, I can run ASP pages now.

    The problem is, I don't have a clue as to what I'm supposed to add to the httpd.conf file for my Apache web server.

    Any clues, hints, directions, etc?

  2. #2
    Frenzied Member
    Join Date
    Nov 1999
    Posts
    1,337
    perl lets you run asp?

    did you read this

    You may download the latest Apache::ASP from your nearest CPAN,
    http://cpan.org/modules/by-module/Apache/

    you don't just need mod_perl.

    After installing this distribution, in Apache2\conf\perl.conf
    (pulled in via Apache2\conf\httpd.conf) there's directives that
    have Apache::ASP handle files placed under the Apache2\asp\
    directory. There should be a sample Apache::ASP script there,
    printenv.html, accessed as http://127.0.0.1/asp/printenv.html
    which, if working, will print out your environment variables.
    Last edited by phpman; Oct 31st, 2003 at 06:41 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width