[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



John


-----Original Message-----
From: ale-bounces at ale.org [<a  rel="nofollow" href="mailto:ale-bounces";>mailto:ale-bounces</a> at ale.org]On Behalf Of Dow
Hurst
Sent: Wednesday, March 31, 2004 9:53 AM
To: Atlanta Linux Enthusiasts
Subject: Re: [ale] Problems with &quot;browsing&quot; apache protected folders


I am not answering your question cause I don't know it!  But, shouldn't your 
policy be deny then allow?  And, why would you allow following symlinks? Just 
curious as to your reasons since I thought both of those were not the best 
policy to follow.  I knew a little about 1.3 series but haven't had to deal 
with the 2 version at all.
Dow


Armsby John-G16665 wrote:
&gt; All,
&gt; 
&gt; I have been struggling with RedHat 9, Apache2, and password protected folders under the document root.  
&gt; 
&gt; The good:  I can password selected directories/folders via the Directory directive in httpd.conf.  I can type in the appropriate URL and a password popup appears.
&gt; 
&gt; The bad:  With apache 1.3.x I could select the appropriate URL pointing to a folder  under the document root system and &quot;browse&quot; down the directory system until I selected the password protected folder.  Double clicking on the password protected folder resulted in a password popup.  With apache 2 I can still browse but I CAN NO LONGER &quot;SEE&quot; THE PROTECTED FOLDER.  IT IS INVISIBLE!   If I remove/comment the Directory directive, I can now &quot;see&quot; the now unprotected folder.
&gt; 
&gt; I am stumped.  A complication is that I am running (successfully) a virtual server.  Virtual 1 is on port 80.  Virtual 2 is port 727.  Apache specified I had to create two virtual servers, no one for the 727 port.
&gt; 
&gt; Below is my httpd.conf.  I have cross posted to the apache configuration group.
&gt; 
&gt; Any help would be appreciated.
&gt; 
&gt; John
&gt; 
&gt; 
&gt; 
&gt; 
&gt; 
&gt;&gt;ServerTokens OS
&gt;&gt;
&gt;&gt;ServerRoot &quot;/etc/httpd&quot;
&gt;&gt;
&gt;&gt;
&gt;&gt;PidFile run/httpd.pid
&gt;&gt;
&gt;&gt;Timeout 300
&gt;&gt;
&gt;&gt;KeepAlive Off
&gt;&gt;
&gt;&gt;MaxKeepAliveRequests 100
&gt;&gt;
&gt;&gt;KeepAliveTimeout 15
&gt;&gt;
&gt;&gt;
&gt;&gt;&lt;IfModule prefork.c&gt;
&gt;&gt;StartServers       8
&gt;&gt;MinSpareServers    5
&gt;&gt;MaxSpareServers   20
&gt;&gt;MaxClients       150
&gt;&gt;MaxRequestsPerChild  1000
&gt;&gt;&lt;/IfModule&gt;
&gt;&gt;
&gt;&gt;&lt;IfModule worker.c&gt;
&gt;&gt;StartServers         2
&gt;&gt;MaxClients         150
&gt;&gt;MinSpareThreads     25
&gt;&gt;MaxSpareThreads     75
&gt;&gt;ThreadsPerChild     25
&gt;&gt;MaxRequestsPerChild  0
&gt;&gt;&lt;/IfModule&gt;
&gt;&gt;
&gt;&gt;&lt;IfModule perchild.c&gt;
&gt;&gt;NumServers           5
&gt;&gt;StartThreads         5
&gt;&gt;MinSpareThreads      5
&gt;&gt;MaxSpareThreads     10
&gt;&gt;MaxThreadsPerChild  20
&gt;&gt;MaxRequestsPerChild  0
&gt;&gt;&lt;/IfModule&gt;
&gt;&gt;
&gt;&gt;Listen 80
&gt;&gt;Listen 727
&gt;&gt;
&gt;&gt;Include conf.d/*.conf
&gt;&gt;
&gt;&gt;LoadModule access_module modules/mod_access.so
&gt;&gt;LoadModule auth_module modules/mod_auth.so
&gt;&gt;LoadModule auth_anon_module modules/mod_auth_anon.so
&gt;&gt;LoadModule auth_dbm_module modules/mod_auth_dbm.so
&gt;&gt;LoadModule auth_digest_module modules/mod_auth_digest.so
&gt;&gt;LoadModule include_module modules/mod_include.so
&gt;&gt;LoadModule log_config_module modules/mod_log_config.so
&gt;&gt;LoadModule env_module modules/mod_env.so
&gt;&gt;LoadModule mime_magic_module modules/mod_mime_magic.so
&gt;&gt;LoadModule cern_meta_module modules/mod_cern_meta.so
&gt;&gt;LoadModule expires_module modules/mod_expires.so
&gt;&gt;LoadModule headers_module modules/mod_headers.so
&gt;&gt;LoadModule usertrack_module modules/mod_usertrack.so
&gt;&gt;LoadModule unique_id_module modules/mod_unique_id.so
&gt;&gt;LoadModule setenvif_module modules/mod_setenvif.so
&gt;&gt;LoadModule mime_module modules/mod_mime.so
&gt;&gt;LoadModule dav_module modules/mod_dav.so
&gt;&gt;LoadModule status_module modules/mod_status.so
&gt;&gt;LoadModule autoindex_module modules/mod_autoindex.so
&gt;&gt;LoadModule asis_module modules/mod_asis.so
&gt;&gt;LoadModule info_module modules/mod_info.so
&gt;&gt;LoadModule dav_fs_module modules/mod_dav_fs.so
&gt;&gt;LoadModule vhost_alias_module modules/mod_vhost_alias.so
&gt;&gt;LoadModule negotiation_module modules/mod_negotiation.so
&gt;&gt;LoadModule dir_module modules/mod_dir.so
&gt;&gt;LoadModule imap_module modules/mod_imap.so
&gt;&gt;LoadModule actions_module modules/mod_actions.so
&gt;&gt;LoadModule speling_module modules/mod_speling.so
&gt;&gt;LoadModule userdir_module modules/mod_userdir.so
&gt;&gt;LoadModule alias_module modules/mod_alias.so
&gt;&gt;LoadModule rewrite_module modules/mod_rewrite.so
&gt;&gt;LoadModule proxy_module modules/mod_proxy.so
&gt;&gt;LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
&gt;&gt;LoadModule proxy_http_module modules/mod_proxy_http.so
&gt;&gt;LoadModule proxy_connect_module modules/mod_proxy_connect.so
&gt;&gt;
&gt;&gt;&lt;IfModule prefork.c&gt;
&gt;&gt;LoadModule cgi_module modules/mod_cgi.so
&gt;&gt;&lt;/IfModule&gt;
&gt;&gt;
&gt;&gt;&lt;IfModule worker.c&gt;
&gt;&gt;LoadModule cgid_module modules/mod_cgid.so
&gt;&gt;&lt;/IfModule&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;User apache
&gt;&gt;Group dc
&gt;&gt;
&gt;&gt;ServerAdmin john.armsby at motorola.com
&gt;&gt;
&gt;&gt;ServerName xena2
&gt;&gt;UseCanonicalName Off
&gt;&gt;
&gt;&gt;DocumentRoot &quot;/var/www/html&quot;
&gt;&gt;
&gt;&gt;&lt;Directory /&gt;
&gt;&gt;    Options FollowSymLinks
&gt;&gt;    AllowOverride None
&gt;&gt;&lt;/Directory&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;&lt;Directory &quot;/var/www/html&quot;&gt;
&gt;&gt;
&gt;&gt;    Options Indexes FollowSymLinks
&gt;&gt;
&gt;&gt;    AllowOverride None
&gt;&gt;
&gt;&gt;    Order allow,deny
&gt;&gt;    Allow from all
&gt;&gt;
&gt;&gt;&lt;/Directory&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;&lt;LocationMatch &quot;^/$&gt;
&gt;&gt;    Options -Indexes
&gt;&gt;    ErrorDocument 403 /error/noindex.html
&gt;&gt;&lt;/LocationMatch&gt;
&gt;&gt;
&gt;&gt;&lt;IfModule mod_userdir.c&gt;
&gt;&gt;    UserDir disable
&gt;&gt;
&gt;&gt;
&gt;&gt;&lt;/IfModule&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;DirectoryIndex index.html index.html.var
&gt;&gt;
&gt;&gt;AccessFileName .htaccess
&gt;&gt;
&gt;&gt;&lt;Files ~ &quot;^\.ht&quot;&gt;
&gt;&gt;    Order allow,deny
&gt;&gt;    Deny from all
&gt;&gt;&lt;/Files&gt;
&gt;&gt;
&gt;&gt;TypesConfig /etc/mime.types
&gt;&gt;
&gt;&gt;DefaultType text/plain
&gt;&gt;
&gt;&gt;&lt;IfModule mod_mime_magic.c&gt;
&gt;&gt;    MIMEMagicFile conf/magic
&gt;&gt;&lt;/IfModule&gt;
&gt;&gt;
&gt;&gt;HostnameLookups Off
&gt;&gt;
&gt;&gt;ErrorLog logs/error_log
&gt;&gt;
&gt;&gt;LogLevel warn
&gt;&gt;
&gt;&gt;LogFormat &quot;%h %l %u %t \&quot;%r\&quot; %&gt;s %b \&quot;%{Referer}i\&quot; \&quot;%{User-Agent}i\&quot;&quot;
&gt; 
&gt; combined
&gt; 
&gt;&gt;LogFormat &quot;%h %l %u %t \&quot;%r\&quot; %&gt;s %b&quot; common
&gt;&gt;LogFormat &quot;%{Referer}i -&gt; %U&quot; referer
&gt;&gt;LogFormat &quot;%{User-agent}i&quot; agent
&gt;&gt;
&gt;&gt;CustomLog logs/access_log combined
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;ServerSignature On
&gt;&gt;
&gt;&gt;Alias /icons/ &quot;/var/www/icons/&quot;
&gt;&gt;
&gt;&gt;&lt;Directory &quot;/var/www/icons&quot;&gt;
&gt;&gt;    Options Indexes MultiViews
&gt;&gt;    AllowOverride None
&gt;&gt;    Order allow,deny
&gt;&gt;    Allow from all
&gt;&gt;&lt;/Directory&gt;
&gt;&gt;
&gt;&gt;Alias /manual &quot;/var/www/manual&quot;
&gt;&gt;
&gt;&gt;&lt;Directory &quot;/var/www/manual&quot;&gt;
&gt;&gt;    Options Indexes FollowSymLinks MultiViews
&gt;&gt;    AllowOverride None
&gt;&gt;    Order allow,deny
&gt;&gt;    Allow from all
&gt;&gt;&lt;/Directory&gt;
&gt;&gt;
&gt;&gt;&lt;IfModule mod_dav_fs.c&gt;
&gt;&gt;    DAVLockDB /var/lib/dav/lockdb
&gt;&gt;&lt;/IfModule&gt;
&gt;&gt;
&gt;&gt;ScriptAlias /cgi-bin/ &quot;/var/www/cgi-bin/&quot;
&gt;&gt;
&gt;&gt;&lt;IfModule mod_cgid.c&gt;
&gt;&gt;Scriptsock            run/httpd.cgid
&gt;&gt;&lt;/IfModule&gt;
&gt;&gt;
&gt;&gt;&lt;Directory &quot;/var/www/cgi-bin&quot;&gt;
&gt;&gt;    AllowOverride None
&gt;&gt;    Options None
&gt;&gt;    Order allow,deny
&gt;&gt;    Allow from all
&gt;&gt;&lt;/Directory&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;IndexOptions FancyIndexing VersionSort NameWidth=*
&gt;&gt;
&gt;&gt;AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
&gt;&gt;
&gt;&gt;AddIconByType (TXT,/icons/text.gif) text/*
&gt;&gt;AddIconByType (IMG,/icons/image2.gif) image/*
&gt;&gt;AddIconByType (SND,/icons/sound2.gif) audio/*
&gt;&gt;AddIconByType (VID,/icons/movie.gif) video/*
&gt;&gt;
&gt;&gt;AddIcon /icons/binary.gif .bin .exe
&gt;&gt;AddIcon /icons/binhex.gif .hqx
&gt;&gt;AddIcon /icons/tar.gif .tar
&gt;&gt;AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
&gt;&gt;AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
&gt;&gt;AddIcon /icons/a.gif .ps .ai .eps
&gt;&gt;AddIcon /icons/layout.gif .html .shtml .htm .pdf
&gt;&gt;AddIcon /icons/text.gif .txt
&gt;&gt;AddIcon /icons/c.gif .c
&gt;&gt;AddIcon /icons/p.gif .pl .py
&gt;&gt;AddIcon /icons/f.gif .for
&gt;&gt;AddIcon /icons/dvi.gif .dvi
&gt;&gt;AddIcon /icons/uuencoded.gif .uu
&gt;&gt;AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
&gt;&gt;AddIcon /icons/tex.gif .tex
&gt;&gt;AddIcon /icons/bomb.gif core
&gt;&gt;
&gt;&gt;AddIcon /icons/back.gif ..
&gt;&gt;AddIcon /icons/hand.right.gif README
&gt;&gt;AddIcon /icons/folder.gif ^^DIRECTORY^^
&gt;&gt;AddIcon /icons/blank.gif ^^BLANKICON^^
&gt;&gt;
&gt;&gt;DefaultIcon /icons/unknown.gif
&gt;&gt;
&gt;&gt;
&gt;&gt;ReadmeName README.html
&gt;&gt;HeaderName HEADER.html
&gt;&gt;
&gt;&gt;
&gt;&gt;AddEncoding x-compress Z
&gt;&gt;AddEncoding x-gzip gz tgz
&gt;&gt;
&gt;&gt;AddLanguage da .dk
&gt;&gt;AddLanguage nl .nl
&gt;&gt;AddLanguage en .en
&gt;&gt;AddLanguage et .et
&gt;&gt;AddLanguage fr .fr
&gt;&gt;AddLanguage de .de
&gt;&gt;AddLanguage he .he
&gt;&gt;AddLanguage el .el
&gt;&gt;AddLanguage it .it
&gt;&gt;AddLanguage ja .ja
&gt;&gt;AddLanguage pl .po
&gt;&gt;AddLanguage kr .kr
&gt;&gt;AddLanguage pt .pt
&gt;&gt;AddLanguage nn .nn
&gt;&gt;AddLanguage no .no
&gt;&gt;AddLanguage pt-br .pt-br
&gt;&gt;AddLanguage ltz .ltz
&gt;&gt;AddLanguage ca .ca
&gt;&gt;AddLanguage es .es
&gt;&gt;AddLanguage sv .se
&gt;&gt;AddLanguage cz .cz
&gt;&gt;AddLanguage ru .ru
&gt;&gt;AddLanguage tw .tw
&gt;&gt;AddLanguage zh-tw .tw
&gt;&gt;AddLanguage hr .hr
&gt;&gt;
&gt;&gt;LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ltz ca es sv
&gt; 
&gt; tw
&gt; 
&gt;&gt;ForceLanguagePriority Prefer Fallback
&gt;&gt;
&gt;&gt;AddDefaultCharset ISO-8859-1
&gt;&gt;
&gt;&gt;AddCharset ISO-8859-1  .iso8859-1  .latin1
&gt;&gt;AddCharset ISO-8859-2  .iso8859-2  .latin2 .cen
&gt;&gt;AddCharset ISO-8859-3  .iso8859-3  .latin3
&gt;&gt;AddCharset ISO-8859-4  .iso8859-4  .latin4
&gt;&gt;AddCharset ISO-8859-5  .iso8859-5  .latin5 .cyr .iso-ru
&gt;&gt;AddCharset ISO-8859-6  .iso8859-6  .latin6 .arb
&gt;&gt;AddCharset ISO-8859-7  .iso8859-7  .latin7 .grk
&gt;&gt;AddCharset ISO-8859-8  .iso8859-8  .latin8 .heb
&gt;&gt;AddCharset ISO-8859-9  .iso8859-9  .latin9 .trk
&gt;&gt;AddCharset ISO-2022-JP .iso2022-jp .jis
&gt;&gt;AddCharset ISO-2022-KR .iso2022-kr .kis
&gt;&gt;AddCharset ISO-2022-CN .iso2022-cn .cis
&gt;&gt;AddCharset Big5        .Big5       .big5
&gt;&gt;AddCharset WINDOWS-1251 .cp-1251   .win-1251
&gt;&gt;AddCharset CP866       .cp866
&gt;&gt;AddCharset KOI8-r      .koi8-r .koi8-ru
&gt;&gt;AddCharset KOI8-ru     .koi8-uk .ua
&gt;&gt;AddCharset ISO-10646-UCS-2 .ucs2
&gt;&gt;AddCharset ISO-10646-UCS-4 .ucs4
&gt;&gt;AddCharset UTF-8       .utf8
&gt;&gt;
&gt;&gt;AddCharset GB2312      .gb2312 .gb
&gt;&gt;AddCharset utf-7       .utf7
&gt;&gt;AddCharset utf-8       .utf8
&gt;&gt;AddCharset big5        .big5 .b5
&gt;&gt;AddCharset EUC-TW      .euc-tw
&gt;&gt;AddCharset EUC-JP      .euc-jp
&gt;&gt;AddCharset EUC-KR      .euc-kr
&gt;&gt;AddCharset shift_jis   .sjis
&gt;&gt;
&gt;&gt;AddType application/x-tar .tgz
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;AddHandler imap-file map
&gt;&gt;
&gt;&gt;AddHandler type-map var
&gt;&gt;
&gt;&gt;AddOutputFilter INCLUDES .shtml
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;Alias /error/ &quot;/var/www/error/&quot;
&gt;&gt;
&gt;&gt;&lt;IfModule mod_negotiation.c&gt;
&gt;&gt;&lt;IfModule mod_include.c&gt;
&gt;&gt;    &lt;Directory &quot;/var/www/error&quot;&gt;
&gt;&gt;        AllowOverride None
&gt;&gt;        Options IncludesNoExec
&gt;&gt;        AddOutputFilter Includes html
&gt;&gt;        AddHandler type-map var
&gt;&gt;        Order allow,deny
&gt;&gt;        Allow from all
&gt;&gt;        LanguagePriority en es de fr
&gt;&gt;        ForceLanguagePriority Prefer Fallback
&gt;&gt;    &lt;/Directory&gt;
&gt;&gt;
&gt;&gt;    ErrorDocument 400 /error/HTTP_BAD_REQUEST.html.var
&gt;&gt;    ErrorDocument 401 /error/HTTP_UNAUTHORIZED.html.var
&gt;&gt;    ErrorDocument 403 /error/HTTP_FORBIDDEN.html.var
&gt;&gt;    ErrorDocument 404 /error/HTTP_NOT_FOUND.html.var
&gt;&gt;    ErrorDocument 405 /error/HTTP_METHOD_NOT_ALLOWED.html.var
&gt;&gt;    ErrorDocument 408 /error/HTTP_REQUEST_TIME_OUT.html.var
&gt;&gt;    ErrorDocument 410 /error/HTTP_GONE.html.var
&gt;&gt;    ErrorDocument 411 /error/HTTP_LENGTH_REQUIRED.html.var
&gt;&gt;    ErrorDocument 412 /error/HTTP_PRECONDITION_FAILED.html.var
&gt;&gt;    ErrorDocument 413 /error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
&gt;&gt;    ErrorDocument 414 /error/HTTP_REQUEST_URI_TOO_LARGE.html.var
&gt;&gt;    ErrorDocument 415 /error/HTTP_SERVICE_UNAVAILABLE.html.var
&gt;&gt;    ErrorDocument 500 /error/HTTP_INTERNAL_SERVER_ERROR.html.var
&gt;&gt;    ErrorDocument 501 /error/HTTP_NOT_IMPLEMENTED.html.var
&gt;&gt;    ErrorDocument 502 /error/HTTP_BAD_GATEWAY.html.var
&gt;&gt;    ErrorDocument 503 /error/HTTP_SERVICE_UNAVAILABLE.html.var
&gt;&gt;    ErrorDocument 506 /error/HTTP_VARIANT_ALSO_VARIES.html.var
&gt;&gt;
&gt;&gt;&lt;/IfModule&gt;
&gt;&gt;&lt;/IfModule&gt;
&gt;&gt;
&gt;&gt;BrowserMatch &quot;Mozilla/2&quot; nokeepalive
&gt;&gt;BrowserMatch &quot;MSIE 4\.0b2;&quot; nokeepalive downgrade-1.0 force-response-1.0
&gt;&gt;BrowserMatch &quot;RealPlayer 4\.0&quot; force-response-1.0
&gt;&gt;BrowserMatch &quot;Java/1\.0&quot; force-response-1.0
&gt;&gt;BrowserMatch &quot;JDK/1\.0&quot; force-response-1.0
&gt;&gt;
&gt;&gt;BrowserMatch &quot;Microsoft Data Access Internet Publishing Provider&quot;
&gt; 
&gt; redirect-carefully
&gt; 
&gt;&gt;BrowserMatch &quot;^WebDrive&quot; redirect-carefully
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;Options Indexes
&gt;&gt;AuthType Basic
&gt;&gt;AuthName Security
&gt;&gt;AuthUserFile /etc/httpd/pass/passwd
&gt;&gt; &lt;Limit GET&gt;
&gt;&gt;Require user Security
&gt;&gt; &lt;/Limit&gt;
&gt;&gt;&lt;/Directory&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;NameVirtualHost 155.102.104.1:80
&gt;&gt;NameVirtualHost 155.102.104.1:727
&gt;&gt;
&gt;&gt;
&gt;&gt;&lt;VirtualHost 155.102.104.1:80&gt;
&gt;&gt;ServerName xena2
&gt;&gt;DocumentRoot /var/www/html
&gt;&gt;&lt;/VirtualHost&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;&lt;VirtualHost 155.102.104.1:727&gt;
&gt;&gt;ServerName xena2
&gt;&gt;DocumentRoot /var/www/html2
&gt;&gt;&lt;/VirtualHost&gt;
&gt;&gt;
&gt;&gt;
&gt; 
&gt; _______________________________________________
&gt; Ale mailing list
&gt; Ale at ale.org
&gt; <a  rel="nofollow" href="http://www.ale.org/mailman/listinfo/ale";>http://www.ale.org/mailman/listinfo/ale</a>
&gt; 

-- 
__________________________________________________________
Dow Hurst                  Office: 770-499-3428            *
Systems Support Specialist    Fax: 770-423-6744            *
1000 Chastain Rd. Bldg. 12                                 *
Chemistry Department SC428  Email:   dhurst at kennesaw.edu   *
Kennesaw State University         Dow.Hurst at mindspring.com *
Kennesaw, GA 30144                                         *
************************************************************
This message (including any attachments) contains          *
confidential information intended for a specific individual*
and purpose, and is protected by law.  If you are not the  *
intended recipient, you should delete this message and are *
hereby notified that any disclosure, copying, distribution *
of this message, or the taking of any action based on it,  *
is strictly prohibited.                                    *
************************************************************

_______________________________________________
Ale mailing list
Ale at ale.org
<a  rel="nofollow" href="http://www.ale.org/mailman/listinfo/ale";>http://www.ale.org/mailman/listinfo/ale</a>


</pre>
<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<hr>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<ul>
<li>Prev by Date:
<strong><a href="msg01141.html">[ale] Problems with &quot;browsing&quot; apache protected folders</a></strong>
</li>
<li>Next by Date:
<strong><a href="msg01143.html">[ale] OT: Tax cuts boost joblessness, encourage outsourcing</a></strong>
</li>
<li>Previous by thread:
<strong><a href="msg01141.html">[ale] Problems with &quot;browsing&quot; apache protected folders</a></strong>
</li>
<li>Next by thread:
<strong><a href="msg01140.html">[ale] OT: Tax cuts boost joblessness, encourage outsourcing</a></strong>
</li>
<li>Index(es):
<ul>
<li><a href="maillist.html#01142"><strong>Date</strong></a></li>
<li><a href="threads.html#01142"><strong>Thread</strong></a></li>
</ul>
</li>
</ul>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
</body>
</html>