oh I have it working now and it works fine. just can not upload pictures because of no GD support
basically it is really easy to install CMS and works fine
steps how to very easy:
install vhost
set up vhost
is you want to use port 80
you have to give pfsense a different port and disable webgui redirect in the system advance
to set up vhost
enter in host name (use something simple ie: info)
enter in ip you wish to binded too
enter in port (80 if the above is disabled)
save
go to service and start Vhost
it will not change to green but it is statred
test enter in webpage in url it should work (http://x.x.x.x/"hostname" example ( if using port 80) : http://pfsense.local/info or http://192.168.1.1/info if using port 8001 then http://pfsense.local:8001/info or http://192.168.1.1:8001/info)
to get sqlite to work
enable ssh in system advance
ssh in to pfsense via putty in windows or console in a linux box
ssh root@x.x.x.x (x.x.x.x being the ip either wan or lan ip)
goto shell ( 8 )
touch /etc/php_dynamodules/pdo
touch /etc/php_dynamodules/pdo_sqlite
/etc/rc.php_ini_setup
exit
restart webconfiguator (11)
restart system (5)
after it restarted
use filezilla to log in with sftp
user name is not admin but root ( password is what ever your password is)
go too usr/local/vhost/
up load CMS into your host directory
working CMS
frog ( will have to disable ( comment out) the security feature in the index.php and do not forget to place the database in a readable directory)
XE
mediawiki
cmsimple ( does not require sqlite)
dokuwiki (does not require sqlite)
plus other
open browser enter in vhost address into uRL follow instillation procedure
finished a working CMS
just no GD support until someone say how to get them activated in Vhost