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



Digging inside an HTTP job I found this in the joblog. The server starts
and runs applications OK. Is this anything to worry about ? We created
this web server to support a Webfacing app and followed IBM
documentation on creating the Apache config
 
Message ID . . . . . . :   HTP8406       Severity . . . . . . . :   20 
     
Message type . . . . . :   Diagnostic                                  
     
Date sent  . . . . . . :   03/29/05      Time sent  . . . . . . :  
09:44:53 
                                                                       
     
Message . . . . :   NameVirtualHost as400adm.pct.edu:1414 has no
VirtualHost.
Cause . . . . . :   NameVirtualHost as400adm.pct.edu:1414 has no
VirtualHost 
  container.                                                           
     
Recovery  . . . :   Correct the problem and try the request again.     
     
Technical description . . . . . . . . :   A NameVirtualHost directive  
     
  as400adm.pct.edu:1414 has been specified but there is no VirtualHost 
     
  container that corresponds to it.                    
 
Apache config
 
 1    LoadModule ibm_ssl_module /QSYS.LIB/QHTTPSVR.LIB/QZSRVSSL.SRVPGM 
2    LoadModule ibm_app_server_http_module
/QSYS.LIB/QHTTPSVR.LIB/QSVTIHSAH.SRVPGM  3    WebSpherePluginConfig
/QIBM/UserData/WebASE/ASE5/pctwas5/config/cells/plugin-cfg.xml  4    #
HTTP server (powered by Apache) configuration  5    DocumentRoot
/www/pctwas5/htdocs  6    ServerRoot /www/pctwas5  7    Options -ExecCGI
-FollowSymLinks -SymLinksIfOwnerMatch -Includes -IncludesNoExec -Indexes
-MultiViews  8    Listen *:1414  9    NameVirtualHost
as400adm.pct.edu:1414  10    ThreadsPerChild 200  11    FileETag +INode
+MTime +Size  12    AcceptThreads 20  13    LogMaint logs/access_log 60
0  14    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-Agent}i\"" combined  15    LogFormat "%{Cookie}n \"%r\" %t"
cookie  16    LogFormat "%{User-agent}i" agent  17    LogFormat
"%{Referer}i -> %U" referer  18    LogFormat "%h %l %u %t \"%r\" %>s %b"
common  19    CustomLog logs/access_log combined env=!LogExclusion  20  
 SetEnvIf "User-Agent" "Mozilla/2" nokeepalive  21    SetEnvIf
"User-Agent" "JDK/1\.0" force-response-1.0  22    SetEnvIf "User-Agent"
"Java/1\.0" force-response-1.0  23    SetEnvIf "User-Agent" "RealPlayer
4\.0" force-response-1.0  24    SetEnvIf "User-Agent" "MSIE 4\.0b2;"
nokeepalive  25    SetEnvIf "User-Agent" "MSIE 4\.0b2;"
force-response-1.0  26    SetEnvIfNoCase Request_URI .gif$ LogExclusion 
27    SetEnvIfNoCase Request_URI .jpg$ LogExclusion  28   
SetEnvIfNoCase Request_URI .js$ LogExclusion  29    SetEnvIfNoCase
Request_URI .css$ LogExclusion  30    SSLEngine On  31    SSLAppName
QIBM_HTTP_SERVER_PCTWAS5  32    CacheLocalSizeLimit 4000  33   
<Directory />  34         Order Deny,Allow  35         Deny From all  36
   </Directory>  37    <Directory /www/pctwas5/htdocs>  38         Order
Allow,Deny  39         Allow From all  40    </Directory>function
OnLoad() {for (i = 0; i < document.forms[0].elements.length; ++i)    if
(document.forms[0].elements[i].type != 'hidden')      
document.forms[0].elements[i].focus()      break    function OnUnload()
{}top.unsavedChanges = false;                      

As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.