View previous topic :: View next topic |
Author |
Message |
leblanc -
Joined: 18 Feb 2003 Posts: 4
|
Posted: Fri Feb 21, 2003 2:39 am Post subject: Inserting HTTP headers |
|
|
How can I get Abyss to insert HTTP directives (i.e. Expires, Cache-control, etc) when it serves my web pages? With Apache, I would put a .htaccess file in the directory my web pages are stored in and put header commands there. I didn't see any equivalent documentation of this functionality for Abyss. Is it supported?
Thanks,
Larry |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sat Feb 22, 2003 3:30 am Post subject: Re: Inserting HTTP headers |
|
|
leblanc wrote: | How can I get Abyss to insert HTTP directives (i.e. Expires, Cache-control, etc) when it serves my web pages? With Apache, I would put a .htaccess file in the directory my web pages are stored in and put header commands there. I didn't see any equivalent documentation of this functionality for Abyss. Is it supported?
Thanks,
Larry |
You can do so in CGI scripts. For static files, the server generates the necessary fields but do not allow adding users definded headers. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|