N nservices Verified User Joined Dec 11, 2008 Messages 302 Mar 22, 2010 #1 Hi, there is an option to get the log files in /home/$username/domains/$domain/logs in uncompressed version (.log instead of .tar.gz) Best Regards, Star Network.
Hi, there is an option to get the log files in /home/$username/domains/$domain/logs in uncompressed version (.log instead of .tar.gz) Best Regards, Star Network.
N nservices Verified User Joined Dec 11, 2008 Messages 302 Mar 22, 2010 #2 copy log files from /var/log/httpd/domains automaticly there is some crone job for this option ?
SeLLeRoNe Super Moderator Joined Oct 9, 2004 Messages 6,516 Location A Coruña, Spain Mar 23, 2010 #3 logs are in /var/log , you should make a script to move the logs for each domain in the domain folder.. but... why?? with a script and cronjob you can unzip files and move... i dont see any reason for do that
logs are in /var/log , you should make a script to move the logs for each domain in the domain folder.. but... why?? with a script and cronjob you can unzip files and move... i dont see any reason for do that
floyd Verified User Joined Mar 29, 2005 Messages 6,255 Mar 23, 2010 #4 SeLLeRoNe said: logs are in /var/log , you should make a script to move the logs for each domain in the domain folder Click to expand... It already does. He wants them to remain unziped. You will need to set up a cron job to do this.
SeLLeRoNe said: logs are in /var/log , you should make a script to move the logs for each domain in the domain folder Click to expand... It already does. He wants them to remain unziped. You will need to set up a cron job to do this.
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 24,989 Location California Mar 24, 2010 #5 Your OS distribution's logging daemon should have an option for zipping log files or not. Jeff
N nservices Verified User Joined Dec 11, 2008 Messages 302 Apr 2, 2010 #6 work, thanks for your help ! finally i just create addition log file in the domain http config file, directly to the log directory
work, thanks for your help ! finally i just create addition log file in the domain http config file, directly to the log directory
floyd Verified User Joined Mar 29, 2005 Messages 6,255 Apr 5, 2010 #7 Just so you know that also increases server load unnecessarily.