Home >  Archive >  2010 >  August >  17

Previous / Next

Christmas Tree
This site contributes to the scripting.com community river.
About the author

A picture named daveTiny.jpgDave Winer, 56, is a visiting scholar at NYU's Arthur L. Carter Journalism Institute and editor of the Scripting News weblog. He pioneered the development of weblogs, syndication (RSS), podcasting, outlining, and web content management software; former contributing editor at Wired Magazine, research fellow at Harvard Law School, entrepreneur, and investor in web media companies. A native New Yorker, he received a Master's in Computer Science from the University of Wisconsin, a Bachelor's in Mathematics from Tulane University and currently lives in New York City.

"The protoblogger." - NY Times.

"The father of modern-day content distribution." - PC World.

"Dave was in a hurry. He had big ideas." -- Harvard.

"Dave Winer is one of the most important figures in the evolution of online media." -- Nieman Journalism Lab.

10 inventors of Internet technologies you may not have heard of. -- Royal Pingdom.

One of BusinessWeek's 25 Most Influential People on the Web.

"Helped popularize blogging, podcasting and RSS." - Time.

"The father of blogging and RSS." - BBC.

"RSS was born in 1997 out of the confluence of Dave Winer's 'Really Simple Syndication' technology, used to push out blog updates, and Netscape's 'Rich Site Summary', which allowed users to create custom Netscape home pages with regularly updated data flows." - Tim O'Reilly.

8/2/11: Who I Am.

Contact me

scriptingnews1mail at gmail dot com.

Facebook

Twitter

Friendfeed

My sites
Recent stories

Recent links

My 40 most-recent links, ranked by number of clicks.

My bike

People are always asking about my bike.

A picture named bikesmall.jpg

Here's a picture.

Calendar

August 2010
Sun
Mon
Tue
Wed
Thu
Fri
Sat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 

Jul   Sep

Warning!

A picture named warning.gif

FYI: You're soaking in it. :-)


A picture named xmlMini.gif
Dave Winer's weblog, started in April 1997, bootstrapped the blogging revolution.

Followup on Apache/Dropbox/Windows Permalink.

A picture named crush.gifWhat a mess, but it has a happy ending.

I now have an Apache sub-folder of my Dropbox folder that contains sub-folders whose names are domains.

When I create a new folder and point that domain at the machine running Apache, it automatically is configured to host that domain out of that folder. And I can copy files into that folder from any of my machines on my Dropbox network.

I was finally able to create a NTFS junction using an Explorer add-in that Samir Talwar gave me a pointer to. Bravo Samir!

As always the Scripting News braintrust not only has a myriad of answers, but has the right one, and we get there quickly in good spirits.

You guys are the best!!! :-)

Nice things about the web Permalink.

A picture named cupcake.jpgOh how the Bay Area culture loves to make technology a life-and-death struggle. Things that were never alive in the first place, like the web and RSS are said to be "dead." I think it's hubris and bad karma to be in the business of pronouncing things dead. That's the province of a higher being . Us mortals, well we do die. I'd hate to have my last words be that something or someone else is dead.

Anyway, to paraphrase the famous fictitious Met, Chico Escuela, "The web been berry berry good to me." So rather than say bad things about Wired and magazines, I thought I'd start a list of nice things about the web. If you'd like to make a contribution, leave a comment, or link to a blog post of your own that says something nice about the web.

1. The web is where I read about the web being dead.

2. I can write what I want on the web and Steve Jobs doesn't have a say in it.

3. NakedJen is called NakedJen on the web, where on Facebook she's called "Jennifer Neal," which I find both confusing and sad.

4. If I want to write more than 140 characters on the web, I can damn well do it. (78 characters.)

5. The web allows for graphics. That's how I was able to paste in the beautiful picture of a cupcake in the right margin.

6. The web also makes reciprocity easy, that's why I linked to places you can buy cupcakes or books about cupcakes. These are all things that can make you happy.

A picture named webIsDead.gif7. Corporate media is filled with lies and lunacy. But making it possible for me to seek the information I want without anyone telling me what I want the web makes it possible for me to get more nourishing news and information, and other points of view. Before the web, well it was a lot worse. A lot.

8. It's where my brain trust meets to help me solve technical problems.

More to come!

A good weekday ride, reached 125th St Permalink.

What to say but I got the beat. :-)

Cyclemeter says it was 12.93 miles, 1.3 hours.

Here's the route in Google Maps.

A picture of the turnaround point.

Sailboats on the Hudson.

A picture named boats.jpg

Hot and humid, but good biking weather. Not too many people on the trail.

First time I made it as far as 125th. Next stop Yankee Stadium.

An Apache/Dropbox problem Permalink.

Update: I got it working! :-)

I'm trying to do something simple and interesting, but hit a rough spot, and thought I'd ask the brain trust here if you all had any ideas.

The idea: Serve static content out of a Dropbox sub-folder using Apache.

A picture named apache.gifThe design: I have a new folder at the top level of my dropbox called Apache. Each sub-folder has the name of a domain, say xyz.com, abc.org and 27 others. I have a script watching that folder for the appearance of new folders. When it finds one, it rebuilds my Apache httpd-vhosts.conf file including a mapping of the new domain to the folder in the dropbox hierarchy. Apache then restarts, and voila, I've used Dropbox to configure Apache. Even better, I can copy a new file to any of these folder, or modify an existing file, from any machine that shares this folder and have it instantaneouslly update. It's like Drobox's Public folder, but more more flexible and powerful.

The glitch: While you can control the location of your dropbox, you cannot change its name. It must be My Dropbox. The problem is the space. It's illegal syntax as far as I can tell, in an Apache config file, to have a space in a folder name. Seems there must be some way to escape it, but I don't know it. Or if you know a way to tell Dropbox to use a different named folder, say MyDropbox.

It's probably obvious, or this may not be the problem. The usual disclaimers apply and any help will be appreciated.

Followup: Well the first problem was solved, by using double-quotes. Now Apache can parse the name of the folder. But a subsequent problem was revealed. Apache won't serve files that are outside its folder hierarchy. This problem could of course be solved by moving the My Dropbox folder into its hiearchy but this is a bad idea. Most of the stuff in the folder is not intended to be served.

The obvious solution is to add a Windows shortcut to the Apache hierarchy pointing to the sub-folder of the Dropbox hierarchy that's intended to be served. Nice idea, and I tried it, but Apache doesn't seem to traverse the shortcut. So the next question is this: Apache on Windows and shortcuts -- any hope of them getting along? :-)

Update: Shortcuts don't work, but how about NTFS junctions. Well, try to get one made. Would it be too much trouble to just make a right-click way to do it? Well, yes it would. You have to go to the command line, and it doesn't like filenames with spaces in them either. So I tried to run the Dropbox utility to change the freaking name of the folder, well that didn't work. As a result I'm now re-downloading the whole Dropbox archive into a folder with a space in its name. Well fuck me.

My software for this fun little project (which is what it was supposed to be) took 15 minutes. Getting Apache, Windows and Dropbox to deal with one freaking space in a folder name, that's taking hours. I should have given up on this long ago. Whats my next step? A bike ride.



© Copyright 1997-2011 Dave Winer. Last build: 12/12/2011; 1:40:42 PM. "It's even worse than it appears."

RSS feed for Scripting News


Previous / Next