DRALL Script Problem

 
Post new topic   Reply to topic    Aprelium Forum Index -> Perl
View previous topic :: View next topic  
Author Message
Angoco
-


Joined: 02 Sep 2002
Posts: 2

PostPosted: Mon Sep 02, 2002 4:14 am    Post subject: DRALL Script Problem Reply with quote

I am new to all this but find the challenge fun and exciting! I am trying to install a web based ftp upload program called Drall... The problem is I seem to get a bad directory specified message when I try to execute it. I looked at the .pl file and it's all towards /usr/bin/perl and my script is in my cgi-bin folder and perl is setup correctly to give me the error so whats my prob???

http://www.edlund.org/hacks/drall/
Back to top View user's profile Send private message AIM Address Yahoo Messenger
Angoco
-


Joined: 02 Sep 2002
Posts: 2

PostPosted: Mon Sep 02, 2002 4:25 am    Post subject: Reply with quote

I was thinking does this have anything to do with the virtual path being /usr/bin/perl -w and therefore I need to set that up on my server as a virtual path??? I made one for /usr/bin/ with the real path to C:\Perl\bin

I still get a "Bad base directory specified in configuration"
Back to top View user's profile Send private message AIM Address Yahoo Messenger
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Mon Sep 02, 2002 3:33 pm    Post subject: Reply with quote

Angoco wrote:
I was thinking does this have anything to do with the virtual path being /usr/bin/perl -w and therefore I need to set that up on my server as a virtual path??? I made one for /usr/bin/ with the real path to C:\Perl\bin

I still get a "Bad base directory specified in configuration"

If Perl runs correctly, you can ignore the #! line and what comes in it.
We think it is a problem related to the configuration of the script itself not to the configuration of Abyss Web Server.
So we will take a look on the script and we will tell you more as soon as possible.

Thank you
_________________
Support Team
Aprelium - http://www.aprelium.com


Last edited by aprelium on Tue Sep 03, 2002 9:35 am; edited 1 time in total
Back to top View user's profile Send private message Send e-mail
Guest






PostPosted: Tue Sep 03, 2002 2:41 am    Post subject: Reply with quote

Wow thanks, I wouldn't expect that from any other web server program developer... Hands down aprelium is the way to go!
Back to top
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Tue Sep 03, 2002 9:11 pm    Post subject: Reply with quote

To solve your probem, open drall.pl using your favorite editor and locate line 315 which should be by default as follows:
Code:

'base_dir' => '/home/httpd/html/127.0.0.1/',

and change it to the path of the directory the file manager should consider as the base. For example, in our case, we wanted to manage directory /home/zed/ so we modified the line to be:
Code:

'base_dir' => '/home/zed/',

That's it. Now the script works perfectly :D
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Angoco Again
Guest





PostPosted: Wed Sep 04, 2002 6:29 am    Post subject: Reply with quote

Thanks!
Back to top
Idiot
Guest





PostPosted: Fri Sep 06, 2002 2:58 am    Post subject: Reply with quote

I have it in my cgi-bin located in the root for aprelium and my webpage folder is the default... I set it up like you say but it still wont work what exactly by default should I set it to in order to run right out of the root folder for webpages???
Thanks,
Great Program
Back to top
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Fri Sep 06, 2002 11:46 am    Post subject: Reply with quote

Idiot wrote:
I have it in my cgi-bin located in the root for aprelium and my webpage folder is the default... I set it up like you say but it still wont work what exactly by default should I set it to in order to run right out of the root folder for webpages???
Thanks,
Great Program

You should edit the drall.pl script and configure it yourself. Problems with scripts are 99% of the time out of the scope of Abyss Web Server.
If you need help with a particular script, the best is to ask his writer/editor for technical support.

Please understand that testing scripts and understanding what you did wrong with them takes us too much time. And that time can be better used in devloping and improving Abyss Web Server.

Thank you.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Perl 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