Having followed through Giovanni's instructions on manually 
implementing an Apache instance (FAQ 39), I have hit the above error 
on the directory where my home page is located (/www/testa/htdocs/). 
I have ensured that the profile QTMHHTTP has rights to the 
directories.

My config is very simple and copied straight from Giovanni's version. 
Just changed the name 'mama' to 'testa' everywhere and the server 
instance comes up fine. But if I run http://999.999.99.9:8742 I get 
a '403' and the above message (ZSRV_MSG0356) in the log. My config 
looks like this

ServerRoot /www/testa
DocumentRoot /www/testa/htdocs
Listen 8742
CGIConvMode %%EBCDIC/EBCDIC%%
MaxCGIJobs 40
MaxPersistentCGI 70
DefaultFsCCSID 37
DefaultNetCCSID 819 

Options +ExecCGI +FollowSymLinks +SymLinksIfOwnerMatch -Includes -
Indexes -MultiViews
ThreadsPerChild 40
UseCanonicalName Off
TimeOut 120
ErrorLog logs/basic_error_log
IdentityCheck On
LogFormat "%h %l %u %t \"%r\" %>s %b" common
CustomLog logs/access_log Common
LogMaint logs/basic_error_log 30 0
LogMaint logs/access_log 30 0
BrowserMatch "Mozilla/2" nokeepalive
BrowserMatch "JDK/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 downgrade-1.0 force-response-
1.0
<Directory />
   Order Deny,Allow
   Deny From all
</Directory>
<Directory /www/testa/htdocs>
   Order Allow,Deny
   Allow From all
</Directory>


Any ideas? Thanks....
    





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/wbFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Easy400Group/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to