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.