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
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
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
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
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
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