On 7/13/05, Anaya <[EMAIL PROTECTED]> wrote:
>  
> Hello,
> I am using Apache 2.0.53 and I want to use module mod_cern_meta.
> I did following settings in configuration file, 
> 
> <Directory "D:/Apache/htdocs/test">
> MetaDir .
> MetaFiles on
> MetaSuffix .meta
> </Directory>
> and access the local URL :
> http://localhost:8080/test/index.html . 
>   
> I put .meta file which contain HTTP headers that are expected to be output
> in addition to the normal range of headers for each file accessed. But the
> respounce headers does not contain any headers from .meta file. 
>   
> Is this the right way to configure for mod_cern-meta? 

What is the exact name of the meta file?  It should be index.html.meta
in the above configuration, not ".meta".

In any case, mod_cern_meta is not a commonly used module.  I don't
personally know anyone who uses it.  I suggest instead looking at
mod_headers and mod_expires.

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]

Reply via email to