Re: Possible Problem With Apache

From: Justin Hopper (jhopper_at_bsdhosting.net)
Date: 02/11/05

  • Next message: Stephen: "Network mac address"
    To: FreeBSD ISP Mailing List <freebsd-isp@FreeBSD.ORG>
    Date: Fri, 11 Feb 2005 09:25:49 -0800
    
    

    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
    _______________________________________________
    freebsd-isp@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-isp
    To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"
    

  • Next message: Stephen: "Network mac address"

    Relevant Pages

    • Re: [PHP] Friday morning brain farts....
      ... I used to have something similar to this until someone uploaded a script that started writing to the error log like mad. ... Should probably say that it also renames the log file, graceful's Apache, zips the old log and moves it to an archive file server. ...
      (php.general)
    • Re: How to Separate PHP Errors to a file different than Apache Errors
      ... First of all php errors are not logged in apache error log. ... If you want to change the default log file for php error then use ...
      (php.general)
    • cannot open excel file - error log created
      ... and I get the following error message (regardless of ... An error log is being created." ... get from the log file: ...
      (microsoft.public.excel.misc)
    • Re: Unable to fix corrupted table (No of Records around 55 lakhs)
      ... E_SC0206 An internal error prevents further processing of this query. ... Associated error messages which provide more detailed information ... the problem can be found in the error log, ... increase the transaction log file with cbf. ...
      (comp.databases.ingres)
    • Re: Possible Problem With Apache
      ... He means the error log file for whichever vhost you are running the perl ... Apache configuration, then test.com can have its own error log file. ... that you gave could be just about any error with the perl script. ...
      (freebsd-net)