Posterous.com is a new (micro)-blog mesh-up system.
You can use it mesh up almost all your (micro)-blog. Post once, Publish Everywhere. And there is still many funny features.
It looks pretty good, so I translated its API to Perl. You can get it from CPAN. Still work in progress, but would be productive soon.
Showing posts with label webservice. Show all posts
Showing posts with label webservice. Show all posts
Monday, August 17, 2009
Friday, April 18, 2008
apache2 and mongrel cluster on debian
Enable apache2 proxy
Configure Proxy in a virtual host
/etc/apache2/site-enabled/default add
Then set mongrel cluster
Final, restart apache2 and it work.
$ sudo a2enmod proxy proxy_http proxy_balancerConfigure Proxy in a virtual host
/etc/apache2/site-enabled/default add
DocumentRoot "RailsApp/public"
# even only RailsApp also work
ProxyPass / balancer://localhost/
ProxyPassReverse / balancer://localhost/
< proxy balancer://localhost/ >
BalanceMember http://localhost:3000
BalanceMember http://localhost:3001
BalanceMember http://localhost:3002
< /proxy >Then set mongrel cluster
$ sudo gem install mongrel_cluster
$ cd RailsApp
$ mongrel_rails cluster::configure -e development -p 3000 -N 3
# write config/mongrel_cluster.yml
$ mongrel_rails cluster::startFinal, restart apache2 and it work.
Labels:
deploy,
rails,
ruby,
webservice
Saturday, April 5, 2008
openid resource
Report by solidot.org: openid resource. Noticeable point is blogger.com is one of the openid provider. It is a little surprising to me.
Labels:
note,
webservice
Subscribe to:
Posts (Atom)