Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^4: CGI on Mac OS X 10.11

by kcott (Archbishop)
on Feb 04, 2016 at 10:48 UTC ( [id://1154382]=note: print w/replies, xml ) Need Help??


in reply to Re^3: CGI on Mac OS X 10.11
in thread CGI on Mac OS 10.11

Mostly for Chuma's benefit:

The ErrorLog directive (in httpd.conf) specifies the pathname of the error log.

I haven't changed the default. Here's mine (including the preceding, important comments re <VirtualHost>):

# # ErrorLog: The location of the error log file. # If you do not specify an ErrorLog directive within a <VirtualHost> # container, error messages relating to that virtual host will be # logged here. If you *do* define an error logfile for a <VirtualHost +> # container, that host's errors will be logged there and not here. # ErrorLog "/private/var/log/apache2/error_log"

The CustomLog directive specifies the pathname of the access log. It has much the same comments re <VirtualHost>. Mine's called access_log and is in the same directory as error_log.

For poj:

You were effectively correct with the location: /var is a symlink to /private/var.

— Ken

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1154382]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-23 19:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found