FormMail

hddweb

Verified User
Joined
Dec 2, 2004
Messages
27
Hello everyone,

I'm trying to install FormMail (the secure one) and it doesn't seem to be working. I had the old one (Matt's) which worked fine on my old system, but when I copied everything over it stopped working and so I figured I'd update to the new one while I was at it.

-Just to clarify to see if everything's right, the first line should say:
#!/usr/bin/perl

-Mail prog should be:
$mailprog = '/usr/lib/sendmail -i -t -f';

-No commas or ' or " for anything in parenthesis correct?

-CHMOD 755 for the file

I keep getting this error when I use the form:
"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@hddweb.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.


Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request"


One of the forms that uses this is at: http://www.hddweb.com/support/contact.shtml

Anyone know what I'm doing wrong?
 
Which one are you using?

The most secure one was completely rewritten by someone who used to run one of the blocklists a few years ago.

You can get it here.

However, it's not a dropin replacement.

After you've downloaded it and unpacked it be sure to read the README and the README.security files.

Where the two are in conflict, the README.security file is the one with the most recent, and correct, information.

I use this all the time and I can attest to the fact that:

a) it's secure, and cannot be broken by spammers.

b) it lets you know when a spammer tries to use it

c) it works as documented.

Jeff
 
Jeff,
How different is this then NMS Secure FormMail? I need to have a central From Mail program that is accessible from a global cgi-bin.
 
Hey Jeff,

This is FormMail Version 3.14c1, an EV1 tech referred me to this script. I know its not just a dropin replacement and I have read through the readme, however it still does not work. Could you take a look at my config's and tell me if you find anything config'ed wrong?
 
rldev said:
How different is this then NMS Secure FormMail? I need to have a central From Mail program that is accessible from a global cgi-bin.
I don't know how it compares to NMS Secure FormMail because I've never used that one.

I do know that it's close to impossible to have a secure FormMail that works from a global cgi-bin directory, because to be secure, the program has to have code in it to make sure the email address is allowable.

Jeff
 
hddweb said:
This is FormMail Version 3.14c1, an EV1 tech referred me to this script. I know its not just a dropin replacement and I have read through the readme, however it still does not work. Could you take a look at my config's and tell me if you find anything config'ed wrong?
I wouldn't know because this doesn't sound like any version of formmail I've ever seen.

Jeff
 
Actually this is precisely how NMS Secure Formmail works. Each user that uses it must have a .FormMail.conf in their root user directory. This conf file dictates the parameters such as email address recipient.
 
Then that sounds like a perfect choice :) .

If I ever get the chance to study it I may implement it.

Thanks!

Jeff
 
I am going to test a server wide install tomrrow or next week.
 
Please let us know how it went, and what you use for your server-wide cgi-bin.

Thanks!

Jeff
 
It's got an old release number because it's a fork from an old distribution.

It was written well, and it's still secure.

It even sends you an email when someone tries to use it to spam (if you want it to).

Jeff
 
Thanks for replying Jeff

Can you or anyone suggest any possible reasons why one version of formmail.pl that’s worked fine on other servers might suddenly stop working when I try to run it on my new DA server?

I’ve been using the NMS version ( http://nms-cgi.sourceforge.net/scripts.shtml ) for a couple of years on a variety of servers, with no problems. However I’ve recently got a DA dedicated server and it’s now generating an internal server error.

I should point out that the version suggested above ( http://www.nobaloney.net/downloads/formmail/ ) actully works absolutely fine on my new server, interestingly enough, and all the configurations ($mailprog, @referers, path to perl, etc) are exactly the same in both formmail.pl scripts.

Anyone have any ideas?
 
I don't because I've never used the NMS version.

Is the perl path at the top of both scripts exactly the same?

Did you upload the NMS version to the server as ascii, to "fix" the line-endings from Windows to Linux?

Looking at the actual error returned in the apache log may be helpful; it generallly is to me when I'm troubleshooting script (lack of) performance.

Jeff
 
Hi Jeff

Yeah the path to perl was the same and the files were uploaded in ascii... how can I get to see the apache error log?

thanks.
 
The error log is available in the control panel of the domain you are running the program under. Go to logs/stats.
 
/var/log/httpd/domains/example.com.error.log

of course replacing example.com with the name of your domain.

Jeff
 
Hi Jeff

Got it here... I can't really see any possible reason tho...

Can you make or tail out of it? Thanks...

[Wed Mar 9 15:59:25 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.com/public_\
html/favicon.ico
[Wed Mar 9 15:59:25 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.com/public_\
html/404.shtml
[Wed Mar 9 16:21:50 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.com//public_\
html/favicon.ico
[Wed Mar 9 16:21:50 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.com/public_\
html/404.shtml
[Wed Mar 9 16:21:57 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.com/public_\
html/favicon.ico
[Wed Mar 9 16:21:57 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.com/public_\
html/404.shtml
[Wed Mar 9 16:22:33 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.com/public_\
html/images/home/home01_roll.gif
[Wed Mar 9 16:22:33 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.com/public_\
html/404.shtml
[Wed Mar 9 16:22:33 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.com/public_\
html/images/home/home02_roll.gif
[Wed Mar 9 16:22:33 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.com/public_\
html/404.shtml
[Wed Mar 9 16:22:33 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.com/public_\
html/images/home/home03_roll.gif
[Wed Mar 9 16:22:33 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.com/public_\
html/404.shtml
[Wed Mar 9 16:22:33 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.com/public_\
html/images/home/home04_roll.gif
[Wed Mar 9 16:22:33 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.com/public_\
html/404.shtml
[Wed Mar 9 16:22:47 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.com/public_\
html/favicon.ico
 
rldev said:
The error log is available in the control panel of the domain you are running the program under. Go to logs/stats.

Sorry rldev I missed your post... here's the info from that method...

[Wed Mar 9 15:59:25 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/favicon.ico
[Wed Mar 9 15:59:25 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 16:21:50 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/favicon.ico
[Wed Mar 9 16:21:50 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 16:21:57 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/favicon.ico
[Wed Mar 9 16:21:57 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 16:22:33 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/images/home/home01_roll.gif
[Wed Mar 9 16:22:33 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 16:22:33 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/images/home/home02_roll.gif
[Wed Mar 9 16:22:33 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 16:22:33 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/images/home/home03_roll.gif
[Wed Mar 9 16:22:33 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 16:22:33 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/images/home/home04_roll.gif
[Wed Mar 9 16:22:33 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 16:22:47 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/favicon.ico
[Wed Mar 9 16:22:47 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 16:22:50 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/contact/spacer.gif
[Wed Mar 9 16:22:50 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 16:22:53 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/images/home/home01_roll.gif
[Wed Mar 9 16:22:53 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 16:22:53 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/images/home/home02_roll.gif
[Wed Mar 9 16:22:53 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 16:22:53 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/images/home/home03_roll.gif
[Wed Mar 9 16:22:53 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 16:22:53 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/images/home/home04_roll.gif
[Wed Mar 9 16:22:53 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 16:22:53 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/favicon.ico
[Wed Mar 9 16:22:53 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 16:22:56 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/images/home/home01_roll.gif
[Wed Mar 9 16:22:56 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 16:22:56 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/images/home/home02_roll.gif
[Wed Mar 9 16:22:56 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 16:22:56 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/images/home/home03_roll.gif
[Wed Mar 9 16:22:56 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 16:22:56 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/images/home/home04_roll.gif
[Wed Mar 9 16:22:56 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 16:22:59 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/favicon.ico
[Wed Mar 9 16:22:59 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 16:23:03 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/contact/spacer.gif
[Wed Mar 9 16:23:03 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 16:23:04 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/favicon.ico
[Wed Mar 9 16:23:04 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 16:26:25 2005] [error] [client 82.2.54.98] File does not exist: /home/mydomain/domains/mydomain.net/private_html/favicon.ico
[Wed Mar 9 16:26:25 2005] [error] [client 82.2.54.98] File does not exist: /home/mydomain/domains/mydomain.net/private_html/404.shtml
[Wed Mar 9 16:27:19 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/contact/spacer.gif
[Wed Mar 9 16:27:19 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 16:27:20 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/favicon.ico
[Wed Mar 9 16:27:20 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
Can't locate CGI.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0) at (eval 3) line 4.
BEGIN failed--compilation aborted at (eval 3) line 4.
BEGIN failed--compilation aborted at comments.pl line 3269.
[Wed Mar 9 16:29:29 2005] [error] [client 62.253.64.19] Premature end of script headers: /home/mydomain/domains/mydomain.net/public_html/cgi-bin/comments.pl
[Wed Mar 9 16:29:29 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/500.shtml
[Wed Mar 9 16:29:30 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/favicon.ico
[Wed Mar 9 16:29:30 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 16:30:01 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/contact/spacer.gif
[Wed Mar 9 16:30:01 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 16:30:02 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/favicon.ico
[Wed Mar 9 16:30:02 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
Can't locate CGI.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0) at (eval 3) line 4.
BEGIN failed--compilation aborted at (eval 3) line 4.
BEGIN failed--compilation aborted at comments.pl line 3269.
[Wed Mar 9 16:34:40 2005] [error] [client 62.253.64.19] Premature end of script headers: /home/mydomain/domains/mydomain.net/public_html/cgi-bin/comments.pl
[Wed Mar 9 16:34:40 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/500.shtml
[Wed Mar 9 16:34:41 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/favicon.ico
[Wed Mar 9 16:34:41 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 16:34:42 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/contact/spacer.gif
[Wed Mar 9 16:34:42 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 16:34:43 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/favicon.ico
[Wed Mar 9 16:34:43 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
Can't locate CGI.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0) at (eval 3) line 4.
BEGIN failed--compilation aborted at (eval 3) line 4.
BEGIN failed--compilation aborted at comments.pl line 3269.
[Wed Mar 9 17:14:45 2005] [error] [client 62.253.64.19] Premature end of script headers: /home/mydomain/domains/mydomain.net/public_html/cgi-bin/comments.pl
[Wed Mar 9 17:14:45 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/500.shtml
[Wed Mar 9 17:14:47 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/favicon.ico
[Wed Mar 9 17:14:47 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 17:14:52 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/contact/spacer.gif
[Wed Mar 9 17:14:52 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 17:14:53 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/favicon.ico
[Wed Mar 9 17:14:53 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
Can't locate CGI.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0) at (eval 3) line 4.
BEGIN failed--compilation aborted at (eval 3) line 4.
BEGIN failed--compilation aborted at comments.pl line 3269.
[Wed Mar 9 17:17:59 2005] [error] [client 62.253.64.19] Premature end of script headers: /home/mydomain/domains/mydomain.net/public_html/cgi-bin/comments.pl
[Wed Mar 9 17:17:59 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/500.shtml
[Wed Mar 9 17:17:59 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/favicon.ico
[Wed Mar 9 17:17:59 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
Can't locate CGI.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0) at (eval 3) line 4.
BEGIN failed--compilation aborted at (eval 3) line 4.
BEGIN failed--compilation aborted at comments.pl line 3269.
[Wed Mar 9 17:18:51 2005] [error] [client 62.253.64.19] Premature end of script headers: /home/mydomain/domains/mydomain.net/public_html/cgi-bin/comments.pl
[Wed Mar 9 17:18:51 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/500.shtml
[Wed Mar 9 17:18:51 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/favicon.ico
[Wed Mar 9 17:18:51 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 17:25:21 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/contact/spacer.gif
[Wed Mar 9 17:25:21 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 17:25:22 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/favicon.ico
[Wed Mar 9 17:25:22 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 19:42:49 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/contact/spacer.gif
[Wed Mar 9 19:42:49 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 19:42:53 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/images/errorsign.gif
[Wed Mar 9 19:42:53 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 19:43:05 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/images/errorsign.gif
[Wed Mar 9 19:43:05 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Wed Mar 9 19:44:36 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/contact/spacer.gif
[Wed Mar 9 19:44:36 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Thu Mar 10 03:47:51 2005] [error] [client 62.252.0.11] File does not exist: /home/mydomain/domains/mydomain.net/public_html/favicon.ico
[Thu Mar 10 03:47:51 2005] [error] [client 62.252.0.11] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Thu Mar 10 03:47:52 2005] [error] [client 62.252.0.11] File does not exist: /home/mydomain/domains/mydomain.net/public_html/contact/spacer.gif
[Thu Mar 10 03:47:52 2005] [error] [client 62.252.0.11] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Thu Mar 10 03:48:13 2005] [error] [client 62.252.0.11] File does not exist: /home/mydomain/domains/mydomain.net/public_html/images/home/home01_roll.gif
[Thu Mar 10 03:48:13 2005] [error] [client 62.252.0.11] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Thu Mar 10 03:48:13 2005] [error] [client 62.252.0.11] File does not exist: /home/mydomain/domains/mydomain.net/public_html/images/home/home02_roll.gif
[Thu Mar 10 03:48:13 2005] [error] [client 62.252.0.11] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Thu Mar 10 03:48:13 2005] [error] [client 62.252.0.11] File does not exist: /home/mydomain/domains/mydomain.net/public_html/images/home/home03_roll.gif
[Thu Mar 10 03:48:13 2005] [error] [client 62.252.0.11] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Thu Mar 10 03:48:13 2005] [error] [client 62.252.0.11] File does not exist: /home/mydomain/domains/mydomain.net/public_html/images/home/home04_roll.gif
[Thu Mar 10 03:48:13 2005] [error] [client 62.252.0.11] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Thu Mar 10 03:48:20 2005] [error] [client 62.252.0.11] File does not exist: /home/mydomain/domains/mydomain.net/public_html/contact/spacer.gif
[Thu Mar 10 03:48:20 2005] [error] [client 62.252.0.11] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Thu Mar 10 19:42:02 2005] [error] [client 62.252.0.11] File does not exist: /home/mydomain/domains/mydomain.net/public_html/favicon.ico
[Thu Mar 10 19:42:02 2005] [error] [client 62.252.0.11] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Thu Mar 10 19:42:04 2005] [error] [client 62.252.0.11] File does not exist: /home/mydomain/domains/mydomain.net/public_html/images/home/home01_roll.gif
[Thu Mar 10 19:42:04 2005] [error] [client 62.252.0.11] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Thu Mar 10 19:42:04 2005] [error] [client 62.252.0.11] File does not exist: /home/mydomain/domains/mydomain.net/public_html/images/home/home02_roll.gif
[Thu Mar 10 19:42:04 2005] [error] [client 62.252.0.11] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Thu Mar 10 19:42:04 2005] [error] [client 62.252.0.11] File does not exist: /home/mydomain/domains/mydomain.net/public_html/images/home/home03_roll.gif
[Thu Mar 10 19:42:04 2005] [error] [client 62.252.0.11] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Thu Mar 10 19:42:04 2005] [error] [client 62.252.0.11] File does not exist: /home/mydomain/domains/mydomain.net/public_html/images/home/home04_roll.gif
[Thu Mar 10 19:42:04 2005] [error] [client 62.252.0.11] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Thu Mar 10 20:35:11 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/favicon.ico
[Thu Mar 10 20:35:11 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Thu Mar 10 20:35:12 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/images/home/home01_roll.gif
[Thu Mar 10 20:35:12 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Thu Mar 10 20:35:12 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/images/home/home02_roll.gif
[Thu Mar 10 20:35:12 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Thu Mar 10 20:35:12 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/images/home/home03_roll.gif
[Thu Mar 10 20:35:12 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/404.shtml
[Thu Mar 10 20:35:12 2005] [error] [client 62.253.64.19] File does not exist: /home/mydomain/domains/mydomain.net/public_html/images/home/home04_roll.gif
 
This seems to ring alarm bells but I don't know what it means:

Can't locate CGI.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0) at (eval 3) line 4.
BEGIN failed--compilation aborted at (eval 3) line 4.
BEGIN failed--compilation aborted at comments.pl line 3269.

Thank you all in advance for your help.
 
Back
Top