<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Httpd on Saleem Ansari</title>
    <link>/tags/httpd/</link>
    <description>Recent content in Httpd on Saleem Ansari</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>(c) 2024 Saleem Ansari</copyright>
    <lastBuildDate>Thu, 21 Jul 2011 00:00:00 +0000</lastBuildDate>
    <atom:link href="/tags/httpd/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Enabling user directory listing in Apache</title>
      <link>/2011/07/21/enabling-user-directory-listing-in-apache/</link>
      <pubDate>Thu, 21 Jul 2011 00:00:00 +0000</pubDate>
      <guid>/2011/07/21/enabling-user-directory-listing-in-apache/</guid>
      <description>It is sometimes very irritating why directory listing is not working for per user ( UserDir ).&#xA;There are only to two main steps to remedy that:&#xA;Enable UserDir module Enable directory listing All modifications to be done in /etc/httpd/conf/httpd.conf file.&#xA;Step 1: Enable UserDir module UserDir enabled tuxdna UserDir public_html Step 2: Enable directory listing AllowOverride FileInfo AuthConfig Limit Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec Thats all for UserDir. Just visit on the local Apache server: http://localhost/~tuxdna</description>
    </item>
  </channel>
</rss>
