S
syberlink
Guest
I need to configure some kind of webform. I am tring webform.cgi with no luck. I get a error after form http://syberlink.com/form.html
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.
I will take any help or ideas. Thanks, Brad
Plesk 7.5.2
Red Hat 9 Operating System
#!/usr/bin/perl
####################################
# FormMail Version 1.92
####################################
'/usr/sbin/sendmail -i -t';
@referers = ( 'syberlink.com', '68.178.151.115' );
@recipients = &fill_recipients(@referers);
push @recipients, '[email protected]', '[email protected]';
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.
I will take any help or ideas. Thanks, Brad
Plesk 7.5.2
Red Hat 9 Operating System
#!/usr/bin/perl
####################################
# FormMail Version 1.92
####################################
'/usr/sbin/sendmail -i -t';
@referers = ( 'syberlink.com', '68.178.151.115' );
@recipients = &fill_recipients(@referers);
push @recipients, '[email protected]', '[email protected]';