10-Jul-2010

A first result
I didn keep sufficient track of things when the main page of WP showed up, although as a plain, non-css’d site, so it took quite some re-searching and trial-and-error – with some good deduction, to get the main page of WordPress3 fully shown. It looks like all of it is working – using the supplied form. Now testing the two I use for the sysmgr and tracks blogs…
I also checked the Admin page – it loads, but with a few errors that may be related to the URL of the ‘site’ – Iĺl have to check that. Also, there is a widget ‘Quickpress’ that took a lot of time to be displayed – and, according the grinding sounds of the disk, it requires a lot of memory: it hardly did the trick:
$
%SYSTEM-W-PAGEFRAG, page file filling up; please create more space

$
%SYSTEM-W-PAGECRIT, page file nearly full; system trying to continue

$
%SYSTEM-W-PAGEFILEFULL, all page or swap files are full; system trying to continue

Ok, pageing IS just basic:
$ sho mem/file
System Memory Resources on 10-JUL-2010 18:40:09.75

Swap File Usage (8KB pages): Index Free Size
DISK$DAPHNE84EFT:[SYS0.SYSEXE]SWAPFILE.SYS
1 1528 1656

Paging File Usage (8KB pages): Index Free Size
DISK$DAPHNE84EFT:[SYS0.SYSEXE]PAGEFILE.SYS
254 15956 33280
Total committed paging file usage: 27142
$

But at least, the admin page came up as well.
This is the current configuration for WP30 that works so far:
redirect /wp30 /wp30/index.php
#redirect /wp30/ /wp30/index.php?
#redirect /wp30/**/ /wp30/**
map /wp30/ /wp30/index.php
set /wp30/*.php script=query=relaxed ods=5
set /wp30/*/*.php* script=query=relaxed ods=5
exec /wp30/*.php (@cgi-bin:[000000]phpwasd.com)/wp30/*.php \
ods=5 script=syntax=unix script=query=none map=once
pass /wp30/* /wp30/* ods=5 search=none dir=noaccess

The out-commented REDIRECT lines cannot be enabled – it will cause the main page run into a loop; but a mapping from /wp30/ to /wp30/index/php seems to be required…

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.