I have checked both, but have made no changes to the locations of either the access log nor the error log:
CustomLog "/private/var/log/apache2/access_log” common
As per these instructions, I have not created a Virtual Host container, so ostensibly the log files should not be elsewhere:
# The location and format of the access logfile (Common Logfile Format).# If you do not define any access logfiles within a <VirtualHost># container, they will be logged here. Contrariwise, if you *do*# define per-<VirtualHost> access logfiles, transactions will be# logged therein and *not* in this file.
Might the change I added to the DirectoryIndex be culprit? i.e. the index.php file?
# DirectoryIndex: sets the file that Apache will serve if a directory# is requested.#<IfModule dir_module>DirectoryIndex index.php index.html</IfModule>
Thank you
On Jan 4, 2022, at 5:20 PM, Jim Albert <jim@xxxxxxxxxxxxx> wrote:
On 1/4/2022 8:11 PM, James Coyle wrote:
I recently added PHP and MySql to my Apache setup, and now notice that the access and error logs are not working. (The site IS working)
They both stopped working on the 31st - I don’t know if that is relevant or not. I have not changed the location of the logs and I have not added a Virtual Host.
I’d be grateful if someone could help me rectify this.
Thank you.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
It would help if you provide some more information such as relevant Apache log configs such as:
CustomLog
ErrorLog
Search for those settings throughout your Apache config files.
Perhaps by reviewing those settings the answer will become apparent.
--
Jim Albert
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
-- Jim Albert