Branches
Comments
[»]
section file option missing when starting up
by RikT - Mar 2nd 2004 19:21:43
I am a little lost, the section.xml path is correct, I checked out all of
the paths, is there something else that message means?
[reply]
[top]
[»]
Re: section file option missing when starting up
by mcjason - Mar 2nd 2004 19:43:58
> I am a little lost, the section.xml path
> is correct, I checked out all of the
> paths, is there something else that
> message means?
My apologies.. I forgot to add the -s option to the
executable in mman.init for 2.0, replace the
${PROGRAM}... line with:
${PROGRAM} -c ${CONFIG} -s ${SECTION} -l
${LOGFILE} -d ${LOGLEVEL} -p ${PIDFILE};;
[reply]
[top]
[»]
Mysterious loss of cookies
by Geoffry Smith - Nov 10th 2003 06:11:47
On a small number of web-sites, including for example freshmeat, middleman
1.9 is breaking cookies. I turned debugging up to the maximum but have
been unable to see anything relevant in the logs. Do you have any
suggestions.
[reply]
[top]
[»]
Sample config
by caoimhin - Sep 25th 2003 13:25:45
Good piece of software - been using it since 1.5.*
If you build your config.xml from the config.xml.sample file from 1.9,
move the <cache></cache> section from the <global>
section to its own section (I put mine after <access> and before
<header>) otherwise the caching feature won't work and it can't be
fixed throught the web interface.
[reply]
[top]
[»]
Re: Sample config
by mcjason - Sep 25th 2003 22:38:54
Thanks for pointing that out... I forgot to copy the updated
configuration over when preparing the release.
It can be fixed from the web interface, however, if you fill
in all the values yourself and then save the settings.
[reply]
[top]
|