hi Joshua,

I know very well that response header cann't be viewed directly thru web
browser.
i am accessing the page using telnet or Apache jmeter which displays all the
response header

The content of the meta file is :
MyHeader:Hello

If i use mod_headers i am getting MyHeader in response.
e.g:
Header add MyHeader "Hello"

Thanks
sridhar





----- Original Message -----
From: "Joshua Slive" <[EMAIL PROTECTED]>
To: <users@httpd.apache.org>
Sent: Thursday, August 11, 2005 7:21 PM
Subject: Re: [EMAIL PROTECTED] Problem in mod_Cern_meta


> On 8/11/05, sridhar <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > The headers which are in the meta file are not displayed.
> >
> > I have done the following setting
> >
> > <Directory "c:/Apache/htdocs/test">
> > Options Indexes
> > AllowOverride None
> > Order allow,deny
> > Allow from all
> > MetaDir .
> > MetaFiles on
> > MetaSuffix .meta
> > </Directory>
> >
> > The html file xyz.html and the meta file xyz.html.meta are in test
folder
> > and i am accessing the xyz.html file.
>
> First, why are you using this module?  I've never used it myself.  It
> is really only there for compatibility with a server that hasn't
> existed in a decade.  Try mod_headers instead.
>
> Second, are you sure you understand what the module is supposed to do?
>  It adds HTTP response headers which won't be directly viewable with a
> web browser.  It does not add anything to your actual web page.  (I'm
> not trying to insult your intelligence, but it is best to start with
> the most basic questions.)  Can you show us the content of your .meta
> file?  Can you give us a publically accessible URL showing the
> problem?
>
> Joshua.
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>



http://www.patni.com
World-Wide Partnerships. World-Class Solutions.
_____________________________________________________________________

This e-mail message may contain proprietary, confidential or legally
privileged information for the sole use of the person or entity to
whom this message was originally addressed. Any review, e-transmission
dissemination or other use of or taking of any action in reliance upon
this information by persons or entities other than the intended
recipient is prohibited. If you have received this e-mail in error
kindly delete  this e-mail from your records. If it appears that this
mail has been forwarded to you without proper authority, please notify
us immediately at [EMAIL PROTECTED] and delete this mail. 
_____________________________________________________________________

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to