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



It might be helpful to post a copy of your Apache configuration file.

Nathan,

The file is below.

Disclaimer to all - I am not an expert on Apache configuration! The file
below was built on trial and error!

Thanks,

Joe
****************************************************************************
********************

# Configuration originally created by Create HTTP Server wizard on Mon Oct
24 11:18:02 CDT 2005

ScriptAlias /test-cgi-bin/ /QSYS.LIB/TSTWEB.LIB/
ScriptAlias /test-ejw/ /QSYS.LIB/BAWEB.LIB/
ScriptAlias /test-clg/ /QSYS.LIB/CLGWEB.LIB/
Listen xx.xx.xx.xxx:80
##DocumentRoot /www/tstweb/htdocs
Options -ExecCGI -FollowSymLinks -SymLinksIfOwnerMatch -Includes
-IncludesNoExec -Indexes -MultiViews
LogLevel Debug
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
##NameVirtualHost xx.xx.xx.xxx:80
ScriptLog logs/script_log
<VirtualHost xx.xx.xx.xxx:80>
ServerName xxx.xxx.xxx.xxx
DocumentRoot /www/tstweb/htdocs
</VirtualHost>

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
<Directory />
Order Deny,Allow
Deny From all
</Directory>
<Directory /QSYS.LIB/TSTWEB.LIB>
Order Allow,Deny
Allow From all
</Directory>
<Directory /QSYS.LIB/BAWEB.LIB>
Order Allow,Deny
Allow From all
</Directory>
<Directory /QSYS.LIB/CLGWEB.LIB>
Order Allow,Deny
Allow From all
</Directory>
<Directory /www/tstweb/htdocs>
Order Allow,Deny
Allow From all
</Directory>








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.