× 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.



Here is mine.  There are some directives for the RSP server, you can ignore
those.  They would not effect your issue.

LoadModule rsp_module /QSYS.LIB/#RSPLIB.LIB/MOD_RSPV5.SRVPGM
LoadModule mod_auth_DB2400 /QSYS.LIB/APACHEEXT.LIB/QMDAUTDB2.SRVPGM
Listen 10.1.1.206:80
DocumentRoot /www/intra/htdocs
Options -ExecCGI -FollowSymLinks -SymLinksIfOwnerMatch -Includes -IncludesNO
EXEC -MultiViews -Indexes
ErrorLog logs/basic_error_log
LogLevel error
DirectoryIndex index.rsp index.htm index.html
UseCanonicalName Off
DefaultType text/html
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
LogFormat "%{User-agent}i" agent
LogFormat "%{Referer}i -> %U" referer
LogFormat "%h %l %u %t \"%r\" %>s %b" common
CustomLog logs/access_log combined
BrowserMatch "Mozilla/2" nokeepalive
BrowserMatch "JDK/1\.0" force-response-1.0
BrowserMatch "Java/1\.0" force-response-1.0
BrowserMatch "Java/1\.0" force-response-1.0
BrowserMatch "RealPlayer 4\.0" force-response-1.0
BrowserMatch "MSIE 4\.0b2;" nokeepalive force-response-1.0

RSPLogFile logs/rsplog
RSPServerName DTI
RSPSessionName DTISession
AddHandler rsp-module rsp

  <Directory />
     AllowOverride None
     order deny,allow
     deny from all
  </Directory>
  <Directory /www/intra/htdocs>
     AllowOverride None
     order allow,deny
     allow from all
  </Directory>

Schadd Gray
Damon Technologies, Inc.
www.damontech.com

----- Original Message ----- 
From: "Eyers, Daniel" <daniel.eyers@xxxxxxxxxxxxx>
To: "'Web Enabling the AS400 / iSeries'" <web400@xxxxxxxxxxxx>
Sent: Friday, September 26, 2003 11:25 AM
Subject: RE: [WEB400] Apache having problems coping with embedded
spaces -Clarification


> The CCSID is still at 037, I don't think the PTF has been installed,
however...
>
> Can you email me your apache .conf for comparison???
>
> thanks
>
> dan
>
>
> -----Original Message-----
> From: Schadd Gray [mailto:list@xxxxxxxxxxxxx]
> Sent: Friday, September 26, 2003 11:11 AM
> To: Web Enabling the AS400 / iSeries
> Subject: Re: [WEB400] Apache having problems coping with embedded spaces
> -Clarification
>
>
> None of the directives in your httpd.conf are incorrect.  Did someone
change
> your CCSID back to 65535?  Do you have HTTP Server Group PTF SF99156
loaded
> on your box?  It brings the Apache server up to 2.0.43 (a much better
> version).
>
> Schadd Gray
> Damon Technologies, Inc.
> www.damontech.com
>
> ----- Original Message ----- 
> From: "Eyers, Daniel" <daniel.eyers@xxxxxxxxxxxxx>
> To: "'Web Enabling the AS400 / iSeries'" <web400@xxxxxxxxxxxx>
> Sent: Thursday, September 25, 2003 7:30 PM
> Subject: RE: [WEB400] Apache having problems coping with embedded
> spaces -Clarification
>
>
> > 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 -IncludesNo
> Exec -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
> > _______________________________________________
> > This is the Web Enabling the AS400 / iSeries (WEB400) mailing list
> > To post a message email: WEB400@xxxxxxxxxxxx
> > To subscribe, unsubscribe, or change list options,
> > visit: http://lists.midrange.com/mailman/listinfo/web400
> > or email: WEB400-request@xxxxxxxxxxxx
> > Before posting, please take a moment to review the archives
> > at http://archive.midrange.com/web400.
> >
> >
>
> _______________________________________________
> This is the Web Enabling the AS400 / iSeries (WEB400) mailing list
> To post a message email: WEB400@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/web400
> or email: WEB400-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/web400.
> _______________________________________________
> This is the Web Enabling the AS400 / iSeries (WEB400) mailing list
> To post a message email: WEB400@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/web400
> or email: WEB400-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/web400.
>
>


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

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.