<?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: [HowTo] Make Apache User Directory on Ubuntu</title> <atom:link href="http://www.ivankristianto.com/os/ubuntu/howto-make-apache-user-directory-on-ubuntu/1019/feed/" rel="self" type="application/rss+xml" /><link>http://www.ivankristianto.com/os/ubuntu/howto-make-apache-user-directory-on-ubuntu/1019/</link> <description>Source for programming, linux/unix, and technology, tutorials, news update, tips and tricks, hobbies and entertainment</description> <lastBuildDate>Mon, 30 Jan 2012 18:29:18 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Zaki Akhmad</title><link>http://www.ivankristianto.com/os/ubuntu/howto-make-apache-user-directory-on-ubuntu/1019/comment-page-1/#comment-5853</link> <dc:creator>Zaki Akhmad</dc:creator> <pubDate>Wed, 04 May 2011 09:20:00 +0000</pubDate> <guid
isPermaLink="false">http://www.ivankristianto.com/?p=1019#comment-5853</guid> <description>I opened the /etc/apache2/mods-enabled directory, then see the php5.conf
&lt;IfModule mod_php5.c&gt;
&lt;FilesMatch &quot;.ph(p3?&#124;tml)$&quot;&gt;
SetHandler application/x-httpd-php
&lt;/FilesMatch&gt;
&lt;FilesMatch &quot;.phps$&quot;&gt;
SetHandler application/x-httpd-php-source
&lt;/FilesMatch&gt;
To re-enable php in user directories comment the following lines
# (from &lt;IfModule ...&gt; to &lt;/IfModule&gt;.) Do NOT set it to On as it
#prevents .htaccess files from disabling it.
&lt;IfModule mod_userdir.c&gt;
&lt;Directory /home/*/public_html&gt;
php_admin_value engine Off
&lt;/Directory&gt;
&lt;/IfModule&gt;
&lt;/IfModule&gt;
So, I followed the instruction, voila! </description> <content:encoded><![CDATA[<p>I opened the /etc/apache2/mods-enabled directory, then see the php5.conf</p><p>&lt;IfModule mod_php5.c&gt;<br
/> &lt;FilesMatch &quot;.ph(p3?|tml)$&quot;&gt;<br
/> SetHandler application/x-httpd-php<br
/> &lt;/FilesMatch&gt;<br
/> &lt;FilesMatch &quot;.phps$&quot;&gt;<br
/> SetHandler application/x-httpd-php-source<br
/> &lt;/FilesMatch&gt;<br
/> To re-enable php in user directories comment the following lines<br
/> # (from &lt;IfModule &#8230;&gt; to &lt;/IfModule&gt;.) Do NOT set it to On as it<br
/> #prevents .htaccess files from disabling it.<br
/> &lt;IfModule mod_userdir.c&gt;<br
/> &lt;Directory /home/*/public_html&gt;<br
/> php_admin_value engine Off<br
/> &lt;/Directory&gt;<br
/> &lt;/IfModule&gt;<br
/> &lt;/IfModule&gt;</p><p>So, I followed the instruction, voila!</p> ]]></content:encoded> </item> <item><title>By: Zaki Akhmad</title><link>http://www.ivankristianto.com/os/ubuntu/howto-make-apache-user-directory-on-ubuntu/1019/comment-page-1/#comment-5854</link> <dc:creator>Zaki Akhmad</dc:creator> <pubDate>Wed, 04 May 2011 09:20:00 +0000</pubDate> <guid
isPermaLink="false">http://www.ivankristianto.com/?p=1019#comment-5854</guid> <description>I opened the /etc/apache2/mods-enabled directory, then see the php5.conf
&lt;IfModule mod_php5.c&gt;
&lt;FilesMatch &quot;.ph(p3?&#124;tml)$&quot;&gt;
SetHandler application/x-httpd-php
&lt;/FilesMatch&gt;
&lt;FilesMatch &quot;.phps$&quot;&gt;
SetHandler application/x-httpd-php-source
&lt;/FilesMatch&gt;
To re-enable php in user directories comment the following lines
# (from &lt;IfModule ...&gt; to &lt;/IfModule&gt;.) Do NOT set it to On as it
#prevents .htaccess files from disabling it.
&lt;IfModule mod_userdir.c&gt;
&lt;Directory /home/*/public_html&gt;
php_admin_value engine Off
&lt;/Directory&gt;
&lt;/IfModule&gt;
&lt;/IfModule&gt;
So, I followed the instruction, voila! </description> <content:encoded><![CDATA[<p>I opened the /etc/apache2/mods-enabled directory, then see the php5.conf</p><p>&lt;IfModule mod_php5.c&gt;<br
/> &lt;FilesMatch &quot;.ph(p3?|tml)$&quot;&gt;<br
/> SetHandler application/x-httpd-php<br
/> &lt;/FilesMatch&gt;<br
/> &lt;FilesMatch &quot;.phps$&quot;&gt;<br
/> SetHandler application/x-httpd-php-source<br
/> &lt;/FilesMatch&gt;<br
/> To re-enable php in user directories comment the following lines<br
/> # (from &lt;IfModule &#8230;&gt; to &lt;/IfModule&gt;.) Do NOT set it to On as it<br
/> #prevents .htaccess files from disabling it.<br
/> &lt;IfModule mod_userdir.c&gt;<br
/> &lt;Directory /home/*/public_html&gt;<br
/> php_admin_value engine Off<br
/> &lt;/Directory&gt;<br
/> &lt;/IfModule&gt;<br
/> &lt;/IfModule&gt;</p><p>So, I followed the instruction, voila!</p> ]]></content:encoded> </item> <item><title>By: Simon_george70</title><link>http://www.ivankristianto.com/os/ubuntu/howto-make-apache-user-directory-on-ubuntu/1019/comment-page-1/#comment-5756</link> <dc:creator>Simon_george70</dc:creator> <pubDate>Mon, 28 Mar 2011 19:36:00 +0000</pubDate> <guid
isPermaLink="false">http://www.ivankristianto.com/?p=1019#comment-5756</guid> <description>I&#039;ve tried this (and just about everything else) but still get this error
Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0
Fatal error: Unknown: Failed opening required &#039;/home/lonetree/public_html/index.php&#039; (include_path=&#039;.:/inc:./inc:../inc:../../inc:../../../inc:../../../../inc:/usr/share/php&#039;) in Unknown on line 0
Please help</description> <content:encoded><![CDATA[<p>I&#039;ve tried this (and just about everything else) but still get this error<br
/> Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0</p><p>Fatal error: Unknown: Failed opening required &#039;/home/lonetree/public_html/index.php&#039; (include_path=&#039;.:/inc:./inc:../inc:../../inc:../../../inc:../../../../inc:/usr/share/php&#039;) in Unknown on line 0</p><p>Please help</p> ]]></content:encoded> </item> <item><title>By: Rashi Dhing</title><link>http://www.ivankristianto.com/os/ubuntu/howto-make-apache-user-directory-on-ubuntu/1019/comment-page-1/#comment-5346</link> <dc:creator>Rashi Dhing</dc:creator> <pubDate>Thu, 03 Mar 2011 12:37:00 +0000</pubDate> <guid
isPermaLink="false">http://www.ivankristianto.com/?p=1019#comment-5346</guid> <description>Hi, I followed your instructions but when I visit the http://localhost/~username/  page, it triggers a download and I get the following download error in a window:  &quot;/tmp/SeJ0SBf_.phtml-1.part could not be opened, because the associated helper application does not exist. Change the association in your preferences.&quot;
I looked online but could not find any solution . What can possibly be wrong ? </description> <content:encoded><![CDATA[<p>Hi, I followed your instructions but when I visit the <a
href="http://localhost/~username/" rel="nofollow">http://localhost/~username/</a> page, it triggers a download and I get the following download error in a window:  &quot;/tmp/SeJ0SBf_.phtml-1.part could not be opened, because the associated helper application does not exist. Change the association in your preferences.&quot;<br
/> I looked online but could not find any solution . What can possibly be wrong ?</p> ]]></content:encoded> </item> <item><title>By: Ivan Kristianto</title><link>http://www.ivankristianto.com/os/ubuntu/howto-make-apache-user-directory-on-ubuntu/1019/comment-page-1/#comment-5127</link> <dc:creator>Ivan Kristianto</dc:creator> <pubDate>Sun, 06 Feb 2011 05:09:00 +0000</pubDate> <guid
isPermaLink="false">http://www.ivankristianto.com/?p=1019#comment-5127</guid> <description>thanks, i will try it.</description> <content:encoded><![CDATA[<p>thanks, i will try it.</p> ]]></content:encoded> </item> <item><title>By: Wander Silva</title><link>http://www.ivankristianto.com/os/ubuntu/howto-make-apache-user-directory-on-ubuntu/1019/comment-page-1/#comment-5121</link> <dc:creator>Wander Silva</dc:creator> <pubDate>Sat, 05 Feb 2011 22:57:00 +0000</pubDate> <guid
isPermaLink="false">http://www.ivankristianto.com/?p=1019#comment-5121</guid> <description>Install the module on the terminal:  sudo apt-get install libapache2-mod-suphp  it&#039;s do  work!
Good Look</description> <content:encoded><![CDATA[<p>Install the module on the terminal:  sudo apt-get install libapache2-mod-suphp  it&#039;s do  work!<br
/> Good Look</p> ]]></content:encoded> </item> <item><title>By: Isogashii</title><link>http://www.ivankristianto.com/os/ubuntu/howto-make-apache-user-directory-on-ubuntu/1019/comment-page-1/#comment-5011</link> <dc:creator>Isogashii</dc:creator> <pubDate>Fri, 21 Jan 2011 19:44:00 +0000</pubDate> <guid
isPermaLink="false">http://www.ivankristianto.com/?p=1019#comment-5011</guid> <description>I was struggling since the first days I started using Kubuntu as my operating system, I really wanted something similar to cpanel installations in my development environment.
Your article did the trick, good luck ;) </description> <content:encoded><![CDATA[<p>I was struggling since the first days I started using Kubuntu as my operating system, I really wanted something similar to cpanel installations in my development environment.<br
/> Your article did the trick, good luck <img
src='http://www.ivankristianto.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Ivan Kristianto</title><link>http://www.ivankristianto.com/os/ubuntu/howto-make-apache-user-directory-on-ubuntu/1019/comment-page-1/#comment-4986</link> <dc:creator>Ivan Kristianto</dc:creator> <pubDate>Sun, 16 Jan 2011 05:09:00 +0000</pubDate> <guid
isPermaLink="false">http://www.ivankristianto.com/?p=1019#comment-4986</guid> <description>what is the apache error log? probably you should recompile php and suPhp.</description> <content:encoded><![CDATA[<p>what is the apache error log? probably you should recompile php and suPhp.</p> ]]></content:encoded> </item> <item><title>By: Dan</title><link>http://www.ivankristianto.com/os/ubuntu/howto-make-apache-user-directory-on-ubuntu/1019/comment-page-1/#comment-4981</link> <dc:creator>Dan</dc:creator> <pubDate>Sat, 15 Jan 2011 18:59:00 +0000</pubDate> <guid
isPermaLink="false">http://www.ivankristianto.com/?p=1019#comment-4981</guid> <description>I have had to remove the line of code &quot;suPHP_Engine on&quot; from the userdir.conf file so apache could start again. An now without it php does not work when browsing to a users public_html folder. But it does still work in /var/www/
Please help</description> <content:encoded><![CDATA[<p>I have had to remove the line of code &quot;suPHP_Engine on&quot; from the userdir.conf file so apache could start again. An now without it php does not work when browsing to a users public_html folder. But it does still work in /var/www/</p><p>Please help</p> ]]></content:encoded> </item> <item><title>By: Ivan Kristianto</title><link>http://www.ivankristianto.com/os/ubuntu/howto-make-apache-user-directory-on-ubuntu/1019/comment-page-1/#comment-4650</link> <dc:creator>Ivan Kristianto</dc:creator> <pubDate>Sun, 24 Oct 2010 05:24:00 +0000</pubDate> <guid
isPermaLink="false">http://www.ivankristianto.com/?p=1019#comment-4650</guid> <description>no worries :)</description> <content:encoded><![CDATA[<p>no worries <img
src='http://www.ivankristianto.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: maurora</title><link>http://www.ivankristianto.com/os/ubuntu/howto-make-apache-user-directory-on-ubuntu/1019/comment-page-1/#comment-4628</link> <dc:creator>maurora</dc:creator> <pubDate>Thu, 21 Oct 2010 19:26:00 +0000</pubDate> <guid
isPermaLink="false">http://www.ivankristianto.com/?p=1019#comment-4628</guid> <description>it works! thank you so much. Your document just solve my problem. !!</description> <content:encoded><![CDATA[<p>it works! thank you so much. Your document just solve my problem. !!</p> ]]></content:encoded> </item> <item><title>By: Ivan Kristianto</title><link>http://www.ivankristianto.com/os/ubuntu/howto-make-apache-user-directory-on-ubuntu/1019/comment-page-1/#comment-4437</link> <dc:creator>Ivan Kristianto</dc:creator> <pubDate>Fri, 24 Sep 2010 07:09:00 +0000</pubDate> <guid
isPermaLink="false">http://www.ivankristianto.com/?p=1019#comment-4437</guid> <description>You have to have root permission. if you don&#039;t have ask your administrator.</description> <content:encoded><![CDATA[<p>You have to have root permission. if you don&#039;t have ask your administrator.</p> ]]></content:encoded> </item> <item><title>By: Parul_payalgupta</title><link>http://www.ivankristianto.com/os/ubuntu/howto-make-apache-user-directory-on-ubuntu/1019/comment-page-1/#comment-4433</link> <dc:creator>Parul_payalgupta</dc:creator> <pubDate>Thu, 23 Sep 2010 14:38:00 +0000</pubDate> <guid
isPermaLink="false">http://www.ivankristianto.com/?p=1019#comment-4433</guid> <description>i have no permision to made mods-enabled... please help me how we change the permission??</description> <content:encoded><![CDATA[<p>i have no permision to made mods-enabled&#8230; please help me how we change the permission??</p> ]]></content:encoded> </item> <item><title>By: Ivan Kristianto</title><link>http://www.ivankristianto.com/os/ubuntu/howto-make-apache-user-directory-on-ubuntu/1019/comment-page-1/#comment-3712</link> <dc:creator>Ivan Kristianto</dc:creator> <pubDate>Sun, 15 Aug 2010 12:14:00 +0000</pubDate> <guid
isPermaLink="false">http://www.ivankristianto.com/?p=1019#comment-3712</guid> <description>Thanks mate</description> <content:encoded><![CDATA[<p>Thanks mate</p> ]]></content:encoded> </item> <item><title>By: Egor</title><link>http://www.ivankristianto.com/os/ubuntu/howto-make-apache-user-directory-on-ubuntu/1019/comment-page-1/#comment-3713</link> <dc:creator>Egor</dc:creator> <pubDate>Sat, 14 Aug 2010 20:24:00 +0000</pubDate> <guid
isPermaLink="false">http://www.ivankristianto.com/?p=1019#comment-3713</guid> <description>There is a little less complicated decision at http://ubuntuforums.org/showthread.php?t=1521010&amp;page=1</description> <content:encoded><![CDATA[<p>There is a little less complicated decision at <a
href="http://ubuntuforums.org/showthread.php?t=1521010&#038;page=1" rel="nofollow">http://ubuntuforums.org/showthread.php?t=1521010&#038;page=1</a></p> ]]></content:encoded> </item> </channel> </rss>
