Re: MOSXSWebPassword
Re: MOSXSWebPassword
- Subject: Re: MOSXSWebPassword
- From: Chuck Hill <email@hidden>
- Date: Thu, 30 Apr 2009 11:25:43 -0700
I am kind of out of ideas. :-) It could be that the Apache 1.3
mod_webobjects is just flat out built incorrectly as shipped.
This thread has the same problem: http://www.mail-archive.com/email@hidden/msg24893.html
It might be time to upgrade to Apache 2.
Chuck
On Apr 30, 2009, at 8:35 AM, David Muszynski wrote:
On Apr 30, 2009, at 12:35 AM, Chuck Hill wrote:
I don't know what else is on your machine or has been done to it so
I am reluctant to recommend doing that blindly. My install (on
client) indicates that both are present:
ls /System/Library/WebObjects/Adaptors/
Apache Apache2.2 CGI
Check to see which your httpd.conf is loading.
httpd.conf:
# Including WebObjects Configs
Include /System/Library/WebObjects/Adaptors/Apache/apache.conf
apache.conf referenced from above:
# WebObjects 5.4: Enable the WebObjects module.
LoadModule WebObjects_module /System/Library/WebObjects/Adaptors/
Apache/mod_WebObjects.so
# Path to the Document Root of your Webserver,
# it should contain a directory named WebObjects
WebObjectsDocumentRoot /Library/WebServer/Documents
# You can change the 'cgi-bin' part of WebObjectsAlias to whatever you
# prefer (such as Apps), but the 'WebObjects' part is required.
WebObjectsAlias /cgi-bin/WebObjects
# Here are the 3 possible configuration modes.
# The apache module uses one of them to get information
# about your deployed applications.
# 1085 is the reserved port on which wotaskd processes listen to by
default.
# Host List Configuration
# wotaskd is started automatically on supported platforms,
# so this is the default mode.
# The apache module gets its configuration from the wotaskds
# listed on the configuration line
# For multiple hosts:
# WebObjectsConfig http://<name-of-a-host>:<port-on-a-host>,http://
<name-of-another-host>:<port-on-a-host> <interval>
# For localhost:
WebObjectsConfig http://localhost:1085 10
# Multicast Configuration
# The apache module gets its configuration from all wotaskds
# that respond to the multicast call on the subnet
# WebObjectsConfig webobjects://239.128.14.2:1085 10
# File Configuration
# The apache module gets its configuration from one file
# WebObjectsConfig file://<path-to-a-xml-config-file> 10
# To enable public access to the WOAdaptorInfo page, uncomment the
following line
# WebObjectsAdminUsername public
# To enable the WOAdaptorInfo page with restricted access,
# uncomment the next two lines and set the user and password
# To access the WOAdaptorInfo page with restricted access,
# use a URL like: http://webserver/cgi-bin/WebObjects/WOAdaptorInfo?user+password
.
# WebObjectsAdminUsername user
# WebObjectsAdminPassword password
# To change the logging options, read the following comments:
# The option name is "WebObjectsLog" and the first value indicates
the path of the log file.
# The second value indicates the log level. There are five, in
decreasing informational order:
# "Debug", "Info", "Warn", "Error", "User"
#
# Note: To enable logging, touch '/tmp/logWebObjects' as the
administrator user (usually root).
#
# The following line is the default:
# WebObjectsLog /Library/WebObjects/Logs/WebObjects.log Debug
As I said before, I haven't made any changes to my set up. I'm just
serving some PHP/MySQL sites and some static html sites. I've got
some http and some https going on, that's about it.
--
Thanks,
David
http://www.FloridaPets.org
321.961.5281
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
--
Chuck Hill Senior Consultant / VP Development
Come to WOWODC'09 in San Fran this June!
http://www.wocommunity.org/wowodc09/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden