Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Anyone here familiar with Earthlink Web Hosting? Its running under Apache/Unix

by NodeReaper (Curate)
on Sep 10, 2001 at 23:52 UTC ( [id://111558]=perlquestion: print w/replies, xml ) Need Help??

NodeReaper has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Anyone here familiar with Earthlink Web Hosting? Its running under Apache/Unix

Replies are listed 'Best First'.
Re: Anyone here familiar with Earthlink Web Hosting? Its running under Apache/Unix
by blakem (Monsignor) on Sep 11, 2001 at 00:15 UTC
    Perhaps a little more information is necessary before we can help you in any meaningful way. Post some information about the web serving setup, code snipptets, error message, a better description of what is going on, etc.

    You should also read the thread 'How to ask questions the smart way.', and the articles referenced there. You will then have much better luck getting useful help here and in other online forums.

Re: Anyone here familiar with Earthlink Web Hosting? Its running under Apache/Unix
by archen (Pilgrim) on Sep 11, 2001 at 01:58 UTC
    first you should try to run a hello world script such as:

    #!/usr/bin/perl
    print ("Content-type: text/html\n\n");
    print "hello world";


    cgi script running problems are almost always one of the following:

    1. the script was not uploaded (ftp) in ascii format
    2. the script isn't marked to execute (using chmod)
    3. the first line of perl in your script is wrong - some web servers put perl in different locations.
    4. you are calling the script wrong - some servers have different calling conventions
Re: Anyone here familiar with Earthlink Web Hosting? Its running under Apache/Unix
by scottstef (Curate) on Sep 11, 2001 at 16:54 UTC
    Since you really didn't give us a whole lot to go with, here are a few suggestions/ideas:
    1. Test it on another unix/linux apache box.
    2. Try using CGI::Carp qw (fatalsToBrowser);
    3. Check out earthlink's support page in regards to perl/cgi

    "The social dynamics of the net are a direct consequence of the fact that nobody has yet developed a Remote Strangulation Protocol." -- Larry Wall

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://111558]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-24 02:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found