Hi all,
I have seen in some config files of httpd, the use of the Alias
directive is intresting, as follows:
Alias /test "/var/www/html/python/XMLRPC"
The XMLRPC is not a directory, but the httpd server will define the
"/test" is the XMLRPC server.
What is the means of "XMLRPC" in the
What OS, kernel, httpd version?
If linux, /var/log/messages|kernel_log|daemon_log can also often
give some indication of problems.
Yes, it's linux Centos 5.5 kernel 2.6.18-194.3.1.el5 and
httpd-2.2.3-53.el5.centos.3
Regards,
Miguel
-
On Sun, 2012-02-12 at 20:02 +0100, Miguel González Castaños wrote:
> Dear all,
>
>I'm the system admin of a web server and I found these errors in my
> apache logs:
>
> [Tue Feb 07 10:35:08 2012] [warn] (43)Identifier removed: Failed to
> release SSL session cache lock
> [Tue Feb 07 10:36:
On Sun, 2012-02-12 at 13:14 +, Steve Swift wrote:
>
>
>
> One caveat: Don't ever rely on a a wildcard INCLUDE for the order of
> your vhosts. This probably only matters for the first vhost, which is
> the default for any request which doesn't match any vhost.
>
>
It absolutely matters,
Dear all,
I'm the system admin of a web server and I found these errors in my
apache logs:
[Tue Feb 07 10:35:08 2012] [warn] (43)Identifier removed: Failed to
release SSL session cache lock
[Tue Feb 07 10:36:04 2012] [warn] (43)Identifier removed: Failed to
acquire SSL session cache lock
[
I don't think it would make a significant difference if you had a single
file with 2000 vhosts, or 2000 files with one vhost each.
Having them all in one file would make life easier if you needed to make a
global change.
One caveat: Don't ever rely on a a wildcard INCLUDE for the order of your
vh