Hi Edi,
Once you get these other issues solved you might try removing the
<Directory> section from your config. I don't think it should be
necessary; I don't use one from tiddlyweb.peermore.com, which is
mod_wsgi under apache2.
> In /proj/tiddlyweb/apache/tiddlywebconfig.py:
> ----------
> 'css_uri': './static/css/tiddlyweb.css',
You don't want to use a relative URL for the css_uri because what you
put here is put directly into the HTML files that TiddlyWeb generates,
and since those URLs are in a whole bunch of different levels in the
apparent hierarchy that is presented by the system, you'll not find
the CSS.
So you probably want /static/css/tiddlyweb.css assuming that /static
is a directory off the DocumentRoot of your apache2.
> 'system_plugins': [],
> 'log_level': 'DEBUG',
> 'server_prefix': '/tiddlyweb',
> 'server_host': {
> 'scheme': 'http',
> 'host': 'telesto.ka.tup.com',
> 'port': '1030'
> }
> }
> ----------
> - but if you want to start these Tiddlers as a TiddlyWiki you get an
> Internal Server Error
Since you are running with the debug log level you should have
something in your tiddlyweb.log when this happens. What is it? If
there's nothing there you may find something in your apache2
error.log. Where the error message is depends on what kind of error is
happening.
> - also the ccs file at./static/css/tiddlyweb.css is not used
See above about this.
> we just followed the instructions at apache.py, but can't get
> tiddlyweb working together with apache
> any hints to solve the problem?
If the above doesn't get it, please follow up with more questions.
Also have a look at:
http://tiddlyweb.peermore.com/wiki/#%5B%5BTiddlyWeb%20and%20Apache%5D%5D
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---