× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



crud!!!!  I thought I had it... I changed something in the httpd.conf file and 
now I've lost my spaces, getting instead
euros....

I've built a default apache server and have been messing with the directives 
but to no avail...

# Configuration originally created by Apache Setup Wizard Thu Sep 25 23:34:31 
UTC 2003
Listen *:8888
DocumentRoot /home/pgmrdre
ServerRoot /home/pgmrdre
Options -ExecCGI -FollowSymLinks -SymLinksIfOwnerMatch -Includes 
-IncludesNoExec -Indexes
AddDefaultCharset On

UseCanonicalName Off
AccessFileName .htaccess
DefaultFsCCSID 37
DefaultNetCCSID 819
DefaultType text/html
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" 
combined
LogFormat "%{Cookie}n \"%r\" %t" cookie
LogFormat "%{User-agent}i" agent
LogFormat "%{Referer}i -> %U" referer
LogFormat "%h %l %u %t \"%r\" %>s %b" common
SetEnvIf "User-Agent" "Mozilla/2" nokeepalive
SetEnvIf "User-Agent" "JDK/1\.0" force-response-1.0
SetEnvIf "User-Agent" "Java/1\.0" force-response-1.0
SetEnvIf "User-Agent" "RealPlayer 4\.0" force-response-1.0
SetEnvIf "User-Agent" "MSIE 4\.0b2;" nokeepalive
SetEnvIf "User-Agent" "MSIE 4\.0b2;" force-response-1.0


DirectoryIndex index.html
DefaultLanguage en-US
<Directory />
   Order Deny,Allow
   Deny From all
</Directory>
<Directory /home/pgmrdre>
   Order Allow,Deny
   Allow From all
</Directory>

Anyone see what I am doing wrong????  

thanks

dan

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.