Find out the error_log's path

后端 未结 5 476
旧时难觅i
旧时难觅i 2020-12-07 01:19

I there

i have this domain.com ponted to /home/username/public_html/domain.com

I added this lines to the .htaccess



        
5条回答
  •  一生所求
    2020-12-07 01:35

    I am not aware of such function but maybe phpinfo(); will have some info about that?

    Log paths are defined inside apache site's configuration file, if you want a custom path to it if not by default all the logs are loaded into /var/log/apache2/*.log, so php have nothing to do with it

提交回复
热议问题