Hello,
Thanks for the response. I did not want to bother the writer of the software for a simple setup issue but thanks. This was just one of the configs that I have tested.
Here is the latest:
# Config-Section-01
#-#############################################
# The name of your servers cgi-bin directory
$config{'cgi_dir'} = 'cgi-bin'; # Default for most servers
# The cgi-bin subdirectory where your eAuction.pl will be stored
$config{'auction_dir'} = 'eAuction161';
# The Path to a 'NON-WEBACCESSABLE' directory of your system
# Maybe you have to chmode it if you use your own setting
$config{'get_path'} = 0; # Set this from 1 to 0 if you want to use your own setting
$config{'basepath'} = '/u185/gc444/auctiondata/';
# You need to assign either a mail program or
# a mail host so e-mails can be sent out.
# Configure your MAIL PROGRAM
$config{'get_mail'} = 0; # Set this from 1 to 0 if you want to use your own setting
$config{'mailprog'} = '/u185/gc444/To/sendmail'; # no additional options please
# or Configure your MAIL HOST (SMTP)
#$config{'mailhost'} = 'Multimedia file viewing and clickable links are available for registered members only!! You need to
or
!!
';
# Set this from 0 to 1 if the script is running with a real Web-Server
$config{'web_server'} = 1;
#-#############################################
# Config-Section-02
#-#############################################
# Closed Auction Directory
# This is where closed auction items are stored.
$config{'closedir'} = 'closed';
# Closed items may survive ...
$config{'closedays'} = 30; # Days
# User Registration Directory
# This is where user registrations are stored.
# Leave this blank if you don't want to require registration.
$config{'regdir'} = 'userreg';
# Your Admin-Password.
$config{'adminpass'} = 'auction';
# This line must be your e-mail address
$config{'admin_address'} = 'mailmaster@interwer.com';
# Set this to 1 if you want a carbon copy of each new registration eMail
$config{'cc_to_admin'} = 1;
# This will let you define the colors of the
# tables that are generated by the script.
$config{'colornavbar'} = '#EEEEEE'; # Color of the navbar
$config{'colornavbarbg'} = '#BBBBBB'; # Background of the navbar
$config{'colortablebg'} = '#FFFFFF'; # Backgrund of the tables
$config{'colortablehead'} = '#BBBBBB'; # Color of the table-header
$config{'colortablebody'} = '#EEEEEE'; # Color of the table-body
# Sniper Protection.
# How many minutes past last bid to hold auction.
# If auctions should close at exactly closing time, set it to zero.
$config{'aftermin'} = 5; # minutes
# User Posting Enabled
$config{'newokay'} = 1; # 1 = yes | 0 = no
# Auction Name (will appear at the top of each page)
$config{'sitename'} = 'eAuction';
# Change this to 0 if your server doesn't support file locking
$config{'flock'} = 1; # 1 = yes | 0 = no
this is the error
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@ibidcars.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
I have called Multimedia file viewing and clickable links are available for registered members only!! You need to
or
!!
about 6 six times in the last 5 hours. Each time they say everything is set correct.
|U185-|
|-gc444-|
-auctiondata (755)
-cgi-bin (755)-|
-eAuction.pl (755)
-eConfig161.pl (644)
I have edited eAuction.pl
#-#############################################
# Sub: Recover the needed paths
#-#############################################
sub get_path {
my ($sm, @path);
local $_;
$config{'html_dir'} = 'auctiondata';
and here is the output from the dump.pl
Parameter:
Environment:
DOCUMENT_ROOT => /u185/gc444
GATEWAY_INTERFACE => CGI/1.1
HTTP_ACCEPT => image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
HTTP_ACCEPT_ENCODING => gzip, deflate
HTTP_ACCEPT_LANGUAGE => en-us
HTTP_CONNECTION => Keep-Alive
HTTP_HOST => Multimedia file viewing and clickable links are available for registered members only!! You need to
or
!!
HTTP_USER_AGENT => Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; FDM)
ICSPATH => /usr/local/omega/lib/mivavm/icsdata
MvCONFIG_COMMERCE_AuthorizeNet => /usr/local/omega/lib/mivavm/authnet.so
MvCONFIG_COMMERCE_CyberCash => /usr/local/omega/lib/mivavm/cybercash.so
MvCONFIG_COMMERCE_GlobalCommerce => /usr/local/omega/lib/mivavm/globcomm.so
MvCONFIG_COMMERCE_ICS2 => /usr/local/omega/lib/mivavm/ics2.so
MvCONFIG_COMMERCE_LinkPoint => /usr/local/omega/lib/mivavm/linkpoint.so
MvCONFIG_COMMERCE_PNTransact => /usr/local/omega/lib/mivavm/pnt.so
MvCONFIG_COMMERCE_Paradata => /usr/local/omega/lib/mivavm/paradata.so
MvCONFIG_COMMERCE_QuickCommerce => /usr/local/omega/lib/mivavm/authnet.so
MvCONFIG_DIR_BUILTIN => /usr/local/omega/lib/mivavm/builtin
MvCONFIG_DIR_CA => /usr/local/omega/lib/mivavm/certs
MvCONFIG_DIR_DATA => /u185/gc444/htsdata
MvCONFIG_DIR_MIVA => /u185/gc444
PATH => /usr/local/bin:/usr/bin:/bin
QUERY_STRING =>
REMOTE_ADDR => 71.71.223.30
REMOTE_PORT => 42437
REQUEST_METHOD => GET
REQUEST_URI => /cgi-bin/dump.pl
SCRIPT_FILENAME => /u185/gc444/cgi-bin/dump.pl
SCRIPT_NAME => /cgi-bin/dump.pl
SCRIPT_URI => Multimedia file viewing and clickable links are available for registered members only!! You need to
or
!!
SCRIPT_URL => /cgi-bin/dump.pl
SERVER_ADDR => 64.70.131.5
SERVER_ADMIN => webmaster@ibidcars.com
SERVER_NAME => Multimedia file viewing and clickable links are available for registered members only!! You need to
or
!!
SERVER_PORT => 80
SERVER_PROTOCOL => HTTP/1.1
SERVER_SOFTWARE => Apache
UNIQUE_ID => RNYA9Njb-aYAAAx9ZpQ
Again thanks for the help.
Jerry C.