Gick och blev med fotoblog
Pratade lite med Linda när man skaffa en ny kamera, dags att fixa en fotoblog. Först ut blev en test bild på Pelle.
Popularity: 23% [?]
WordPress update, 2.5 now
I did it as well now I'm running the WordPress 2.5 release, this after ui notice that the upcomming hardy relase of Ubuntu isn't giving me 2.5 either. The process for doing this was quite straign forward. As I hade the ubuntu package installed i deside to take the long details hard install. Some small thins differs as the locations on the configfile, /etc/wordpress/config-blog.balp.nu.php
Popularity: 2% [?]
More blogging
As blogger don't have trackbacks, and COREblog can't spamcheck, and more thing than ever look broken now. I'm testing again.
Popularity: 1% [?]
I have been Tagged
Nadine tagged me after Timothy Lilliehook spread the meme to her. The rules are quite simple:
- Each player starts with eight random facts/habits about themselves.
- People who are tagged need to write a post on their own blog (about their eight things) and post these rules.
- At the end of your blog, you need to choose eight people to get tagged and list their names.
- Don’t forget to leave them a comment telling them they’re tagged, and to read your blog.
Popularity: 1% [?]
Ny blogg
Startar en ny blog på blogger för att lägga lite Second life relaterade saker, den kommer att vara mindre seriös. Får se hur det artar sig.
Popularity: 1% [?]
Plone behinde apache proxy
I have Plone now working behind an apache proxy server, still most of the content coming from the apace server but as soon i have figured out how to get a decent photo album running I'll move this to be the main main site. The secredt of getting tio works was in the rewrite rules in the apache server.
<VirtualHost *>
...
RewriteEngine On
RewriteRule ^/new$ \
http://127.0.0.1:9673/VirtualHostBase/http/%{SERVER_NAME}:80/AndersArnholm/VirtualHostRoot/_vh_new/ [L,P]
RewriteRule ^/new/(.*) \ http://127.0.0.1:9673/VirtualHostBase/http/%{SERVER_NAME}:80/AndersArnholm/VirtualHostRoot/_vh_new/$1 [L,P]
ProxyVia on
</VirtualHost>
The whole secret lies in the two RewriteRules, and those two are a little magic. No, a loot of magic. The first rule takes the /new request on the server and forwards to http://127.0.0.1:9673/VirtualHostBase/http/anders.arnholm.se:80/AndersArnholm/VirtualHostRoot/_vh_new/, Yes that URL is long and magic. This is then remabe by the Virtual Host Monster in Zope into where my stuff is added there and all incoming and out going likes are magically changed into http://anders.arnholm.se/new The second rule is about the same but for all requests to pages below /new/.
Popularity: 1% [?]
Ny hemsida
Jag jobbar på att skapa mig en ny hemsida med hjälp av Zope och Plone. Det stora jobbet som ligger kvar är att bygga upp något sätt att publicera större mängder med bilder på ett enkelt sätt. Det ser ut som jag lyckata bygga upp en fungerade blog i alla fall just nu, ett par mer eller mindre privata sidor.
Popularity: 1% [?]