in reply to Re^6: Missing module perl
in thread Missing module perl
Can't connect to localhost:80 (Connection refused)
This means that there is no web server listening on localhost:80. Have you checked with your browser that you can connect to http://localhost:80? Is the web server process running?
My suggestion is to eliminate the web server from the problem, by using file:// URLs instead of http:// URLs. If you want to make your local mirror available to more than one machine, using http as protocol is better, but then you will first need to configure the HTTP server appropriately.
Configuring your HTTP server is not really a Perl problem.
Maybe you can use CPAN::Mini::Webserver as your CPAN web server, but I have never done that.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Missing module perl
by ridwan (Initiate) on Aug 21, 2019 at 09:33 UTC | |
by Corion (Patriarch) on Aug 21, 2019 at 09:40 UTC | |
by ridwan (Initiate) on Aug 21, 2019 at 10:07 UTC | |
by Corion (Patriarch) on Aug 21, 2019 at 11:03 UTC | |
by ridwan (Initiate) on Aug 22, 2019 at 02:17 UTC | |
|