--- Brad Campbell <[EMAIL PROTECTED]> wrote:
> It may be that your webhost (the one that serves
> your instruction page) is looking at the http 
> server header, seeing that the url is not one it
> knows about and rejecting the request. Which httpd 
> are you using and how is it configured?
> For example you may have a httpd on 1.2.3.4 that
> responds to www.google.com and www.apache.org, and 
> it knows what page to present by looking at the
> browser header, as a request for either 
> www.google.com or www.apache.org will both resolve
> to 1.2.3.4. If you send a request to 1.2.3.4 for 
> www.yahoo.com the web server knows it does not serve
> for that domain and will reject the request.
> 
> Perhaps try with something like micro_httpd and see
> if it does what you need? or have your httpd 
> respond to *


Hi Brad  
   Thanks for the mail 
   I have 
      Server version: Apache/2.0.52 and my OS is RHEL4
         
I have the following configuration for the httpd 
                         
                        
                           
ReadmeName README.html
HeaderName HEADER.html



# The following directives modify normal HTTP response
behavior to
# handle known problems with browser implementations.
#
BrowserMatch "Mozilla/2" nokeepalive
BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0
force-response-1.0
BrowserMatch "RealPlayer 4\.0" force-response-1.0
BrowserMatch "Java/1\.0" force-response-1.0
BrowserMatch "JDK/1\.0" force-response-1.0

#
# The following directive disables redirects on
non-GET requests for
# a directory that does not include the trailing
slash.  This fixes a
# problem with Microsoft WebFolders which does not
appropriately handle
# redirects for folders with DAV methods.
# Same deal with Apple's DAV filesystem and Gnome VFS
support for DAV.
#
BrowserMatch "Microsoft Data Access Internet
Publishing Provider" redirect-carefully
BrowserMatch "^WebDrive" redirect-carefully
BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
BrowserMatch "^gnome-vfs" redirect-carefully

# Enable/disable the handling of HTTP/1.1 "Via:"
headers.
# ("Full" adds the server version; "Block" removes all
outgoing Via: headers)
# Set to one of: Off | On | Full | Block
#
#ProxyVia On



                
___________________________________________________________ 
To help you stay safe and secure online, we've developed the all new Yahoo! 
Security Centre. http://uk.security.yahoo.com


------------------------ Yahoo! Groups Sponsor --------------------~--> 
AIDS in India: A "lurking bomb." Click and help stop AIDS now.
http://us.click.yahoo.com/9QUssC/lzNLAA/TtwFAA/0XFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

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

<*> 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