[dokuwiki] Re: Updated server to SSL lost first heading as page name
- From: Shawn Plummer <plummer@xxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Thu, 21 Sep 2006 10:08:45 -0400
Follow-up to my own note...
It appears that pages are slowly and randomly getting H1 names
showing up as their link name. Sometime visiting the page in question
makes it show up other times not, sometimes just time seems to fix it.
Is there some way to force the rebuilding of all those links (other
than touching conf/local.php since that did not appear to work)
On a somewhat related note, can the contents of the cache directory
be safely deleted? Would this possible fix the issue?
Can the meta directory contents be deleted and rebuilt by running
indexer.php from bin/indexer.php? What are the consequences of this?
Thanks!
~~~~~~~~~~~~~
Shawn Plummer
Systems Manager
CIT SUNY Geneseo
"The mind can make substance, and people planets of its own with
beings brighter than have been, and give a breath to forms which can
outlive all flesh." -Lord Byron
On Sep 21, 2006, at 9:49 AM, Shawn Plummer wrote:
I upgraded our virtualhost to use SSL recently and am rewriting all
non https connections to http on the server. This appears to hve
had the side of effect of partially breaking "Use first heading for
pagenames" functionality.
I changed the base URL in the config file and touched it to rebuild
the caches.
Links to pages in the trace and you are here lines appear to be
using the heading of the pages, however most of the links in the
pages are not having their titles substituted.
Example:
* [[doc:cit]]
* [[doc:systems]]
* [[doc:information_systems]]
* [[doc:usgroup]]
* [[doc:rt]]
* [[doc:csci]]
* [[bannerdoc]]
Some areas of interest
* [[doc:faq]] - A frequently asked questions page.
In that text only the [[bannerdoc]] link (which is world accesible
via ACLs) and the [[doc:faq]] link are having the titles of the
pages substituted. It seems terribly incosistent behavior, and only
just happened when I made the config change to apache to enable ssl
and rewrite http connections to https using this rewrite code:
<VirtualHost xxx.xxx.xxx.xxx:80>
DocumentRoot /dokuwiki
ServerName sameassslhost
RewriteEngine on
RewriteCond %{SERVER_PORT} =80
RewriteRule ^(.*) https://%{SERVER_NAME}%{REQUEST_URI}
</VirtualHost>
Anyone have any thoughts about what could be going on here?
Thanks!
~~~~~~~~~~~~~
Shawn Plummer
Systems Manager
CIT SUNY Geneseo
"The mind can make substance, and people planets of its own with
beings brighter than have been, and give a breath to forms which
can outlive all flesh." -Lord Byron
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
- References:
- [dokuwiki] Updated server to SSL lost first heading as page name
- From: Shawn Plummer
Other related posts:
- » [dokuwiki] Updated server to SSL lost first heading as page name
- » [dokuwiki] Re: Updated server to SSL lost first heading as page name
- » [dokuwiki] Re: Updated server to SSL lost first heading as page name
- » [dokuwiki] Re: Updated server to SSL lost first heading as page name
I changed the base URL in the config file and touched it to rebuild the caches.
Links to pages in the trace and you are here lines appear to be using the heading of the pages, however most of the links in the pages are not having their titles substituted.
Example:
* [[doc:cit]] * [[doc:systems]] * [[doc:information_systems]] * [[doc:usgroup]] * [[doc:rt]] * [[doc:csci]] * [[bannerdoc]]
Some areas of interest
* [[doc:faq]] - A frequently asked questions page.
In that text only the [[bannerdoc]] link (which is world accesible via ACLs) and the [[doc:faq]] link are having the titles of the pages substituted. It seems terribly incosistent behavior, and only just happened when I made the config change to apache to enable ssl and rewrite http connections to https using this rewrite code:
<VirtualHost xxx.xxx.xxx.xxx:80>
DocumentRoot /dokuwiki
ServerName sameassslhost
RewriteEngine on
RewriteCond %{SERVER_PORT} =80
RewriteRule ^(.*) https://%{SERVER_NAME}%{REQUEST_URI}
</VirtualHost>Anyone have any thoughts about what could be going on here?
Thanks!
~~~~~~~~~~~~~
Shawn Plummer
Systems Manager
CIT SUNY Geneseo
"The mind can make substance, and people planets of its own with beings brighter than have been, and give a breath to forms which can outlive all flesh." -Lord Byron
-- DokuWiki mailing list - more info at http://wiki.splitbrain.org/wiki:mailinglist
-- DokuWiki mailing list - more info at http://wiki.splitbrain.org/wiki:mailinglist
- [dokuwiki] Updated server to SSL lost first heading as page name
- From: Shawn Plummer