EWS
12-23-1998, 05:52 PM
Hi everyone, I'm a new client of Future Quest and I'm trying to set up the CGI scripts I used on my old server which was also Apache UNIX. I'll take my WWWBoard forums for example since I'm working on those right now ...
In the CGI script wwwboard.cgi, this is the CGI script I used on my old server.
$basedir = "/home/ewsonli/public_html/sports/golfboard";
$baseurl = "http://www.ewsonline.com/sports/golfboard";
$cgi_url = "http://www.ewsonline.com/sports/golfboard/wwwboard.cgi";
How do I have to change that for this new server? In other words, what is the full "basedir"? /www/sports/golfboard? I've tried several things and it's not working yet. I gte premature endings, internal server errors, or sometimes the CGI script text is just displayed. ????? BTW, I've uploaded a .htaccess file in the directories where I want to use CGI with the tag, AddHandler cgi-script cgi .
Thanks for the help in advance.
-Eric Sturgeon
- http://www.ewsonline.com
In the CGI script wwwboard.cgi, this is the CGI script I used on my old server.
$basedir = "/home/ewsonli/public_html/sports/golfboard";
$baseurl = "http://www.ewsonline.com/sports/golfboard";
$cgi_url = "http://www.ewsonline.com/sports/golfboard/wwwboard.cgi";
How do I have to change that for this new server? In other words, what is the full "basedir"? /www/sports/golfboard? I've tried several things and it's not working yet. I gte premature endings, internal server errors, or sometimes the CGI script text is just displayed. ????? BTW, I've uploaded a .htaccess file in the directories where I want to use CGI with the tag, AddHandler cgi-script cgi .
Thanks for the help in advance.
-Eric Sturgeon
- http://www.ewsonline.com