blog

Writable Folders

Posted in: Tech | Tags: ,

While installing Gallery2, after getting Apache installed on windows, I found that I needed to create a directory that was writable by apache so it could store my image files. I eventually found an article. It wasn’t about Gallery2, but it was close enough.

Basically you have to:

  1. go to a user’s “Local Settings” folder (ex. “C:\Documents and Settings\Default User\Local Settings”).
  2. Create a “web” folder
  3. Create your writable folder (ex. “C:\Documents and Settings\Default User\Local Settings\web\writable”
  4. Add the folder to the end of your apache configuration file (ex. php_value session.save_path “C:\Documents and Settings\Default User\Local Settings\web\writable”)

That’s it. That’s all I had to do.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Twitter
  • Google Bookmarks
  • Tumblr
  • StumbleUpon
  • Posterous
  • email
  • Print

Possibly Related posts:

  1. Getting two domains on one IPI recently had a request from someone on how to setup multiple domains on a single IP address. This is something that I’ve thought about doing before, but haven’t taken the time to stop and set it up. After getting sub-domains working, this was a breeze, as it’s the same process. I’m...
  2. Trac and SVN on subdomainsI finally figured out how to get trac and svn on their own subdomains since when I originally setup the web server awhile ago. The only thing that changes is the vhosts file. In that example it was “/etc/apache2/sites-available/svntrac”. Here’s what the file should look like now: NameVirtualHost *:80 <VirtualHost...
  3. My Perfect ServerAfter getting everything setup how I want on my web server I want to record how I did it. I know the right thing to do would be to create an image, but I’m just going to write it down instead. That way you can use it if you ever...
  4. Bootcamp Clock Issue in WindowsSo you finally got around to setting getting that copy of Windows out and setting up bootcamp… or… you’ve been running bootcamp forever and you can’t figure out why the stupid clock in windows won’t work. Nothing will sync because the time doesn’t match up with the real time, it’s...
  5. Big ProblemsWell I don’t know what caused this all to start, but whatever it was, it caused me a whole lot of trouble. First, I couldn’t get the blog to show up. So I just restarted IIS and tried again. It didn’t work. So I restarted the server… Still nothing. Then...

Jun
07
2007

Leave a Reply