The following reply was made to PR general/1877; it has been noted by GNATS.

From: Dean Gaudet <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc:  Subject: RE: general/1877: http://hostname:prot/~username not found (fwd)
Date: Thu, 26 Feb 1998 14:33:11 -0800 (PST)

 ---------- Forwarded message ----------
 From: Matthew McGillis <[EMAIL PROTECTED]>
 To: 'Dean Gaudet' <[EMAIL PROTECTED]>
 Subject: RE: general/1877: http://hostname:prot/~username not found
 Date: Thu, 26 Feb 1998 14:29:55 -0800
 
 The files are included I wouldn't call them minimal but thats what they
 are.
 
 --------------------------httpd.conf
 ServerType standalone
 Port 8080
 HostnameLookups on
 User #207
 Group #20
 BrowserMatch Mozilla/2 nokeepalive
 ServerAdmin [EMAIL PROTECTED]
 ServerRoot /home/mmcgilli/tools/apache
 ErrorLog logs/error_log
 TransferLog logs/access_log
 PidFile logs/httpd.pid
 ScoreBoardFile logs/apache_status
 ServerName hpls01.starbucks.net
 Timeout 300
 KeepAlive On
 MaxKeepAliveRequests 100
 KeepAliveTimeout 15
 MinSpareServers 5
 MaxSpareServers 10
 StartServers 5
 MaxClients 150
 MaxRequestsPerChild 30
 Listen 8080
 
 ------------------------------access.conf
 <Directory /home/mmcgilli/www>
 Options Indexes FollowSymLinks
 AllowOverride None
 order allow,deny
 allow from all
 </Directory>
 
 <Directory /home/mmcgilli/tools/apache/cgi-bin>
 AllowOverride None
 Options None
 </Directory>
 
 <Directory /home/mmcgilli/public_html/cgi-bin>
 AllowOverride None
 Options None
 </Directory>
 
 <Directory /home/mmcgilli/tools/apache/icons>
 AllowOverride None
 Options None
 </Directory>
 
 
 -----------------------------srn.conf
 DocumentRoot /home/mmcgilli/www
 UserDir public_html
 DirectoryIndex index.html
 FancyIndexing on
 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
 HeaderName HEADER
 IndexIgnore */.??* *~ *# */HEADER* */README* */RCS
 AccessFileName .htaccess
 DefaultType text/plain
 AddEncoding x-compress Z
 AddEncoding x-gzip gz
 AddLanguage en .en
 AddLanguage fr .fr
 AddLanguage de .de
 AddLanguage da .da
 AddLanguage el .el
 AddLanguage it .it
 LanguagePriority en fr de
 Alias /icons/ /home/mmcgilli/tools/apache/icons/
 ScriptAlias /cgi-bin/ /home/mmcgilli/tools/apache/cgi-bin/
 ScriptAlias /~mmcgilli/cgi-bin/ /home/mmcgilli/public_html/cgi-bin/
 
 
 

Reply via email to