[Radiant] HTTP_X_FORWARDED_HOST breaks Apache proxying

2007-06-01 Thread Earl Chew
I'm struggling trying to get radiant-0.6.1 installed in a subdirectory. My current approach is to use an Apache proxy. I note there are threads starting: http://lists.radiantcms.org/pipermail/radiant/2006-September/002022.html http://lists.radiantcms.org/pipermail/radiant/2006-September/001929.h

Re: [Radiant] HTTP_X_FORWARDED_HOST breaks Apache proxying

2007-06-01 Thread Earl Chew
Earl Chew <[EMAIL PROTECTED]> wrote:The problem is that when Apache forwards the request using proxypass, it includes the following in the HTML: -- HTTP_X_FORWARDED_HOST: foo HTTP_USER_AGENT: Wget/1.10.2 (Red Hat modified) SCRIPT_NAME: / SERVER_PROTOCOL: HTTP/1.1 HTT

[Radiant] sitemap.js prevents use of /admin in subdirectory (was Re: HTTP_X_FORWARDED_HOST breaks Apache proxying)

2007-06-02 Thread Earl Chew
Earl Chew <[EMAIL PROTECTED]> wrote: There is a patch for Apache to add ProxyAddXHeaders: http://mail-archives.apache.org/mod_mbox/httpd-dev/200702.mbox/browser Setting this option Off causes Apache to refrain from inserting the HTTP_X_* headers making the proxying action transparent.

[Radiant] Nested archives

2007-06-05 Thread Earl Chew
I'd like to create a what might be called a nested archive: + Server Maintenance ++ Web Server Post 1.1 Post 1.2 ++ Email Server +++ Post 2.1 +++ Post 2.2 Browsing to "Server Maintenance" would show me the latest articles in all the subtrees (say Post 1.1 and Post 2.1). Browsing to

[Radiant] Specify database when installing extensions

2007-09-16 Thread Earl Chew
The wiki page on extensions (http://wiki.radiantcms.org/Extensions) says to use: $ rake db:migrate:extensions when installing extensions. Some extensions also require something like: $ rake radiant:extensions:copy_move:install to complete the installation. I've found that I've had to include th