[OGo-MacOSX] Re: Apache 1.3 http.conf with mod_ngobjweb
Tabitha McNerney
macosx@opengroupware.org
Wed, 23 Nov 2005 08:32:00 -1000
------=_Part_10487_14473449.1132770720563
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
After switching to a Darwin Ports install of apache 1.3.34, and configuring
httpd.conf as the original documentation on this <
http://www.opengroupware.org/en/install/apache13.html > page suggests, I wa=
s
able to start apache no problems. For others who might be considering usin=
g
Apple's tweaked version of apache that they ship with Tiger Server, I can
speak from experience that its probably easier not to mess with it.
The final key to this OpenGroupware kingdom on Mac OS X seems to now lie in
this alias in httpd.conf:
Alias /OpenGroupware10a.woa/WebServerResources/ \
/usr/local/share/opengroupware.org-1.0a/www/
Is it correct, per Helge's suggestion in an email very recently, for the
namespace following the conventions (alpha =3D "a" but beta does not =3D "b=
") to
rename the Alias (for a SOPE 4.5 and OGo 1.0 beta 2 rock build) as:
Alias /OpenGroupware10.woa/WebServerResources
?
The real directory the alias points to, what are the contents of this
directory supposed to be? Is this the source tree? The OGoRoot directory?
The GNUStep user directory? Should /usr/local/share/opengroupare.org-1.0/ww=
w/
be symbolically linked to another resource directory? I searched my OGoRoot
directory as well as my OGo 1.0 beta 2 rock source directory for "*www*" an=
d
there is no such directory. Maybe my eyes are buggy looking at this in too
much detail and it should be obvious, but I can't seem to get any more out
of the apache configuration documentation. Thank you to anyone on the list
for further suggestions.
Best regards,
Tabitha
On 11/23/05, Tabitha McNerney <tabithamc@gmail.com> wrote:
>
> Hello all,
>
> On OS X Tiger server, I had to build mod_ngobjweb.so in SOPE-4.5/sope-app=
server/mod_ngobjweb/
> using apxs that ships with Tiger Server for Apache 1.3 (I tried with a
> version of apxs and apr-config that I had installed with Darwin Ports for
> Apache2 but had all sort of problems even though I tried to modify the
> mod_ngobjweb make file. The documentation on the site here <
> http://www.opengroupware.org/en/install/apache13.html > I think needs to
> be updated (maybe for SOPE 4.5?) because I end up, after make, with:
>
> mod_ngobjweb.so
>
> I have copied mod_ngobjweb.so to /usr/libexec/httpd/
>
> Would it not be customary, then, in httpd.conf to add these lines:
>
> LoadModule ngobjweb_module libexec/httpd/mod_ngobjweb.so
> >
>
> and
>
> AddModule mod_ngobjweb.c
> >
>
> instead of:
>
> LoadModule ngobjweb_module <path to the ngojweb module>
> >
> > AddModule ngobjweb_module.c
> >
> > ?
>
> Apache 1.3 bombs when I try to run it when AddModule mod_ngobjweb.c is
> added (but when I comment out that line it runs fine although I have not =
yet
> tried to access OpenGroupware yet with it).
>
> Has anyone else experiences tying together in httpd.conf Apache 1.3, SOPE
> 4.5's mod_ngobjweb.so and OGo 1.2 beta rock?
>
> Best regards,
>
> Tabitha
>
>
>
>
>
------=_Part_10487_14473449.1132770720563
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
After switching to a Darwin Ports install of apache 1.3.34, and
configuring httpd.conf as the original documentation on this <<a href=3D=
"http://www.opengroupware.org/en/install/apache13.html" target=3D"_blank" o=
nclick=3D"return top.js.OpenExtLink(window,event,this)">http://www.opengrou=
pware.org/en/install/apache13.html
</a> > page
suggests, I was able to start apache no problems. For others who
might be considering using Apple's tweaked version of apache that they
ship with Tiger Server, I can speak from experience that its probably
easier not to mess with it.<br>
<br>
The final key to this OpenGroupware kingdom on Mac OS X seems to now lie in=
this alias in httpd.conf:<br>
<font><span><span>
<pre>Alias /OpenGroupware10a.woa/WebServerResources/ \<br> /usr/local/=
share/opengroupware.org-1.0a/www/</pre>
</span></span></font>Is it correct, per Helge's suggestion in an email very=
recently, for the namespace following the
conventions (alpha =3D "a" but beta does not =3D "b") t=
o rename the Alias (for a SOPE 4.5 and OGo 1.0 beta 2 rock build) as:<br>
<br>
Alias /OpenGroupware10.woa/WebServerResources<br>
<br>
?<br>
<br>
The real directory the alias points to, what are the contents of
this directory supposed to be? Is this the source tree? The OGoRoot
directory? The GNUStep user directory? Should
/usr/local/share/opengroupare.org-1.0/www/ be symbolically linked to
another resource directory? I searched my OGoRoot directory as well as
my OGo 1.0 beta 2 rock source directory for "*www*" and there is =
no
such directory. Maybe my eyes are buggy looking at this in too much
detail and it should be obvious, but I can't seem to get any more out
of the apache configuration documentation. Thank you to anyone on the
list for further suggestions.<br>
<br>
Best regards,<br>
<br>
Tabitha<br><br><div><span class=3D"gmail_quote">On 11/23/05, <b class=3D"gm=
ail_sendername">Tabitha McNerney</b> <<a href=3D"mailto:tabithamc@gmail.=
com" target=3D"_blank" onclick=3D"return top.js.OpenExtLink(window,event,th=
is)">
tabithamc@gmail.com</a>> wrote:</span><blockquote class=3D"gmail_quote" =
style=3D"border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8=
ex; padding-left: 1ex;">
Hello all,<br>
<br>
On OS X Tiger server, I had to build mod_ngobjweb.so in
SOPE-4.5/sope-appserver/mod_ngobjweb/ using apxs that ships with Tiger
Server for Apache 1.3 (I tried with a version of apxs and apr-config
that I had installed with Darwin Ports for Apache2 but had all sort of
problems even though I tried to modify the mod_ngobjweb make file. The
documentation on the site here <
<a href=3D"http://www.opengroupware.org/en/install/apache13.html" target=3D=
"_blank" onclick=3D"return top.js.OpenExtLink(window,event,this)">http://ww=
w.opengroupware.org/en/install/apache13.html</a> > I think
needs to be updated (maybe for SOPE 4.5?) because I end up, after make,
with:<br>
<br>
mod_ngobjweb.so<br>
<br>
I have copied mod_ngobjweb.so to /usr/libexec/httpd/<br>
<br>
Would it not be customary, then, in httpd.conf to add these lines:<br>
<br>
<blockquote style=3D"border-left: 1px solid rgb(204, 204, 204); margin: 0pt=
0pt 0pt 0.8ex; padding-left: 1ex;" class=3D"gmail_quote">LoadModule ngobjw=
eb_module libexec/httpd/mod_ngobj=
web.so<br>
</blockquote>
<br>
and<br>
<br>
<blockquote style=3D"border-left: 1px solid rgb(204, 204, 204); margin: 0pt=
0pt 0pt 0.8ex; padding-left: 1ex;" class=3D"gmail_quote">AddModule mod_ngo=
bjweb.c<br>
</blockquote>
<br>
instead of:<br>
<br>
<blockquote style=3D"border-left: 1px solid rgb(204, 204, 204); margin: 0pt=
0pt 0pt 0.8ex; padding-left: 1ex;" class=3D"gmail_quote"><font><span><span=
><pre>LoadModule ngobjweb_module <path to the ngojweb module><br></pr=
e>
</span></span></font><font><span><span></span></span></font><font><span><sp=
an>
<pre><span style=3D"font-family: arial,sans-serif;">A</span>ddModule ngob=
jweb_module.c</pre>
</span></span></font></blockquote>
?<br>
<br>
Apache 1.3 bombs when I try to run it when AddModule mod_ngobjweb.c is
added (but when I comment out that line it runs fine although I have
not yet tried to access OpenGroupware yet with it). <br>
<br>
Has anyone else experiences tying together in httpd.conf Apache 1.3, SOPE 4=
.5's mod_ngobjweb.so and OGo 1.2 beta rock?<br>
<br>
Best regards,<br><span>
<br>
Tabitha<br>
<br>
<br>
<br>
<br>
</span></blockquote></div><br>
------=_Part_10487_14473449.1132770720563--