Can somebody give me an example configuration?
- From: "Sam Roberts" <vieuxtech@gmail.com>
- To: dev@mod-atom.kenai.com
- Subject: Can somebody give me an example configuration?
- Date: Tue, 16 Dec 2008 21:42:08 -0800
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=haypMOkDwa61TJgSPZI/Lc2zVBDsvOEUhJrn3RTnE3aavfdUI8NzB12kN51NC7TSlu 27ds7IsRoUFF+OGogol5pHLsoqxtCeZ06KJMI+k7J73EWUdlaguXnZhoE6qGn0IVjwTi fG9v/hN73jYI+vevsZLaQgxdwRxJwdXaFs4lA=
Perhaps mod_atom shouldn't be the first time I ever try to use apache,
but I did:
------------
LogLevel debug
LoadModule atom_module libexec/apache2/mod_atom.so
AtomPub /blogs /Users/sam/Documents/Blog/Atom "Blog Name" "Author Name"
<Location /blogs>
#AtomPub /blogs /Users/sam/Documents/Blog/Atom "Blog Name" "Author Name"
# How do I map this to mod_atom? The above is illegal "AtomPub not allowed
here"
</Location>
------------
mod_atom created the structure, but somehow I need to tell apache that
http://localhost/blogs should go to mod_atom instead of the
DocumentRoot.
How?
Cheers,
Sam
|
Can somebody give me an example configuration? |
Sam Roberts | 12/17/2008 |





