PDA

View Full Version : need help with leethosting



asianzboi2k
January 6th, 2003, 15:03
ok, I ordered the standard windows plan from them and I was wondering what the perl path on their server was. I need to install a few CGI scripts.

CareBear
January 6th, 2003, 15:06
that's something you'd ask their support staff? :confused:

Daniel
January 6th, 2003, 15:06
<rant>Never trust a webhost with a hacker term such as 'leet' and especially never trust a webhost that offers 'unlimited' </rant>

Why don't you email their support?

asianzboi2k
January 6th, 2003, 15:48
Originally posted by CareBear
that's something you'd ask their support staff? :confused:
I did email them but they never replied back, so what do you want me to do?

Daniel
January 6th, 2003, 15:56
Originally posted by asianzboi2k
I did email them but they never replied back, so what do you want me to do?

I believe their is a command in perl to show modules installed and the path to perl, etc.

Daniel
January 6th, 2003, 16:01
Originally posted by ClyderMan
I think you should buy a domain because what i remember it was not included in package?

asianzboi2k is looking for the path to perl, not the full path if that's what your implying.

asianzboi2k
January 6th, 2003, 16:12
Originally posted by Daniel
asianzboi2k is looking for the path to perl, not the full path if that's what your implying.

yes, I am looking for the path to perl, if I have that I can get the rest of the info through cgi scripts.

Daniel
January 6th, 2003, 16:22
Is there Cpanel? I know in Cpanel you can get the path to perl.

Try using:

#/usr/bin/perl

Todd
January 6th, 2003, 16:49
If you have shell access you can also try a command such as: whereis perl

I would email them again if you are still having problems. If they don't reply now imagine how troubling it would be if they don't reply when your site goes offline for no apparent reason. You should always choose a host where you receive acceptable response times. Acceptable being the keyword as only you can define what is and isn't acceptable for your site.

Archbob
January 6th, 2003, 20:56
Well, I can't help you here. But next time, don't go with a company thats named leethosting, to me thats just spelling disaster.

I wonder why anyone would name their company that.

Rick
January 6th, 2003, 21:13
Last I heard, Windows servers don't use paths. If CGI-Perl is installed on the server, it runs from anywhere, but the script may require the path to be entered for reference purposes, in which case #!/usr/bin/perl would work as well as anything else.