access.log files in / filesystem

  • Dear Community,


    after I upgraded my server to 1.2.2 version, all my hosted domains access.log files moved to the / folder.


    Here is a little part of my / folders:


    /myhosteddomain.com
    /anotherdomain.com
    /backup
    /bin
    /etc
    /domainagin.com
    /moredomain.com
    /dev


    ...


    It's very ugly and mess for me. ;(
    Is this a normal workflow? =O


    How can I move this folders back to /var/log ?


    Thank you!

  • Thank you very much! I tried to use the search, but I didn't find this post.


    This was the solution.


    (Please, edit the vlogger script /usr/local/sbin/vlogger and change:Line 337


    Perl Source Code
    #chdir( $LOGDIR );


    byPerl Source Code
    chdir( $LOGDIR );


    Once done, restart Apache. Don't forget to remove directories which were created due to that bug.)

  • It was also linked in the 1.2.2 announcement..!