Gossamer Forum
Home : Products : Others : Fileman :

Internal Server Error

Quote Reply
Internal Server Error
I get the foolowing error when running the script...

Internal Server Error
Premature end of script headers
Apache/1.3.2 Server at clowntown.com Port 80

This thing is so simple and straight forward to configure, I can not understand what the problem is. CGI.pm is available, the script is pointed at perl version 5x and all file and dir permissions are set per instructions.

here is my config block...

# Configuartion
# --------------------------------------------------------
%config = (
root_dir => "/home/clowto/public_html/bobby",
logfile => "/home/clowto/public_html/bobby_admin/fileman.log",
password_dir => "/home/clowto/public_html/bobby_admin/pass",
root_url => "http://www.clowntown.com/bobby",
script_url => "http://www.clowntown.com/bobby_admin/fileman.cgi",
icondir_url => '../images/fileman',
use_flock => 1,
allowed_space => 500,
max_upload => 75,
show_size => 1,
show_date => 1,
show_perm => 1,
show_icon => 1,
show_pass => 1,
version => '1.0'
);

We are looking at several multi-user scripts for our applications and yours looks like one of the best. Assuming we can get this thing running, we will probably purchase the 25 user edition.

Thanks in advance,
Rick Thompson
Fortweb.com

Subject Author Views Date
Post Internal Server Error Rick 2776 Dec 5, 1998, 7:33 AM