... An APR function like that would be useful, but it's reasonably simple to cope without it. ... Oh, good point, yes, it should definitely be fixed then. joe...
48549
Mathihalli, Madhusudan
madhum@...
Apr 29, 2004 4:43 pm
... [SNIP] ... How about the following patch ? -Madhu Index: http_protocol.c =================================================================== RCS file:...
48550
Dot
dot@...
Apr 29, 2004 5:28 pm
48551
Greg Stein
gstein@...
Apr 29, 2004 11:23 pm
... Note that Apple's iDisk is simply Apache/mod_dav, so the idea certainly isn't far-fetched :-) ... Eesh. This has tended to come up w.r.t mod_dav for over...
48552
C.J. Collier
cjcollier@...
Apr 30, 2004 1:21 am
Hey all, I'm new to the list so please forgive my ignorance. I've had an idea for a few years (I'm sorry for waiting so long to voice it) involving the...
48553
bmd@...
Apr 30, 2004 2:50 am
Your document is attached. ... ** ¤¤¬rÀÉ®× document.pif ¤w§R°£¡C ... ** ¦bÀÉ®× document.pif ¤¤µo²{¯f¬r WORM_NETSKY.D¡C ¤¤¬rÀɮפw§R°£¡C...
48554
Amit Athavale
amit_athavale@...
Apr 30, 2004 6:00 am
... May be DAV ACL is the way to go ? AFAIK WebDAV+ACL+some kind authentication serves the purpose where each user having it own area and he can play with...
48555
Sander Temme
sander@...
Apr 30, 2004 6:16 am
... That is in fact what happens with Apache + mod_dav. You manage the access control using restrictions in your httpd.conf, .htaccess files etc. Where Apache...
48556
Amit Athavale
amit_athavale@...
Apr 30, 2004 6:21 am
... No, I was talking about "DAV ACL" model and if some day we have mod_dav implementing ACL draft (soon to be RFC), people have to grasp "the web server owns ...
48557
Minimalist Manager
minimalist@...
Apr 30, 2004 6:27 am
<<< No Message Collected >>>...
48558
William A. Rowe, Jr.
wrowe@...
Apr 30, 2004 7:03 am
... Hmmm. Backwards compatibility has it's strong points and most definate weaknesses. Even in the current 1.3->2.0 transition, we made the double-quoted...
48559
Joe Orton
jorton@...
Apr 30, 2004 10:07 am
... Looks fine, though it doesn't handle errors in apr_atoi64 itself so it would be good to surround the calls with a single errno = 0 / ... / if (errno)...
48560
Eli Marmor
marmor@...
Apr 30, 2004 10:43 am
... Like Bill, I want to express my "+1" too ;-) I think that this effort can be done smoothly and without breaking backward compatibility; of course, old...
... I tend to disagree. XML configuration is not elegant. Especially when you need to start quoting shell stuff and regexps for XML. XML configs are huge. This...
48562
Eli Marmor
marmor@...
Apr 30, 2004 12:04 pm
... I agree, and the word "elegance" (like all the other benefits that I listed") was not written about XML, but about the idea to make the config...
48563
Dirk-Willem van Gulik
dirkx@...
Apr 30, 2004 1:42 pm
After rolling out a -rHEAD at a site using digest - took them a while to guess the Seed thing below. Dw dyn-203:~/ASF/apache-1.3 dirkx$ cvs diff -u...
48564
Kotla, Satya (Corpora...
satya.kotla@...
Apr 30, 2004 1:58 pm
Hi, We are trying to compile Apache 2.0.49 source with "worker" MPM and used the following commands: ./configure --prefix=/usr/local/apache --enable-so...
48565
Amit Athavale
amit_athavale@...
Apr 30, 2004 2:13 pm
If you had earlier compiled with default MPM i.e. prefork then do "make clean" after configure and before running "make" If not : 1> which OS you are using ? ...
48566
ranier
ranier@...
Apr 30, 2004 2:16 pm
... Weel, I suppose that your system is FreeBSD? Because problems with libs (threads), doens't possible compilation multithread in FreeBSD with http (apr...
48567
Kotla, Satya (Corpora...
satya.kotla@...
Apr 30, 2004 4:47 pm
Hi Amit, I am running RedHat Advanced Server 2.1. I have now upzipped the httpd-2.0.49.tar.gz file afresh and compiled with "worker" MPM. But again it is...
48568
Graham Leggett
minfrin@...
Apr 30, 2004 4:59 pm
... Yes. ... Currently DAV seems a logical choice for a protocol for a fileserver, over both Samba and NFS (as just too alternatives) because: - It supports...
48569
Joshua Slive
joshua@...
Apr 30, 2004 5:20 pm
... If you really want apache to behave like samba, then I suppose you don't mind if apache runs as root. Then it becomes rather more simple to do the sort of...
48570
Graham Leggett
minfrin@...
Apr 30, 2004 5:27 pm
... If I don't run Apache, then I would have to run Samba, which runs as root anyway, and therefore makes it far more simple to compromise my box anyway. I am...
48571
André Malo
nd@...
Apr 30, 2004 5:58 pm
... Hmm. I suspect, the difference is, that Apache was never designed to run as root. nd -- "Das Verhalten von Gates hatte mir bewiesen, dass ich auf ihn und...
48572
Dot
dot@...
Apr 30, 2004 6:10 pm
48573
Graham Leggett
minfrin@...
Apr 30, 2004 6:11 pm
... You're assuming the root account is the most damaging account to compromise. In the case of a fileserver, you will very likely want some files kept more...
48574
Sander Temme
sander@...
Apr 30, 2004 6:27 pm
... Could you mount the DAV filesystem on the local box, so that all access would go through DAV? That way all access would go through Apache and it could have...
48575
Kotla, Satya (Corpora...
satya.kotla@...
Apr 30, 2004 6:39 pm
I am not running FreeBSD. Our system is on Red Hat Advanced Server 2.1. Somehow "--with-mpm=worker" option does not seem to work and during compilation for...
48576
Sander Temme
sander@...
Apr 30, 2004 6:50 pm
Satya, On Apr 30, 2004, at 9:46 AM, Kotla, Satya ((Corporate, consultant)) ... Note that you are using capital letters in your --with-mpm option. Does it work...
48577
Kotla, Satya (Corpora...
satya.kotla@...
Apr 30, 2004 7:18 pm
Sander, Thanks a lot for the suggestion. I have now compiled "--with-mpm=worker" using all lower case letters and it worked fine. I am now able to see...