Storing <Virtualhost/> files on shared space (iDisk/DropBox)
I switch back and forth between a couple computers over the course of a day. I'd love to be able to store my development files in a shared location so I don't have to worry about syncing. I've attempted to place folders in both my local iDisk and DropBox folders using symbolic links but I'm not having any luck. I'm getting permissions errors that i can't seem to work around. I realize this isn't a VirtualHostX problem, but was hoping that it might be something others would find useful if a solution could be found...
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
The company marked this question as answered.
-
Inappropriate?ok, i got it working. feeling a bit stupid. i was trying to use a symbolic link to redirect to a folder in my DropBox. Instead simply use VirtualHostX and literally choose the folder in your DropBox. Then make sure to set directory permissions in your .conf file in /etc/apache2/users/[your.username].conf
<Directory "/Users/[your.username]/Dropbox/">
Options FollowSymLinks Indexes MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
I’m far less perplexed
1 person says
this answers the question
-
Inappropriate?Glad it's working for you :)
Loading Profile...



EMPLOYEE