Possible Problem With Apache

Justin Hopper jhopper at bsdhosting.net
Fri Feb 11 09:26:03 PST 2005


On Thu, 2005-02-10 at 13:53 +0000, Emma Jukie wrote:
> What do you mean when you write, "that virtualhost
> error log?"

He means the error log file for whichever vhost you are running the perl
script under.  For example, if test.com is configured as a vhost in the
Apache configuration, then test.com can have its own error log file.
The error that you are looking for would be in that error log.  If you
are not sure where this log file is, check your Apache configuration
file and just search for "ErrorLog" (case-sensitive).  There should be
more than one of these directives.  The directive pointing to
"/var/log/httpd-error.log" will be for the default config, and there
should be others for each vhost (though not necessarily).

Hopefully that helps you on your quest for the error message.  The error
that you gave could be just about any error with the perl script.  Check
that the script has the execute bit set for the user that Apache runs
under (chmod +x <script.pl>)
-- 
Justin Hopper  <jhopper at bsdhosting.net>
UNIX Systems Engineer
BSDHosting.net
Hosting Division of Digital Oasys Inc.
http://www.bsdhosting.net



More information about the freebsd-isp mailing list