<DIV>hi,<SPAN class="" lang=en id=result_box closure_uid_m94ejk="178" Pc="null" a="undefined" c="4"><SPAN class=hps closure_uid_m94ejk="765" Pc="null">I checked</SPAN> <SPAN class=hps closure_uid_m94ejk="766" Pc="null">all the</SPAN> <SPAN class=hps closure_uid_m94ejk="767" Pc="null">files</SPAN> <SPAN class=hps closure_uid_m94ejk="768" Pc="null">can</SPAN> <SPAN class=hps closure_uid_m94ejk="769" Pc="null">show,</SPAN> <SPAN class=hps closure_uid_m94ejk="770" Pc="null">you can not</SPAN> <SPAN class=hps closure_uid_m94ejk="771" Pc="null">show</SPAN> <SPAN class=hps closure_uid_m94ejk="772" Pc="null">what</SPAN> <SPAN class=hps closure_uid_m94ejk="773" Pc="null">files?</SPAN></SPAN></DIV>
<DIV>I'm very sory,i don't know where is&nbsp; misconfiguration,would you help me?</DIV>
<DIV>&nbsp;</DIV>
<DIV>The httpd.conf&nbsp; is <SPAN class=short_text lang=en id=result_box closure_uid_m94ejk="178" Pc="null" a="undefined" c="4"><SPAN class=hps closure_uid_m94ejk="187" Pc="null">Default</SPAN> <SPAN class=hps closure_uid_m94ejk="188" Pc="null">Configuration:</SPAN></SPAN></DIV>
<DIV>ServerTokens OS<BR>ServerRoot "/etc/httpd"<BR>PidFile run/httpd.pid<BR>Timeout 120<BR>KeepAlive Off<BR>MaxKeepAliveRequests 100<BR>KeepAliveTimeout 15<BR>&lt;IfModule prefork.c&gt;<BR>StartServers&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8<BR>MinSpareServers&nbsp;&nbsp;&nbsp; 5<BR>MaxSpareServers&nbsp;&nbsp; 20<BR>ServerLimit&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 256<BR>MaxClients&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 256<BR>MaxRequestsPerChild&nbsp; 4000<BR>&lt;/IfModule&gt;<BR>&lt;IfModule worker.c&gt;<BR>StartServers&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2<BR>MaxClients&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 150<BR>MinSpareThreads&nbsp;&nbsp;&nbsp;&nbsp; 25<BR>MaxSpareThreads&nbsp;&nbsp;&nbsp;&nbsp; 75 <BR>ThreadsPerChild&nbsp;&nbsp;&nbsp;&nbsp; 25<BR>MaxRequestsPerChild&nbsp; 0<BR>&lt;/IfModule&gt;<BR>Listen 80<BR>LoadModule auth_basic_module modules/mod_auth_basic.so<BR>LoadModule auth_digest_module modules/mod_auth_digest.so<BR>LoadModule authn_file_module modules/mod_authn_file.so<BR>LoadModule authn_alias_module modules/mod_authn_alias.so<BR>LoadModule authn_anon_module modules/mod_authn_anon.so<BR>LoadModule authn_dbm_module modules/mod_authn_dbm.so<BR>LoadModule authn_default_module modules/mod_authn_default.so<BR>LoadModule authz_host_module modules/mod_authz_host.so<BR>LoadModule authz_user_module modules/mod_authz_user.so<BR>LoadModule authz_owner_module modules/mod_authz_owner.so<BR>LoadModule authz_groupfile_module modules/mod_authz_groupfile.so<BR>LoadModule authz_dbm_module modules/mod_authz_dbm.so<BR>LoadModule authz_default_module modules/mod_authz_default.so<BR>LoadModule ldap_module modules/mod_ldap.so<BR>LoadModule authnz_ldap_module modules/mod_authnz_ldap.so<BR>LoadModule include_module modules/mod_include.so<BR>LoadModule log_config_module modules/mod_log_config.so<BR>LoadModule logio_module modules/mod_logio.so<BR>LoadModule env_module modules/mod_env.so<BR>LoadModule ext_filter_module modules/mod_ext_filter.so<BR>LoadModule mime_magic_module modules/mod_mime_magic.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 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 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_balancer_module modules/mod_proxy_balancer.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>LoadModule version_module modules/mod_version.so<BR>Include conf.d/*.conf<BR>User apache<BR>Group apache<BR>ServerAdmin <A href="mailto:root@localhost">root@localhost</A><BR>UseCanonicalName Off<BR>DocumentRoot /var/www/html<BR>&lt;Directory /&gt;<BR>&nbsp;&nbsp;&nbsp; Options FollowSymLinks<BR>&nbsp;&nbsp;&nbsp; AllowOverride None<BR>&lt;/Directory&gt;<BR>&lt;Directory "/var/www/html"&gt;<BR>&nbsp;&nbsp;&nbsp; Options Indexes FollowSymLinks<BR>&nbsp;&nbsp;&nbsp; AllowOverride None<BR>&nbsp;&nbsp;&nbsp; Order allow,deny<BR>&nbsp;&nbsp;&nbsp; Allow from all<BR>&lt;/Directory&gt;<BR>&lt;IfModule mod_userdir.c&gt;<BR>UserDir "disable"<BR>&lt;/IfModule&gt;<BR>DirectoryIndex index.html index.html.var<BR>AccessFileName .htaccess<BR>&lt;Files ~ "^\.ht"&gt;<BR>&nbsp;&nbsp;&nbsp; Order allow,deny<BR>&nbsp;&nbsp;&nbsp; Deny from all<BR>&lt;/Files&gt;<BR>TypesConfig /etc/mime.types<BR>DefaultType text/plain<BR>&lt;IfModule mod_mime_magic.c&gt;<BR>&nbsp;&nbsp;&nbsp; MIMEMagicFile conf/magic<BR>&lt;/IfModule&gt;<BR>HostnameLookups Off<BR>ErrorLog logs/error_log<BR>LogLevel warn<BR>LogFormat "%h %l %u %t \"%r\" %&gt;s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined<BR>LogFormat "%h %l %u %t \"%r\" %&gt;s %b" common<BR>LogFormat "%{Referer}i -&gt; %U" referer<BR>LogFormat "%{User-agent}i" agent<BR>CustomLog logs/access_log combined<BR>ServerSignature On<BR>Alias /icons/ "/var/www/icons/"<BR>&lt;Directory "/var/www/icons"&gt;<BR>&nbsp;&nbsp;&nbsp; Options Indexes MultiViews<BR>&nbsp;&nbsp;&nbsp; AllowOverride None<BR>&nbsp;&nbsp;&nbsp; Order allow,deny<BR>&nbsp;&nbsp;&nbsp; Allow from all<BR>&lt;/Directory&gt;<BR>&lt;IfModule mod_dav_fs.c&gt;<BR>&nbsp;&nbsp;&nbsp; DAVLockDB /var/lib/dav/lockdb<BR>&lt;/IfModule&gt;<BR>ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"<BR>&lt;Directory "/var/www/cgi-bin"&gt;<BR>&nbsp;&nbsp;&nbsp; AllowOverride None<BR>&nbsp;&nbsp;&nbsp; Options None<BR>&nbsp;&nbsp;&nbsp; Order allow,deny<BR>&nbsp;&nbsp;&nbsp; Allow from all<BR>&lt;/Directory&gt;<BR>IndexOptions FancyIndexing VersionSort NameWidth=* HTMLTable<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>AddType application/x-compress .Z<BR>AddType application/x-gzip .gz .tgz<BR>AddHandler type-map var<BR>AddType text/html .shtml<BR>AddOutputFilter INCLUDES .shtml<BR>Alias /error/ "/var/www/error/"<BR>&lt;IfModule mod_negotiation.c&gt;<BR>&lt;IfModule mod_include.c&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;Directory "/var/www/error"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AllowOverride None<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Options IncludesNoExec<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AddOutputFilter Includes html<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AddHandler type-map var<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Order allow,deny<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Allow from all<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LanguagePriority en es de fr<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ForceLanguagePriority Prefer Fallback<BR>&nbsp;&nbsp;&nbsp; &lt;/Directory&gt;<BR>&lt;/IfModule&gt;<BR>&lt;/IfModule&gt;<BR>BrowserMatch "Mozilla/2" nokeepalive<BR>BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0<BR>BrowserMatch "RealPlayer 4\.0" force-response-1.0<BR>BrowserMatch "Java/1\.0" force-response-1.0<BR>BrowserMatch "JDK/1\.0" force-response-1.0<BR>BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully<BR>BrowserMatch "MS FrontPage" redirect-carefully<BR>BrowserMatch "^WebDrive" redirect-carefully<BR>BrowserMatch "^WebDAVFS/1.[0123]" redirect-carefully<BR>BrowserMatch "^gnome-vfs/1.0" redirect-carefully<BR>BrowserMatch "^XML Spy" redirect-carefully<BR>BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully<BR></DIV>
<DIV><includetail>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV style="COLOR: #000">
<DIV style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 12px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; FONT-FAMILY: Arial Narrow">------------------&nbsp;Original&nbsp;------------------</DIV>
<DIV style="PADDING-RIGHT: 8px; PADDING-LEFT: 8px; FONT-SIZE: 12px; BACKGROUND: #efefef; PADDING-BOTTOM: 8px; PADDING-TOP: 8px">
<DIV id=menu_sender><B>From: </B>&nbsp;"Javier Galvez"&lt;jcgalvez@MegaLink.com&gt;;</DIV>
<DIV><B>Date: </B>&nbsp;Thu, Jan 5, 2012 03:44 AM</DIV>
<DIV><B>To: </B>&nbsp;"centos-mirror"&lt;centos-mirror@centos.org&gt;; <WBR></DIV>
<DIV></DIV>
<DIV><B>Subject: </B>&nbsp;[CentOS-mirror] Problem mirroring apache configuration please</DIV></DIV>
<DIV>&nbsp;</DIV>Hello,<BR><BR>I'm writing because I was not able "publish" the files mirrored due to a<BR>httpd.conf misconfiguration (does not show all files)<BR><BR>Please be kind to reply me asap with an apropiate httpd.conf configuration<BR>for apache.<BR><BR>My server is running apache httpd 2.0.40 <BR><BR>thank you a lot<BR><BR>Javier<BR><BR>_______________________________________________<BR>CentOS-mirror mailing list<BR>CentOS-mirror@centos.org<BR>http://lists.centos.org/mailman/listinfo/centos-mirror<BR></DIV></includetail></DIV>