SVN and WebDAV on default Apache installation on Slackware 12.1
Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
How do you set up a Subversion repository with the default Apache installation included with a full installation of Slackware 12.1?
What does httpd do to attempt to find its fully-qualified domain name at startup?
EDIT: What's the reasoning behind the /srv root directory versus /usr?
This sounds very much like homework.....
The answers to your first two questions are easily found on Google. The third you'll have to ask the authors of your distros Apache package...some distros use /srv, some don't, and it's easily changed.
The answers to your first two questions are easily found on Google. The third you'll have to ask the authors of your distros Apache package...some distros use /srv, some don't, and it's easily changed.
Is there any reason that you feel LinuxQuestions.com should not concern itself with answering questions?
On topic:
Why is mod_ssl commented out in http.conf?
Why is this directory not working with Digest authentication? Tried it with Chrome, IE8, and Firefox and got and endless repeating auth window on all 3.
Is there any reason that you feel LinuxQuestions.com should not concern itself with answering questions?
We're glad to answer questions, but we're not going to do your homework for you. Might also be worth noting that when the answers are VERY easily found through a quick Google search, why should we look things up for you?
Quote:
On topic:
Why is mod_ssl commented out in http.conf?
Probably because mod_sll isn't installed, wasn't installed correctly, or was installed 'manually' (i.e., compiled from source), and the line wasn't uncommented to allow its use.
Quote:
Why is this directory not working with Digest authentication? Tried it with Chrome, IE8, and Firefox and got and endless repeating auth window on all 3.
I think they changed the way Digest authentication works in 2.0- the same page in 2.X documentation shows the same excerpt using AuthUserFile, and using AuthDigestFile will cause an error saying that the phrase is unrecognized...
Last edited by Stuart P. Bentley; 06-01-2009 at 03:55 PM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.