You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Rick Kosbab <Ro...@woh.rr.com> on 2002/02/09 05:09:31 UTC

Best way to add modules, recompile or another way?

First, let me say i am a newbie, However, like doing stuff for myself. This
isent a "PLEAS GUIDE ME AND GIVE ME EXACT directions" type of question, Im
simply asking what you guys would suggest.
I compiled apache 2 with no modules, mainly because i couldnet get dav, and
php4 to compile with 2.0, now im into a point where i need dav, a version of
php (3 or 4), and mysql, What would be the best way of going about this?
should i recompile? or should i try using Apxs? also, doing this, any ohter
switches or stuff you would suggest including? i tried to apxs mod_Dav but
it kept giving me xpat (the XML in apache). how do i get mod_dav to locate
it in apache 2.0? Also, anyone figure out any fixes to the PHP Not wanting
to configure with apache 2.0? Sorry for all the questions again, ive gotten
from a clean box to this far in about a month so im sure i can get the rest
of the way :) Thanks!


Rick
rombus@woh.rr.com


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


mod_dav question

Posted by Rick Kosbab <Ro...@woh.rr.com>.
Ok guys, need some more help, i compled with it included and its working
now, but when i try to access it, Dreamweaver gives me a server sent unknown
response error, WebDrive gives me XML Parsing Error: Mistmatched tag on line
5, what does this mean? Also, When i included mod dav, it did not make
LOCKDav, anyone know where i can get an example of this to put on my server?
And how do i specifice users and passwords to access webDAV. Sorry for all
the questions, But thank you for your help so far! and advanced thanks on
this question :)


Rick
rombus@woh.rr.com


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: Best way to add modules, recompile or another way?

Posted by Joshua Slive <jo...@slive.ca>.
On Fri, 8 Feb 2002, Rick Kosbab wrote:
> I compiled apache 2 with no modules, mainly because i couldnet get dav, and
> php4 to compile with 2.0, now im into a point where i need dav, a version of
> php (3 or 4), and mysql, What would be the best way of going about this?

Note: You can't use Apache 1.3 modules with Apache 2.0.

Note: DAV is included with Apache 2.0.  You can configure it using the
ordinary apache build process.

Note: PHP does include an apache 2.0 "connector" module.  I have seen
mixed reports on how easy it is to compile with various beta versions.

> should i recompile? or should i try using Apxs?

You can only use apxs if you originally compiled with shared modules.  To
check, use "httpd -l" and see if "mod_so.c" is included.  If it is not,
you must recompile.

Joshua.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org