Hi,
I have a FreeBSD OS server, and use Apache hosting web page. I also intalled Perl_mod already in my PC. Now we want to host some *.asp web page, so I try to install apache-asp. It is itnroducted to use the way of:
download the apache-asp source file form
http://cpan.org/modules/by-modules/Apache/
then in the command line, do :
Sheel prompt> perl -MCPAN -e shell
cpan>install CPAN
cpan>install bundle::Apache::ASP
However, during the installation, the screen keep telling me to do :
install Net::FTP
and also tell me to do
install Bundle::libnet
etc, ......
And after above procedure , I put a test.asp document on the apache server, and the browser tells me:
500 internal server error.
I guess my Apache::asp was not successfully installed.
And I tried to do the above installation again, still the same problem. I wonder whether the mirror ftp CPAN I chose to download is down. And I understand once I choose the ftp site, the brower will stick to the same address for CPAN, so in this case how do I change the ftp site for install CPAN. Or what should I do to fix the above problem.
If I am not describing my problem clearly, please do not hesitate to let me know.
Your early reply will be highly appreciated.
My email is
jennifer@tevn.com
Jennifer Zhao
edited: Sat Feb 1 16:10:10 2003
by jeffa - formatting adjustments jeffa gives thumbs up to theorbtwo
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.