[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] CGi SCripts not working? IP Address
- Subject: [cobalt-users] CGi SCripts not working? IP Address
- From: "Clint Decker" <nim1998@xxxxxxx>
- Date: Thu Oct 26 00:40:00 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On one of my servers that I use (not cobalt related at all...) I have a perl
script that looks like this:
#!/usr/bin/perl
print "Content-type: text/html \n\n";
print "$ENV{'REMOTE_HOST'}";
exit;
(you can see it at http://louish.com/cgi-bin/ipaddress.pl )
Then I uploaded the same cgi script to one of my accounts on a site setup on
a raq3...
http://www.hackersunderground.com/dev-cgi/ipaddress.pl
And nothing happens... the script doenst seem to work.
I have other script running on hackersunderground.com, so I dont know what
it is. The perl path is correct, and I have the cgi script button checked on
the site settings.
Anyone know why this isnt working?
here are the site settings for the hackersunderground.com which is on my
raq3:
Site Settings
IP Address 64.39.236.167
Host Name www
Domain Name hackersunderground.com
Bandwidth Limit Disabled
Accept Email for Domain CHECKED
Web Access by Domain CHECKED
Max. Allowed Disk Space (MB) 1000 on the volume "home"
Maximum Number of Users 50
Telnet/Shell Access Disabled
CGI Script Execution CHECKED
Process Server Side Includes CHECKED
SSL Disabled
FrontPage Server Extensions Disabled
Enable Secure POP3 (APOP) Disabled
Anyone know why this script wouldnt work?
Thanks,
Clint Decker