|
-
Oct 31st, 2003, 01:36 PM
#1
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?
-
Oct 31st, 2003, 06:34 PM
#2
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|