Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Still warnings in Web Server log



On Tuesday, July 2, 2002, at 02:07 AM, Simon Slavin wrote:

From what I can tell they're somehow hardwired into the software:
it has special built-in instructions to load them before it gets to
the list in the .conf files. This is stupid and annoying and I wish
Apple didn't do it because it subverts the Apache design. However,
the only bad effects in these cases seem to be the warning messages.
(I can't tell if anything bad is happening to the CGI module because
I don't use CGI.)

I figured it out, and it isn't all that freaky. Someone wrote me privately and gave me a clue. Apparently, with Apache 1.3.23 and higher they started giving warnings when a module was LoadModule'd and then AddModule'd without doing a ClearModuleList in-between.

Apple loads the modules in question outside of the standard location, which is a list of LoadModule directives, followed by a ClearModuleList, followed by a list of AddModule directives. Since there is no ClearModuleList directive in between Apple's commands, you get the warning. I tried moving the mod_hfs LoadModule and AddModule commands to the standard locations, and the warning went away. Similarly, I tried commenting-out the AddModule command, and the warning went away also.

However, some of the commands in question are in the httpd_macosxserver.conf file, so it becomes more difficult to eliminate the warnings. I decided, since there doesn't appear to be any problem in functionality, I'm going to leave it alone. I don't know what the repercussions would be from commenting-out the AddModule commands.

--
Mark Edwards
San Francisco, CA
_______________________________________________
macos-x-server mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/macos-x-server
Do not post admin requests to the list. They will be ignored.

References: 
 >Re: Still warnings in Web Server log (From: Simon Slavin <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.