<?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"
	>
<channel>
	<title>Comments on: Two tips for fixing Apache problems</title>
	<atom:link href="http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apache-problems/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apache-problems/</link>
	<description>Ranting and Raving</description>
	<pubDate>Sun, 12 Oct 2008 22:13:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Eric Hoff</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apache-problems/#comment-79957</link>
		<dc:creator>Eric Hoff</dc:creator>
		<pubDate>Fri, 01 Jun 2007 21:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elharo.com/blog/?p=79#comment-79957</guid>
		<description>I got the 403 error until I added +SymLinksIfOwnerMatch to the Options directive as well.  So my .htaccess file looked like this:
--------------------
Options +FollowSymLinks +SymLinksIfOwnerMatch


    RewriteBase /
    RewriteEngine On
    ....

-----------------------
Thanks again for the help though!  Saved me a lot of work!</description>
		<content:encoded><![CDATA[<p>I got the 403 error until I added +SymLinksIfOwnerMatch to the Options directive as well.  So my .htaccess file looked like this:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Options +FollowSymLinks +SymLinksIfOwnerMatch</p>
<p>    RewriteBase /<br />
    RewriteEngine On<br />
    &#8230;.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Thanks again for the help though!  Saved me a lot of work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben K</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apache-problems/#comment-68390</link>
		<dc:creator>Ben K</dc:creator>
		<pubDate>Thu, 03 May 2007 22:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elharo.com/blog/?p=79#comment-68390</guid>
		<description>I was seeing the error with perl scripts, even though I had FollowSymLinks in httpd.conf and .htaccess. This was on linux, and finally I found that the problem was in conf.d/perl.conf. I had


  ...
  Options ExecCGI

I changed it to Options +ExecCGI
and it solved the problem.</description>
		<content:encoded><![CDATA[<p>I was seeing the error with perl scripts, even though I had FollowSymLinks in httpd.conf and .htaccess. This was on linux, and finally I found that the problem was in conf.d/perl.conf. I had</p>
<p>  &#8230;<br />
  Options ExecCGI</p>
<p>I changed it to Options +ExecCGI<br />
and it solved the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lijith</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apache-problems/#comment-60214</link>
		<dc:creator>Lijith</dc:creator>
		<pubDate>Tue, 10 Apr 2007 05:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elharo.com/blog/?p=79#comment-60214</guid>
		<description>I am facing the same problem .. 
I can't access my cgi-bin folder...
I am getting the error
"You don't have permission to access /cgi-bin/ on this server."
I have set all the permissions for these folders.
I am using a Linux server and my httpd.conf file looks like this.
ServerTokens OS
ServerRoot "/etc/httpd"
PidFile run/httpd.pid
Timeout 120
KeepAlive Off
MaxKeepAliveRequests 100
KeepAliveTimeout 15

StartServers       8
MinSpareServers    5
MaxSpareServers   20
ServerLimit      256
MaxClients       256
MaxRequestsPerChild  4000


StartServers         2
MaxClients         150
MinSpareThreads     25
MaxSpareThreads     75 
ThreadsPerChild     25
MaxRequestsPerChild  0

Listen 80
LoadModule access_module modules/mod_access.so
LoadModule auth_module modules/mod_auth.so
LoadModule auth_anon_module modules/mod_auth_anon.so
LoadModule auth_dbm_module modules/mod_auth_dbm.so
LoadModule auth_digest_module modules/mod_auth_digest.so
LoadModule ldap_module modules/mod_ldap.so
LoadModule auth_ldap_module modules/mod_auth_ldap.so
LoadModule include_module modules/mod_include.so
LoadModule log_config_module modules/mod_log_config.so
LoadModule env_module modules/mod_env.so
LoadModule mime_magic_module modules/mod_mime_magic.so
LoadModule cern_meta_module modules/mod_cern_meta.so
LoadModule expires_module modules/mod_expires.so
LoadModule deflate_module modules/mod_deflate.so
LoadModule headers_module modules/mod_headers.so
LoadModule usertrack_module modules/mod_usertrack.so
LoadModule setenvif_module modules/mod_setenvif.so
LoadModule mime_module modules/mod_mime.so
LoadModule dav_module modules/mod_dav.so
LoadModule status_module modules/mod_status.so
LoadModule autoindex_module modules/mod_autoindex.so
LoadModule asis_module modules/mod_asis.so
LoadModule info_module modules/mod_info.so
LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule vhost_alias_module modules/mod_vhost_alias.so
LoadModule negotiation_module modules/mod_negotiation.so
LoadModule dir_module modules/mod_dir.so
LoadModule imap_module modules/mod_imap.so
LoadModule actions_module modules/mod_actions.so
LoadModule speling_module modules/mod_speling.so
LoadModule userdir_module modules/mod_userdir.so
LoadModule alias_module modules/mod_alias.so
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule cache_module modules/mod_cache.so
LoadModule suexec_module modules/mod_suexec.so
LoadModule disk_cache_module modules/mod_disk_cache.so
LoadModule file_cache_module modules/mod_file_cache.so
LoadModule mem_cache_module modules/mod_mem_cache.so
LoadModule cgi_module modules/mod_cgi.so
Include conf.d/*.conf
User apache
Group apache
ServerAdmin root@localhost
UseCanonicalName Off
DocumentRoot "/var/www/htdocs"

	Options FollowSymLinks 
	AllowOverride None


    Options Indexes FollowSymLinks +ExecCGI
   	AllowOverride All   	
    Order allow,deny
    Allow from all

Options +FollowSymLinks

    UserDir disable
RewriteEngine On

DirectoryIndex index.html index.html.var index.cgi
AccessFileName .htaccess
HostnameLookups off

    Order allow,deny
    Deny from all
	HostnameLookups on

TypesConfig /etc/mime.types
DefaultType text/plain

    MIMEMagicFile conf/magic

HostnameLookups Off
ErrorLog logs/error_log
LogLevel warn
LogFormat "%h %l %u %t \"%r\" %&#62;s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %&#62;s %b" common
LogFormat "%{Referer}i -&#62; %U" referer
LogFormat "%{User-agent}i" agent
CustomLog logs/access_log combined
ServerSignature On
Alias /icons/ "/var/www/icons/"

    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all


    # Location of the WebDAV lock database.
    DAVLockDB /var/lib/dav/lockdb

ScriptAlias /cgi-bin/ "/var/www/htdocs/cgi-bin/"

    AllowOverride None
    Options None
    Order allow,deny
    Allow from all

IndexOptions FancyIndexing VersionSort NameWidth=*
AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
AddIconByType (TXT,/icons/text.gif) text/*
AddIconByType (IMG,/icons/image2.gif) image/*
AddIconByType (SND,/icons/sound2.gif) audio/*
AddIconByType (VID,/icons/movie.gif) video/*
AddIcon /icons/binary.gif .bin .exe
AddIcon /icons/binhex.gif .hqx
AddIcon /icons/tar.gif .tar
AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
AddIcon /icons/a.gif .ps .ai .eps
AddIcon /icons/layout.gif .html .shtml .htm .pdf
AddIcon /icons/text.gif .txt
AddIcon /icons/c.gif .c
AddIcon /icons/p.gif .pl .py
AddIcon /icons/f.gif .for
AddIcon /icons/dvi.gif .dvi
AddIcon /icons/uuencoded.gif .uu
AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
AddIcon /icons/tex.gif .tex
AddIcon /icons/bomb.gif core
AddIcon /icons/back.gif ..
AddIcon /icons/hand.right.gif README
AddIcon /icons/folder.gif ^^DIRECTORY^^
AddIcon /icons/blank.gif ^^BLANKICON^^
DefaultIcon /icons/unknown.gif
ReadmeName README.html
HeaderName HEADER.html
IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
AddLanguage ca .ca
AddLanguage cs .cz .cs
AddLanguage da .dk
AddLanguage de .de
AddLanguage el .el
AddLanguage en .en
AddLanguage eo .eo
AddLanguage es .es
AddLanguage et .et
AddLanguage fr .fr
AddLanguage he .he
AddLanguage hr .hr
AddLanguage it .it
AddLanguage ja .ja
AddLanguage ko .ko
AddLanguage ltz .ltz
AddLanguage nl .nl
AddLanguage nn .nn
AddLanguage no .no
AddLanguage pl .po
AddLanguage pt .pt
AddLanguage pt-BR .pt-br
AddLanguage ru .ru
AddLanguage sv .sv
AddLanguage zh-CN .zh-cn
AddLanguage zh-TW .zh-tw
LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv zh-CN zh-TW
ForceLanguagePriority Prefer Fallback
AddDefaultCharset UTF-8
AddCharset ISO-8859-1  .iso8859-1  .latin1
AddCharset ISO-8859-2  .iso8859-2  .latin2 .cen
AddCharset ISO-8859-3  .iso8859-3  .latin3
AddCharset ISO-8859-4  .iso8859-4  .latin4
AddCharset ISO-8859-5  .iso8859-5  .latin5 .cyr .iso-ru
AddCharset ISO-8859-6  .iso8859-6  .latin6 .arb
AddCharset ISO-8859-7  .iso8859-7  .latin7 .grk
AddCharset ISO-8859-8  .iso8859-8  .latin8 .heb
AddCharset ISO-8859-9  .iso8859-9  .latin9 .trk
AddCharset ISO-2022-JP .iso2022-jp .jis
AddCharset ISO-2022-KR .iso2022-kr .kis
AddCharset ISO-2022-CN .iso2022-cn .cis
AddCharset Big5        .Big5       .big5
AddCharset WINDOWS-1251 .cp-1251   .win-1251
AddCharset CP866       .cp866
AddCharset KOI8-r      .koi8-r .koi8-ru
AddCharset KOI8-ru     .koi8-uk .ua
AddCharset ISO-10646-UCS-2 .ucs2
AddCharset ISO-10646-UCS-4 .ucs4
AddCharset UTF-8       .utf8
AddCharset GB2312      .gb2312 .gb 
AddCharset utf-7       .utf7
AddCharset utf-8       .utf8
AddCharset big5        .big5 .b5
AddCharset EUC-TW      .euc-tw
AddCharset EUC-JP      .euc-jp
AddCharset EUC-KR      .euc-kr
AddCharset shift_jis   .sjis
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz
AddType application/x-httpd-php .wml
AddType application/x-httpd-cgi .cgi
AddHandler cgi-script .cgi .pl
AddHandler php-script wml
AddHandler imap-file map
AddHandler type-map var
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
php_value include_path .:/usr/local/lib/zend:/usr/local/lib/php
Alias /error/ "/var/www/error/"


	    
        AllowOverride None
        Options IncludesNoExec
        AddOutputFilter Includes html
        AddHandler type-map var
        Order allow,deny
        Allow from all
        LanguagePriority en es de fr
        ForceLanguagePriority Prefer Fallback
    


BrowserMatch "Mozilla/2" nokeepalive
BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
BrowserMatch "RealPlayer 4\.0" force-response-1.0
BrowserMatch "Java/1\.0" force-response-1.0
BrowserMatch "JDK/1\.0" force-response-1.0
BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
BrowserMatch "^WebDrive" redirect-carefully
BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
BrowserMatch "^gnome-vfs" redirect-carefully



Please help me 
Waiting for all your reply please.</description>
		<content:encoded><![CDATA[<p>I am facing the same problem ..<br />
I can&#8217;t access my cgi-bin folder&#8230;<br />
I am getting the error<br />
&#8220;You don&#8217;t have permission to access /cgi-bin/ on this server.&#8221;<br />
I have set all the permissions for these folders.<br />
I am using a Linux server and my httpd.conf file looks like this.<br />
ServerTokens OS<br />
ServerRoot &#8220;/etc/httpd&#8221;<br />
PidFile run/httpd.pid<br />
Timeout 120<br />
KeepAlive Off<br />
MaxKeepAliveRequests 100<br />
KeepAliveTimeout 15</p>
<p>StartServers       8<br />
MinSpareServers    5<br />
MaxSpareServers   20<br />
ServerLimit      256<br />
MaxClients       256<br />
MaxRequestsPerChild  4000</p>
<p>StartServers         2<br />
MaxClients         150<br />
MinSpareThreads     25<br />
MaxSpareThreads     75<br />
ThreadsPerChild     25<br />
MaxRequestsPerChild  0</p>
<p>Listen 80<br />
LoadModule access_module modules/mod_access.so<br />
LoadModule auth_module modules/mod_auth.so<br />
LoadModule auth_anon_module modules/mod_auth_anon.so<br />
LoadModule auth_dbm_module modules/mod_auth_dbm.so<br />
LoadModule auth_digest_module modules/mod_auth_digest.so<br />
LoadModule ldap_module modules/mod_ldap.so<br />
LoadModule auth_ldap_module modules/mod_auth_ldap.so<br />
LoadModule include_module modules/mod_include.so<br />
LoadModule log_config_module modules/mod_log_config.so<br />
LoadModule env_module modules/mod_env.so<br />
LoadModule mime_magic_module modules/mod_mime_magic.so<br />
LoadModule cern_meta_module modules/mod_cern_meta.so<br />
LoadModule expires_module modules/mod_expires.so<br />
LoadModule deflate_module modules/mod_deflate.so<br />
LoadModule headers_module modules/mod_headers.so<br />
LoadModule usertrack_module modules/mod_usertrack.so<br />
LoadModule setenvif_module modules/mod_setenvif.so<br />
LoadModule mime_module modules/mod_mime.so<br />
LoadModule dav_module modules/mod_dav.so<br />
LoadModule status_module modules/mod_status.so<br />
LoadModule autoindex_module modules/mod_autoindex.so<br />
LoadModule asis_module modules/mod_asis.so<br />
LoadModule info_module modules/mod_info.so<br />
LoadModule dav_fs_module modules/mod_dav_fs.so<br />
LoadModule vhost_alias_module modules/mod_vhost_alias.so<br />
LoadModule negotiation_module modules/mod_negotiation.so<br />
LoadModule dir_module modules/mod_dir.so<br />
LoadModule imap_module modules/mod_imap.so<br />
LoadModule actions_module modules/mod_actions.so<br />
LoadModule speling_module modules/mod_speling.so<br />
LoadModule userdir_module modules/mod_userdir.so<br />
LoadModule alias_module modules/mod_alias.so<br />
LoadModule rewrite_module modules/mod_rewrite.so<br />
LoadModule proxy_module modules/mod_proxy.so<br />
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so<br />
LoadModule proxy_http_module modules/mod_proxy_http.so<br />
LoadModule proxy_connect_module modules/mod_proxy_connect.so<br />
LoadModule cache_module modules/mod_cache.so<br />
LoadModule suexec_module modules/mod_suexec.so<br />
LoadModule disk_cache_module modules/mod_disk_cache.so<br />
LoadModule file_cache_module modules/mod_file_cache.so<br />
LoadModule mem_cache_module modules/mod_mem_cache.so<br />
LoadModule cgi_module modules/mod_cgi.so<br />
Include conf.d/*.conf<br />
User apache<br />
Group apache<br />
ServerAdmin root@localhost<br />
UseCanonicalName Off<br />
DocumentRoot &#8220;/var/www/htdocs&#8221;</p>
<p>	Options FollowSymLinks<br />
	AllowOverride None</p>
<p>    Options Indexes FollowSymLinks +ExecCGI<br />
   	AllowOverride All<br />
    Order allow,deny<br />
    Allow from all</p>
<p>Options +FollowSymLinks</p>
<p>    UserDir disable<br />
RewriteEngine On</p>
<p>DirectoryIndex index.html index.html.var index.cgi<br />
AccessFileName .htaccess<br />
HostnameLookups off</p>
<p>    Order allow,deny<br />
    Deny from all<br />
	HostnameLookups on</p>
<p>TypesConfig /etc/mime.types<br />
DefaultType text/plain</p>
<p>    MIMEMagicFile conf/magic</p>
<p>HostnameLookups Off<br />
ErrorLog logs/error_log<br />
LogLevel warn<br />
LogFormat &#8220;%h %l %u %t \&#8221;%r\&#8221; %&gt;s %b \&#8221;%{Referer}i\&#8221; \&#8221;%{User-Agent}i\&#8221;" combined<br />
LogFormat &#8220;%h %l %u %t \&#8221;%r\&#8221; %&gt;s %b&#8221; common<br />
LogFormat &#8220;%{Referer}i -&gt; %U&#8221; referer<br />
LogFormat &#8220;%{User-agent}i&#8221; agent<br />
CustomLog logs/access_log combined<br />
ServerSignature On<br />
Alias /icons/ &#8220;/var/www/icons/&#8221;</p>
<p>    Options Indexes MultiViews<br />
    AllowOverride None<br />
    Order allow,deny<br />
    Allow from all</p>
<p>    # Location of the WebDAV lock database.<br />
    DAVLockDB /var/lib/dav/lockdb</p>
<p>ScriptAlias /cgi-bin/ &#8220;/var/www/htdocs/cgi-bin/&#8221;</p>
<p>    AllowOverride None<br />
    Options None<br />
    Order allow,deny<br />
    Allow from all</p>
<p>IndexOptions FancyIndexing VersionSort NameWidth=*<br />
AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip<br />
AddIconByType (TXT,/icons/text.gif) text/*<br />
AddIconByType (IMG,/icons/image2.gif) image/*<br />
AddIconByType (SND,/icons/sound2.gif) audio/*<br />
AddIconByType (VID,/icons/movie.gif) video/*<br />
AddIcon /icons/binary.gif .bin .exe<br />
AddIcon /icons/binhex.gif .hqx<br />
AddIcon /icons/tar.gif .tar<br />
AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv<br />
AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip<br />
AddIcon /icons/a.gif .ps .ai .eps<br />
AddIcon /icons/layout.gif .html .shtml .htm .pdf<br />
AddIcon /icons/text.gif .txt<br />
AddIcon /icons/c.gif .c<br />
AddIcon /icons/p.gif .pl .py<br />
AddIcon /icons/f.gif .for<br />
AddIcon /icons/dvi.gif .dvi<br />
AddIcon /icons/uuencoded.gif .uu<br />
AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl<br />
AddIcon /icons/tex.gif .tex<br />
AddIcon /icons/bomb.gif core<br />
AddIcon /icons/back.gif ..<br />
AddIcon /icons/hand.right.gif README<br />
AddIcon /icons/folder.gif ^^DIRECTORY^^<br />
AddIcon /icons/blank.gif ^^BLANKICON^^<br />
DefaultIcon /icons/unknown.gif<br />
ReadmeName README.html<br />
HeaderName HEADER.html<br />
IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t<br />
AddLanguage ca .ca<br />
AddLanguage cs .cz .cs<br />
AddLanguage da .dk<br />
AddLanguage de .de<br />
AddLanguage el .el<br />
AddLanguage en .en<br />
AddLanguage eo .eo<br />
AddLanguage es .es<br />
AddLanguage et .et<br />
AddLanguage fr .fr<br />
AddLanguage he .he<br />
AddLanguage hr .hr<br />
AddLanguage it .it<br />
AddLanguage ja .ja<br />
AddLanguage ko .ko<br />
AddLanguage ltz .ltz<br />
AddLanguage nl .nl<br />
AddLanguage nn .nn<br />
AddLanguage no .no<br />
AddLanguage pl .po<br />
AddLanguage pt .pt<br />
AddLanguage pt-BR .pt-br<br />
AddLanguage ru .ru<br />
AddLanguage sv .sv<br />
AddLanguage zh-CN .zh-cn<br />
AddLanguage zh-TW .zh-tw<br />
LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv zh-CN zh-TW<br />
ForceLanguagePriority Prefer Fallback<br />
AddDefaultCharset UTF-8<br />
AddCharset ISO-8859-1  .iso8859-1  .latin1<br />
AddCharset ISO-8859-2  .iso8859-2  .latin2 .cen<br />
AddCharset ISO-8859-3  .iso8859-3  .latin3<br />
AddCharset ISO-8859-4  .iso8859-4  .latin4<br />
AddCharset ISO-8859-5  .iso8859-5  .latin5 .cyr .iso-ru<br />
AddCharset ISO-8859-6  .iso8859-6  .latin6 .arb<br />
AddCharset ISO-8859-7  .iso8859-7  .latin7 .grk<br />
AddCharset ISO-8859-8  .iso8859-8  .latin8 .heb<br />
AddCharset ISO-8859-9  .iso8859-9  .latin9 .trk<br />
AddCharset ISO-2022-JP .iso2022-jp .jis<br />
AddCharset ISO-2022-KR .iso2022-kr .kis<br />
AddCharset ISO-2022-CN .iso2022-cn .cis<br />
AddCharset Big5        .Big5       .big5<br />
AddCharset WINDOWS-1251 .cp-1251   .win-1251<br />
AddCharset CP866       .cp866<br />
AddCharset KOI8-r      .koi8-r .koi8-ru<br />
AddCharset KOI8-ru     .koi8-uk .ua<br />
AddCharset ISO-10646-UCS-2 .ucs2<br />
AddCharset ISO-10646-UCS-4 .ucs4<br />
AddCharset UTF-8       .utf8<br />
AddCharset GB2312      .gb2312 .gb<br />
AddCharset utf-7       .utf7<br />
AddCharset utf-8       .utf8<br />
AddCharset big5        .big5 .b5<br />
AddCharset EUC-TW      .euc-tw<br />
AddCharset EUC-JP      .euc-jp<br />
AddCharset EUC-KR      .euc-kr<br />
AddCharset shift_jis   .sjis<br />
AddType application/x-compress .Z<br />
AddType application/x-gzip .gz .tgz<br />
AddType application/x-httpd-php .wml<br />
AddType application/x-httpd-cgi .cgi<br />
AddHandler cgi-script .cgi .pl<br />
AddHandler php-script wml<br />
AddHandler imap-file map<br />
AddHandler type-map var<br />
AddType text/html .shtml<br />
AddOutputFilter INCLUDES .shtml<br />
php_value include_path .:/usr/local/lib/zend:/usr/local/lib/php<br />
Alias /error/ &#8220;/var/www/error/&#8221;</p>
<p>        AllowOverride None<br />
        Options IncludesNoExec<br />
        AddOutputFilter Includes html<br />
        AddHandler type-map var<br />
        Order allow,deny<br />
        Allow from all<br />
        LanguagePriority en es de fr<br />
        ForceLanguagePriority Prefer Fallback</p>
<p>BrowserMatch &#8220;Mozilla/2&#8243; nokeepalive<br />
BrowserMatch &#8220;MSIE 4\.0b2;&#8221; nokeepalive downgrade-1.0 force-response-1.0<br />
BrowserMatch &#8220;RealPlayer 4\.0&#8243; force-response-1.0<br />
BrowserMatch &#8220;Java/1\.0&#8243; force-response-1.0<br />
BrowserMatch &#8220;JDK/1\.0&#8243; force-response-1.0<br />
BrowserMatch &#8220;Microsoft Data Access Internet Publishing Provider&#8221; redirect-carefully<br />
BrowserMatch &#8220;^WebDrive&#8221; redirect-carefully<br />
BrowserMatch &#8220;^WebDAVFS/1.[012]&#8221; redirect-carefully<br />
BrowserMatch &#8220;^gnome-vfs&#8221; redirect-carefully</p>
<p>Please help me<br />
Waiting for all your reply please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laman Web Kerengga &#187; Blog Archive &#187; Two tips for fixing Apache problems</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apache-problems/#comment-28519</link>
		<dc:creator>Laman Web Kerengga &#187; Blog Archive &#187; Two tips for fixing Apache problems</dc:creator>
		<pubDate>Tue, 26 Dec 2006 04:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elharo.com/blog/?p=79#comment-28519</guid>
		<description>[...] Tips from : http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apache-problems/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Tips from : <a href="http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apache-problems/" rel="nofollow">http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apache-problems/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antoine</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apache-problems/#comment-18948</link>
		<dc:creator>Antoine</dc:creator>
		<pubDate>Sat, 04 Nov 2006 18:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elharo.com/blog/?p=79#comment-18948</guid>
		<description>Thx for the tip, just fixed my problems with Mod_rewrite on OS X.</description>
		<content:encoded><![CDATA[<p>Thx for the tip, just fixed my problems with Mod_rewrite on OS X.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yeago</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apache-problems/#comment-12499</link>
		<dc:creator>Yeago</dc:creator>
		<pubDate>Fri, 08 Sep 2006 02:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elharo.com/blog/?p=79#comment-12499</guid>
		<description>Strangely, I get this and yet the top of my .htaccess is:

Options +FollowSymlinks
RewriteEngine On

Wonder what's happening. It seems to be prompting a 403 Forbidden on a perl script.</description>
		<content:encoded><![CDATA[<p>Strangely, I get this and yet the top of my .htaccess is:</p>
<p>Options +FollowSymlinks<br />
RewriteEngine On</p>
<p>Wonder what&#8217;s happening. It seems to be prompting a 403 Forbidden on a perl script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ron</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apache-problems/#comment-10716</link>
		<dc:creator>ron</dc:creator>
		<pubDate>Tue, 15 Aug 2006 06:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elharo.com/blog/?p=79#comment-10716</guid>
		<description>This would be helpful to know if your running apache 2.

http://www.gostubby.com/117.pc.specs.html</description>
		<content:encoded><![CDATA[<p>This would be helpful to know if your running apache 2.</p>
<p><a href="http://www.gostubby.com/117.pc.specs.html" rel="nofollow">http://www.gostubby.com/117.pc.specs.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apache-problems/#comment-8844</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Sun, 23 Jul 2006 09:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elharo.com/blog/?p=79#comment-8844</guid>
		<description>Thank you.

I was setting up a virtual host on a windows test pc and also had the same problem.
I have solved it slightly different though:
In httpd.conf I put
Options All in between the directory tags of my vhost directory
After that nothing was required to change in .htaccess and rewriting works fine.

I am putting up my findings on my blog on 
http://www.hotdownloads.org</description>
		<content:encoded><![CDATA[<p>Thank you.</p>
<p>I was setting up a virtual host on a windows test pc and also had the same problem.<br />
I have solved it slightly different though:<br />
In httpd.conf I put<br />
Options All in between the directory tags of my vhost directory<br />
After that nothing was required to change in .htaccess and rewriting works fine.</p>
<p>I am putting up my findings on my blog on<br />
<a href="http://www.hotdownloads.org" rel="nofollow">http://www.hotdownloads.org</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Stabij</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apache-problems/#comment-8828</link>
		<dc:creator>Erik Stabij</dc:creator>
		<pubDate>Sat, 22 Jul 2006 21:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elharo.com/blog/?p=79#comment-8828</guid>
		<description>Hello,
thank you for your tip.
I was working on the configuration of some virtual hosts using Apache on a windows testpc and could not get the rewriting using .htaccess to work.
Then I saw the "[Sat Jul 22 22:44:38 2006] [error] [client 127.0.0.1] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden" line in the Apache error.log. I Googled a bit and there you go you gave the needed lead to the solution:
I have put in httpd.conf:

...

    Options All
 ...

 

Thanks
Erik Stabij
http://www.hotdownloads.org</description>
		<content:encoded><![CDATA[<p>Hello,<br />
thank you for your tip.<br />
I was working on the configuration of some virtual hosts using Apache on a windows testpc and could not get the rewriting using .htaccess to work.<br />
Then I saw the &#8220;[Sat Jul 22 22:44:38 2006] [error] [client 127.0.0.1] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden&#8221; line in the Apache error.log. I Googled a bit and there you go you gave the needed lead to the solution:<br />
I have put in httpd.conf:</p>
<p>&#8230;</p>
<p>    Options All<br />
 &#8230;</p>
<p>Thanks<br />
Erik Stabij<br />
<a href="http://www.hotdownloads.org" rel="nofollow">http://www.hotdownloads.org</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mariuz</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apache-problems/#comment-1913</link>
		<dc:creator>mariuz</dc:creator>
		<pubDate>Tue, 16 May 2006 09:14:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elharo.com/blog/?p=79#comment-1913</guid>
		<description>thanks for the tip ,  we installed some phpbb module and had the same errors , now is fixed</description>
		<content:encoded><![CDATA[<p>thanks for the tip ,  we installed some phpbb module and had the same errors , now is fixed</p>
]]></content:encoded>
	</item>
</channel>
</rss>
