You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Werner Schalk <we...@gmx.de> on 2002/09/05 00:22:22 UTC

[users@httpd] environment variable

Hello,

what does the environment variable
HTTP_CACHE_CONTROL exactly mean? Where
can I find additional information about
the environment variables in general?
I have already searched the rfc 2616 but
I did not really find something about this.

Bye and thanks,
Werner.


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache 2.0.4 and ColdFusion

Posted by Robert Andersson <ro...@profundis.nu>.
Blake Coglianese wrote:
> The documentation also says to add AddModule mod_coldfusion.c
> To the AddModule List. In my httpd.conf I can't find the addModule list
and
> it is not working. Can someone help me and point me in the right
direction.

That documentation must be for Apache 1.3. There is no such thing as
AddModule in Apache 2. You should be able to just skip that, but I have no
experience with ColdFusion, so can't help you at all with the rest. Try to
find some documentation for Apache, if there is any.

Regards,
Robert Andersson


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] Apache 2.0.4 and ColdFusion

Posted by Blake Coglianese <bl...@focusednrg.com>.
I've installed Apache 2.0.4 on my Windows XP machine and that is working
fine. I am trying to set up ColdFusion 4.5 Server (Single User) to the mix
and I am having problems. I've added ApacheModuleColdFusion.dll to the
module directory, and then I've added the following

LoadModule coldfusion_module modules/ApacheModuleColdFusion.dll

to the Load Module Section.

The documentation also says to add AddModule mod_coldfusion.c
To the AddModule List. In my httpd.conf I can't find the addModule list and
it is not working. Can someone help me and point me in the right direction.

Thank You,

Blake


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] environment variable

Posted by Joshua Slive <jo...@slive.ca>.
Werner Schalk wrote:
> Hello,
> 
> what does the environment variable
> HTTP_CACHE_CONTROL exactly mean? Where
> can I find additional information about
> the environment variables in general?
> I have already searched the rfc 2616 but
> I did not really find something about this.

The CGI specification will tell you that any environment variable 
starting in HTTP is simply the value of an HTTP Request Header.  So 
HTTP_CACHE_CONTROL contains whatever the client sent in the 
Cache-Control HTTP Header.  For what that contains, see section 14.9 of 
rfc2616.

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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org