PDA

View Full Version : Ugh! Installing a script


Abyss Network
07-04-2001, 10:01 AM
I uploaded in ASCII, I changed the permissions, the paths to perl, everything the direction say, but I am still getting an error... it's say Forbidden... you know a 403 error.

Then it says additonally there is a 404 File not Found...

Here's what my error log has to say:

[Wed Jul 4 09:59:44 2001] [error] [client 205.188.208.168] File does not exist: /home/abyss/public_html/joe/403.shtml
[Wed Jul 4 09:59:44 2001] [error] [client 205.188.208.168] client denied by server configuration: /home/abyss/public_html/joe/bx/bxadmin.cgi
[Wed Jul 4 09:59:24 2001] [error] [client 205.188.208.140] File does not exist: /home/abyss/public_html/joe/403.shtml
[Wed Jul 4 09:59:24 2001] [error] [client 205.188.208.140] client denied by server configuration: /home/abyss/public_html/joe/bx/bxad.pl
[Wed Jul 4 09:59:08 2001] [error] [client 205.188.208.103] File does not exist: /home/abyss/public_html/joe/403.shtml
[Wed Jul 4 09:59:08 2001] [error] [client 205.188.208.103] client denied by server configuration: /home/abyss/public_html/joe/bx/bxad.cgi
[Wed Jul 4 09:56:14 2001] [error] [client 205.188.208.168] File does not exist: /home/abyss/public_html/joe/403.shtml
[Wed Jul 4 09:56:14 2001] [error] [client 205.188.208.168] client denied by server configuration: /home/abyss/public_html/joe/bx/bxadmin.cgi
[Wed Jul 4 09:55:34 2001] [error] [client 205.188.208.135] File does not exist: /home/abyss/public_html/403.shtml
[Wed Jul 4 09:55:34 2001] [error] [client 205.188.208.135] client denied by server configuration: /home/abyss/public_html/joe/bx/bxadmin.cgi
[Wed Jul 4 09:55:32 2001] [error] [client 205.188.208.135] File does not exist: /home/abyss/public_html/403.shtml
[Wed Jul 4 09:55:32 2001] [error] [client 205.188.208.135] client denied by server configuration: /home/abyss/public_html/joe/bx/bxadmin.cgi
[Wed Jul 4 09:52:33 2001] [error] [client 205.188.208.135] File does not exist: /home/abyss/public_html/403.shtml
[Wed Jul 4 09:52:33 2001] [error] [client 205.188.208.135] client denied by server configuration: /home/abyss/public_html/joe/bx/bxadmin.cgi

Just that the file ain't found!

reuben
07-04-2001, 02:26 PM
Hi,

You don't have the scripts in the cgi-bin :D

avg-joe
07-04-2001, 02:37 PM
D'oh! :p

Abyss Network
07-04-2001, 04:56 PM
Of course I would upload them to any friggen folder I choose! LoL... forgot to try that! Thanks!

Abyss Network
07-04-2001, 05:27 PM
Put it in the CGI Bin, still getting the same errors.

reuben
07-04-2001, 05:59 PM
Hi,

You had placed some commands in the .htaccess file to keep people from beeing able to access the scripts from the web. This was blocking you from running it. I just removed them and it works fine now.

Abyss Network
07-04-2001, 07:20 PM
What is the Data Path

reuben
07-04-2001, 07:32 PM
I'm not sure what you are asking?

Abyss Network
07-04-2001, 07:35 PM
LoL me either... to configure this script, it need a data path. Have no clue what the hell it is! The readme on the script says the path to the data directory (usually /data).... do I have to create it? Or what? LoL..

reuben
07-04-2001, 08:24 PM
:)

You would need to create it, and then list the entire path to it.

i.e. /home/abyss/the_rest_of_the_path

dimx
07-04-2001, 10:44 PM
data path is where the script will store its data files too. Like if you have a counter, that's were the count file would be.

reuben
07-05-2001, 12:03 AM
Also,

You shouldn't put this in the public_html directory. For security reasons you would place it in the base directory for your account.

Abyss Network
07-05-2001, 07:00 AM
Okay thanks!