Thread: Apache logs into one file
- 12-02-2008 02:21 AM #1
Apache logs into one file Hi,
I'm a newbie in using oracle application server 10g. Is there a way where I can configure so that the apache logs in Oracle_home/Apache/Apache/logs will be consolidated on a monthly basis because my current setup the logs are in a daily basis.
Thanks
- Club-Oracle Complementary E-Books and Magazines
Get your free Complementary Copy of Oracle Magazine
You can also browse the Free Magazines and E-Books section to see the complete list of free magazines, e-books and Whitepapers.
- 12-02-2008 03:52 PM #2
Re: Apache logs into one file hi... if you want apache logs to be consolidated monthly, what's that got to do with Oracle Application server? shouldn't that be configured someway from Apache httpd.conf
- 12-02-2008 04:13 PM #3
Re: Apache logs into one file If you mean Oracle Application Server logs then navigate to the Application Server Home page, then select the Logs link. The Log Files page is displayed. Here you can choose to view application logs, diagnostic logs, management system logs, or Web services log, or all types of logs by selecting a option from the View menu. The logs are generated on specific evenets and it doesn't matter what time it is.
However if you mean apache logs then most Apache logs configuration is present in httpd.conf file located in your apache-->conf directory. here you will find a log configuration setting which is:
ErrorLog logs/error_log
Under that there are several parameters with which you can control location, format etc of the error and access logs. Please refer to Apache's log file documentation for more details.Learning is a path with no destination...
Similar Threads
-
IMP-00010 not a valid export file, header failed verification
By orafan in forum Security, Backup and RecoveryReplies: 5Last Post: 03-14-2009, 12:50 PM -
problem when converting DOC to HTML after checking in DOC file
By harmaildhiman in forum Oracle Fusion MiddlewareReplies: 1Last Post: 03-07-2009, 08:14 AM -
Difference between Oracle HTTP server and Apache
By jay_pink_elephant in forum Server Administration and OptionsReplies: 2Last Post: 02-20-2009, 04:25 PM


LinkBack URL
About LinkBacks
Reply With Quote


