[EMAIL PROTECTED] Enabling module mod_expires

2008-10-29 Thread Arsen Hayrapetyan
Hello, I need to use the directives ExpiresActive and ExpiresDefault in my httpd.conf, but my server is compiled without mod_expires support (checked with 'apachectl -l'). How can I enable this module? Does it require re-compilation of the server or is there a method for compiling a module on

[EMAIL PROTECTED] Environment variables problem

2007-08-14 Thread Arsen Hayrapetyan
Hi, In httpd.conf I have 'PerlOptions +SetupEnv' but the variables are not seen from the scripts. (The fragment of httpd.conf can be found on the end of the message). In PerlConfigRequire script I have: ___ use strict; use Data::Dumper; print Dumper (\%ENV); ___ And i

Re: [EMAIL PROTECTED] CGI question

2007-04-12 Thread Arsen Hayrapetyan
Hello Joshua, Joshua Slive wrote: On 4/12/07, Arsen Hayrapetyan <[EMAIL PROTECTED]> wrote: I am not familiar with Apache, I am learning it, so, please, excuse my ignorance. I installed the OpenCA software and now I am trying to understand its behaviour related to web-server. I h

Re: [EMAIL PROTECTED] CGI question

2007-04-12 Thread Arsen Hayrapetyan
Joshua Slive wrote: On 4/10/07, Arsen Hayrapetyan <[EMAIL PROTECTED]> wrote: Hello, The question may sound something primitive, but I could not understand the underlying mechanism... I have a server with the name aligrid1.yerphi.am. DOCUMENT_ROOT == /a/b/httpd/docs and ScriptAlias /c

[EMAIL PROTECTED] CGI question

2007-04-10 Thread Arsen Hayrapetyan
Hello, The question may sound something primitive, but I could not understand the underlying mechanism... I have a server with the name aligrid1.yerphi.am. DOCUMENT_ROOT == /a/b/httpd/docs and ScriptAlias /cgi-bin/ "/a/b/httpd/cgi-bin/" There is a directory, called 'pub' in my cgi-bin directo

[EMAIL PROTECTED] Modules that are part of Apache standard distribution

2007-04-03 Thread Arsen Hayrapetyan
Hello, Is it possible to list all the modules, which came with my Apache (server version:Apache/2.0.55) and which can be enabled? I can see the compilation options with 'apachectl -V', is there something similar to this? (In particular I am interested in mod_ssl and mod_rewrite modules, I wou