Date: Thu, 10 Feb 2005 11:04:44 -0800 From: Justin Hopper <jhopper@bsdhosting.net> To: freebsd-net@freebsd.org Cc: Emma Jukie <kidjue@yahoo.co.uk> Subject: Re: Possible Problem With Apache Message-ID: <1108062284.685.3002.camel@work.gusalmighty.com> In-Reply-To: <20050210135315.37261.qmail@web25008.mail.ukl.yahoo.com> References: <20050210135315.37261.qmail@web25008.mail.ukl.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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@bsdhosting.net> UNIX Systems Engineer BSDHosting.net Hosting Division of Digital Oasys Inc. http://www.bsdhosting.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1108062284.685.3002.camel>