logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: mod_log_rotate won't load
Author
dweingart



Joined: 13 May 2009
Posts: 2

PostPosted: Wed 13 May '09 20:30    Post subject: mod_log_rotate won't load Reply with quote

Downloaded the latest version of Apache from this site (Apache 2.2.11) and the latest version of mod_log_rotate (1.00a-w32) from this site.

I have installed the VC++ 2008 and 2005 runtimes.

Following the instructions in the Readme, I placed the following code in httpd.conf (after placing the mod_log_rotate.so in the modules directory)

Code:
LoadModule log_rotate_module modules/mod_log_rotate.so


Restarting Apache gives the following error:

Code:
httpd: Syntax error on line 62 of C:/apache/conf/httpd.conf: Cannot load C:/apache/modules/mod_log_rotate.so into server: This application has failed to start because the application configuration is incorrect. Reinstalling the application
may fix this problem.


However, the version of mod_log_rotate I found here (http://www.sitebuddy.com/mod_log_rotate) loads into the server without complaint.

System is Windows Server 2003, SP1, 64bit. Wondering if the 64bit OS may be part of the problem?
Back to top
dweingart



Joined: 13 May 2009
Posts: 2

PostPosted: Wed 13 May '09 20:44    Post subject: Replying to my own post Reply with quote

I knew that posting on the board would prompt a solution.

I uninstalled the VC2005 runtime, and reinstalled it, making sure I installed the SP1 version.

http://www.microsoft.com/downloads/details.aspx?FamilyID=200b2fd9-ae1a-4a14-984d-389c36f85647&DisplayLang=en

I thought I had installed the SP1 version originally, but apparently not.

Thanks for the great downloads Very Happy
Back to top


Reply to topic   Topic: mod_log_rotate won't load View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules