<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Setting up simple but easy to work with LAMP development environment</title>
	<atom:link href="http://www.underdevelopment.eu/2009/08/13/setting-up-simple-but-easy-to-work-with-lamp-development-environment/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.underdevelopment.eu/2009/08/13/setting-up-simple-but-easy-to-work-with-lamp-development-environment/</link>
	<description>web development blog</description>
	<lastBuildDate>Thu, 02 Feb 2012 12:48:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Felixdv</title>
		<link>http://www.underdevelopment.eu/2009/08/13/setting-up-simple-but-easy-to-work-with-lamp-development-environment/comment-page-1/#comment-49366</link>
		<dc:creator>Felixdv</dc:creator>
		<pubDate>Fri, 21 Jan 2011 16:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.underdevelopment.eu/?p=103#comment-49366</guid>
		<description>Hi, thanks for the guide!

If found that setting the &quot;user_allow_other&quot; variable in /etc/fuse.conf and then adding it to /etc/fstab also works nicely. This is the fstab line I use:
sshfs#user@192.168.0.1:/path/to/remote/dir     /var/www/myproject        fuse    rw,auto,users,allow_other,max_read=65536 0 0

&#039;auto&#039; makes it mount on boot, &#039;users&#039; allows it to mount it as a regular user and not only as root, &#039;allow_other&#039; allows access to users other than the one mounting it (such as www-data) and &#039;max_read&#039; seems to be speeding up access times.</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the guide!</p>
<p>If found that setting the &#8220;user_allow_other&#8221; variable in /etc/fuse.conf and then adding it to /etc/fstab also works nicely. This is the fstab line I use:<br />
sshfs#user@192.168.0.1:/path/to/remote/dir     /var/www/myproject        fuse    rw,auto,users,allow_other,max_read=65536 0 0</p>
<p>&#8216;auto&#8217; makes it mount on boot, &#8216;users&#8217; allows it to mount it as a regular user and not only as root, &#8216;allow_other&#8217; allows access to users other than the one mounting it (such as www-data) and &#8216;max_read&#8217; seems to be speeding up access times.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

