9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] Wiki won't work
@ 2002-05-04 18:25 Russ Cox
  2002-05-04 19:44 ` [9fans] Wiki works! Mark Bitting
  2002-05-07 21:35 ` [9fans] httpd question Mark Bitting
  0 siblings, 2 replies; 5+ messages in thread
From: Russ Cox @ 2002-05-04 18:25 UTC (permalink / raw)
  To: 9fans

> I'm trying to set up the wiki... any attempts to edit or create a page return:
> Object not found
> The object %s open %s failed: %r does not exist on this server.

That means you are still pointing at the wrong
service in /sys/lib/wiki/edit.html and /usr/web/your-wiki-path/create.html.

It occurs to me that I forgot to include create.html.
The one we use is below.  It's very similar to edit.html.
In both there is a hidden variable:

	<input type="hidden" name="service" value="plan9">

Here the value is plan9, so ip/httpd/wikipost mounts
/srv/wiki.plan9 as the wiki service.  If you change the
service name you need to change this variable.

The "name of the wiki" is really just the default
page that comes up -- put in another page as page #1
and you'll be all set.

Russ


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] Wiki works!
  2002-05-04 18:25 [9fans] Wiki won't work Russ Cox
@ 2002-05-04 19:44 ` Mark Bitting
  2002-05-07 21:35 ` [9fans] httpd question Mark Bitting
  1 sibling, 0 replies; 5+ messages in thread
From: Mark Bitting @ 2002-05-04 19:44 UTC (permalink / raw)
  To: 9fans

Thanks, that fixed it.  And putting create.html in /usr/web/wiki instead of
/sys/lib/wiki made it work too.  I did grab the create.html page from
the Plan 9 site yesterday.  Great Wiki, thanks!
>
> That means you are still pointing at the wrong
> service in /sys/lib/wiki/edit.html and /usr/web/your-wiki-path/create.html.
>
> It occurs to me that I forgot to include create.html.
> The one we use is below.  It's very similar to edit.html.
> In both there is a hidden variable:
>
> 	<input type="hidden" name="service" value="plan9">
>
> Here the value is plan9, so ip/httpd/wikipost mounts
> /srv/wiki.plan9 as the wiki service.  If you change the
> service name you need to change this variable.
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [9fans] httpd question
  2002-05-04 18:25 [9fans] Wiki won't work Russ Cox
  2002-05-04 19:44 ` [9fans] Wiki works! Mark Bitting
@ 2002-05-07 21:35 ` Mark Bitting
  2002-05-08  9:03   ` Don
  1 sibling, 1 reply; 5+ messages in thread
From: Mark Bitting @ 2002-05-07 21:35 UTC (permalink / raw)
  To: 9fans

Is there an apache-like access log for httpd?  If so, where is it?


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] httpd question
  2002-05-07 21:35 ` [9fans] httpd question Mark Bitting
@ 2002-05-08  9:03   ` Don
  0 siblings, 0 replies; 5+ messages in thread
From: Don @ 2002-05-08  9:03 UTC (permalink / raw)
  To: 9fans

> Is there an apache-like access log for httpd?  If so, where is it?
for(i in 0 1)
	touch /sys/log/httpd/$i
then restart your httpd
Don
http://www.7f.no-ip.info/


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [9fans] Wiki won't work
@ 2002-05-04 18:06 Mark Bitting
  0 siblings, 0 replies; 5+ messages in thread
From: Mark Bitting @ 2002-05-04 18:06 UTC (permalink / raw)
  To: 9fans

I'm trying to set up the wiki... any attempts to edit or create a page return:

Object not found
The object %s open %s failed: %r does not exist on this server.

The other stuff works fine.  Also, I'd like to rename the wiki, I'm guessing
the easiest way is to create a page named "my wiki" and change the html links
to point to it instead of "Plan 9 Wiki".

Mark Bitting


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-05-08  9:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-04 18:25 [9fans] Wiki won't work Russ Cox
2002-05-04 19:44 ` [9fans] Wiki works! Mark Bitting
2002-05-07 21:35 ` [9fans] httpd question Mark Bitting
2002-05-08  9:03   ` Don
  -- strict thread matches above, loose matches on Subject: below --
2002-05-04 18:06 [9fans] Wiki won't work Mark Bitting

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).