Hey Zhimin,

2012/5/9 Zhimin Song <cszhms...@gmail.com>:
> <IfModule mod_fastcgi.c>
>   AddHandler fastcgi-script .fcgi
>   FastCgiIpcDir /var/lib/apache2/fastcgi
>   FastCgiServer /var/www/cx/cx.wt
>   FastCgiServer /var/www/cx/cxsandbox.wt
> </IfModule>
>
> I use this config for recent years, just saw the FastCgiExternalServer
> on http://redmine.webtoolkit.eu/projects/wt/wiki/Fastcgi_on_apache, do not
> know the diffrence between  FastCgiExternalServer   and FastCgiServer  :-(

It's only different in how you can start and stop the application
(without starting the Apache server).

>> How does the URL look like ?
>
>
> my url always looks like http://210.31.7.39/#/sys/files ( when visit
> System-Files anchor by internal path) in both IE and Chrome, but when
> updated to 3.2.1, in IE is http://210.31.7.39/#/sys/files, in Chrome
> is http://210.31.7.39/sys/files, maybe is the reason of HTML5 or HTML4 read
> from Wt doc of setInternalPath().

How do you make sure that http://210.31.7.39/ is handled by the Wt
application ? How does your apache configuration for that look like ?

You will need to make sure that also the sub-folders (/sys, ...) are
handled by the Wt application.

Regards,
koen

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to