Re: Tiger + WO5.2.4 update and wo adaptor not getting requests
Sacha Mallais <[email protected]> Mon, 27 Jun 2005 09:50:04 -0700
| Newsgroups | gmane.comp.web.webobjects.admin |
|---|---|
| Message-ID | <[email protected]> |
On Jun 27, 2005, at 9:39 AM, Chuck Hill wrote: > On Jun 24, 2005, at 12:19 PM, John Pollard wrote: > >> Chuck, >> >> How can I tell if mod_webobjects is being loaded? Wouldn't the >> apache error log say something if it wasn't? >> > It would if it was not getting loaded due to error. But it was not > getting loaded due to being commented out (or something similar), > then no. :-) > > >> I have looked at /System/Library/WebObjects/Adaptors/Apache/ >> apache.conf but don't really know what I am looking for. The first >> line of this file says: >> # WebObjects 4.5.1/5: Enable the WebObjects module >> I'm not sure if this needs saying, but a # indicates a comment... >> One thing I did notice was different to the old version of this >> file is that it doesn't have the AddModule line after the >> LoadModule, but when I added this apache just said it had already >> been added and was therefore ignoring it. >> >> > I noticed that as well. Perhaps this is a change in Apache. If > so, I like it! > I think that's 1.3. Doesn't hurt to have both though. >> A message I do get in the apache log when starting up is: >> Cannot remove module mod_WebObjects.c: not found in module list >> > Try adding the AddModule line. > > >> On an app access attempt I get: >> script not found or unable to stat: /Library/WebServer/CGI- >> Executables/WebObjects >> This sounds like a permissions error. Maybe the WO Apache module is getting loaded but you don't have the proper permissions... > This is what is on my dev machine: > Paris:~/Projects/phonofile/Core chuck$ ls -l /Library/WebServer/CGI- > Executables/ > total 592 > -r-xr-xr-x 1 root admin 198828 May 27 09:36 FBWebManager > -rwxr-xr-x 1 root admin 98792 Oct 15 2002 WebObjects > > >> If none of the above gives the game away, I'm not familiar with >> what a cgi adaptor is or how to check it but I will do some research. >> > Sorry, not sure what is going on with that machine. > > Sacha, any ideas? The only other thing I can think of is that it cannot find the module to load it. Check that /System/Library/WebObjects/Adaptors/Apache/ mod_WebObjects.so exists and has the right permissions. sacha