Control Web Panel

Developers => Suggestions => Topic started by: garfius on December 21, 2016, 10:28:16 AM

Title: Individual Error log
Post by: garfius on December 21, 2016, 10:28:16 AM
Many web developes ask me to check their error log. So i put the line in their vhost.

<VirtualHost 10.11.12.13:80>

...
ErrorLog "/home/user/error.log"
...
</VirtualHost>


I thought this might be a nice little feature to be added when creating new vhosts.

Best regards, and great job!

Thanks 4 all