Forums?

 
Post new topic   Reply to topic    Aprelium Forum Index -> FastCGI/CGI
View previous topic :: View next topic  
Author Message
Richard
-


Joined: 13 Jun 2002
Posts: 4

PostPosted: Thu Jun 13, 2002 5:47 pm    Post subject: Forums? Reply with quote

Hello,

I was wondering if its be possible to setup a forum on the Abyss Web Server 1.0.3. By that i mean, something like ikonboard. Ikonboard makes use of cgi-scripts, but in the manual stands you have to upload it with FTP-access to the cgi-bin directory and you need to make use oh chmod command's. Is it possible to make use FTP-access to the Abyss Web Server???

Thx in advance.
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Thu Jun 13, 2002 10:34 pm    Post subject: Re: Forums? Reply with quote

Richard wrote:
Hello,

I was wondering if its be possible to setup a forum on the Abyss Web Server 1.0.3. By that i mean, something like ikonboard. Ikonboard makes use of cgi-scripts, but in the manual stands you have to upload it with FTP-access to the cgi-bin directory and you need to make use oh chmod command's. Is it possible to make use FTP-access to the Abyss Web Server???

Thx in advance.

You don't need FTP if you have direct access to the computer the server runs on (which seems to be your case).
All you have to do is to copy the files using your operating system (Windows Explorer or a command line, whatever you want).
You can also ignore the chmod settings of you are on Windows. If you are on Linux, use the chmod command to set the file permissions.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Richard
-


Joined: 13 Jun 2002
Posts: 4

PostPosted: Thu Jun 13, 2002 10:41 pm    Post subject: Reply with quote

Hello, tnx for reply

i tried that, by just copying the files in the cgi-bin directory, but when i try to startup the cgi script, it opens the script file in a sort of way, instead of running it.

for exampe, http://192.168.1.1/cgi-bin/ikonboard.cgi

probably im doing something wrong, still need to figure out what.
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Thu Jun 13, 2002 10:46 pm    Post subject: Reply with quote

Richard wrote:
Hello, tnx for reply

i tried that, by just copying the files in the cgi-bin directory, but when i try to startup the cgi script, it opens the script file in a sort of way, instead of running it.

for exampe, http://192.168.1.1/cgi-bin/ikonboard.cgi

probably im doing something wrong, still need to figure out what.

This is another issue related to the CGI configuration. The server can't guess what interpreter will hanlde .cgi files unless you tell it.
So go to the CGI parameters section in the console and add the appropriate interpreter (we guess it is Perl) and its associated extension cgi in the CGI interpreters table.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Richard
-


Joined: 13 Jun 2002
Posts: 4

PostPosted: Thu Jun 13, 2002 11:32 pm    Post subject: Reply with quote

i'm sorry that i can't figure it out myself, but i dont understand a lot of cgi scripting. I really want to run a forum, and finally i found an webserver that runs nice on pc with 2 nic's init and now i can't figure out how it should work.

when i enter this adres in explorer

http://192.168.1.1:85/cgi-bin/yabb/yabb.cgi

i get as result information about the scripting inside the file, something like this

#!/usr/bin/perl

###############################################################################
# YaBB.pl

$YaBBversion = '1 Gold - SP 1.1';
$YaBBplver = '1 Gold - SP 1.1';

if( $ENV{'SERVER_SOFTWARE'} =~ /IIS/ ) {
$yyIIS = 1;
$0 =~ m~(.*)(\\|/)~;

etc.

I would be really thankfull if you could tell me what i have to input at the cgi parameters section. I already tried a few things, but i have no clue.

Thank you in advance.
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Fri Jun 14, 2002 12:45 am    Post subject: Reply with quote

Richard wrote:
i'm sorry that i can't figure it out myself, but i dont understand a lot of cgi scripting. I really want to run a forum, and finally i found an webserver that runs nice on pc with 2 nic's init and now i can't figure out how it should work.

Follow our Perl installation guide at http://www.aprelium.com/abyssws/perl.html and instead of declaring the 'pl' extension, declare the 'cgi' extension (or both if you want). All the rest of the instructions remains the same.

That's all you need to make your Perl script run under Abyss Web Server.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Richard
-


Joined: 13 Jun 2002
Posts: 4

PostPosted: Fri Jun 21, 2002 3:18 pm    Post subject: Reply with quote

Finally after exploring the log file, i finally figuered out that there was an typo in the pl file. now it works. Thank you for pointing me at the perl installation and thanks for your help and time
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> FastCGI/CGI All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group