Displaying 20 results from an estimated 1200 matches similar to: "CentOS 5.0 and php-yaz"
2008 Jan 29
2
Rebuilding PHP: how do I manage updates?
Hi,
Our public library management software (PMB) runs on Apache/PHP/MySQL.
It requires some additional PHP modules to run correctly, namely:
1) php-gd
2) php-yaz
3) php-xslt
I've googled and fiddled around quite a bit, and come to the following
conclusions:
1) php-gd can be installed from extra repos (rpmforge IIRC), so this
one's no problem.
2) To install php-yaz, I have to
2008 Jul 07
1
Yaz and libyaz package for CentOS 5
Hi,
Where do I get Yaz and libyaz package for CentOS 5?
thanks
Siju
2009 Sep 18
1
lapply - value changes as parameters to function?
Hi,
I'm trying to get better at things like lapply but it still stumps
me. I have a function I've written, tested and debugged using
individual calls to the function, ala:
ResultList5 = DoAvgCalcs(IndexData, Lookback=5,
SampleSize=TestSamples , Iterations=TestIterations )
ResultList8 = DoAvgCalcs(IndexData, Lookback=8,
SampleSize=TestSamples , Iterations=TestIterations )
ResultList13
2013 Dec 09
1
rebooting after many read/write
Hi,
I have 24 ocfs2 volumes on FC storage on 2 ocfs2 node connected 10gig
fiber ethernet as back to back. When I start copy process from the some
ocfs2 volumes to another ocfs2 volumes via rsync program, one node
crashes (I tried many times). There is no any log message in the log
files (kern.log, messages etc.). When I add the "sleep 6" line between
each copy process, no problem.
2007 Nov 29
1
32bit HVM within CentOS5 x86_64+xen3?
Hi *!
I have to install a xen virtualization host that will start with 4GB RAM
and will maybe grow to 8GB in the future. And there has to be a 32bit
winXP domU. Is CentOS5(.1) x86_64 able to run 32bit HVMs or do i have to
stick with i386/PAE?
/nils.
2007 Aug 11
1
mod_gnutls and named based virtual hosts on HTTPS
All,
For anyone interested, there is an rpm in the CentOS testing repository
for mod_gnutls for CentOS 5.
It allows named based virtual hosting for HTTPS (Single IP, multiple
sites and certificates).
The idea to build the RPMS came from this article:
http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/
Here is a guide for installing and using the new
2009 Jan 03
7
RH devel kernels for Centos repo
Hi,
RH devel kernels from http://people.redhat.com/dzickus/el5/ built
against Centos tree are available here:
http://fs12.vsb.cz/hrb33/el5/hrb-kernel/stable/x86_64/repodata/
http://fs12.vsb.cz/hrb33/el5/hrb-kernel/stable/i386/repodata/
Regards,
David Hrb??
2013 Sep 22
2
How to filter search result with query with has white space.
Hello,
include <iostream>#include <string>#include <xapian.h>struct document{
std::string title;
std::string content;
std::string url;};
void indexData(document d) {
try {
Xapian::WritableDatabase db("/Users/ramesh/Desktop/xapian",
Xapian::DB_CREATE_OR_OPEN);
Xapian::TermGenerator indexer;
Xapian::Stem
2013 Sep 22
2
How to filter search result with query with has white space.
Hello,
include <iostream>#include <string>#include <xapian.h>struct document{
std::string title;
std::string content;
std::string url;};
void indexData(document d) {
try {
Xapian::WritableDatabase db("/Users/ramesh/Desktop/xapian",
Xapian::DB_CREATE_OR_OPEN);
Xapian::TermGenerator indexer;
Xapian::Stem
2009 Jul 02
1
Slowloris Apache DoS - solution
Hi,
Those who are interested in anti Sloworis solution. I have built and
packed mod_antiloris for C4/5. Packages are to be found at:
http://fs12.vsb.cz/hrb33/el5/hrb/stable/i386/repoview/mod_antiloris.html
http://fs12.vsb.cz/hrb33/el5/hrb/stable/x86_64/repoview/mod_antiloris.html
http://fs12.vsb.cz/hrb33/el4/hrb/stable/i386/repoview/mod_antiloris.html
2009 Jan 29
1
mod_bandwidth
Is there a compiled mod_bandwidth rpm in CentOS or EPEL?
I can't seem to find it, what name does it use if there is one?
Basically all I need to do is find a way to severely throttle apache for
testing an upload progress bar - my bandwidth on my lan is too fast, the
progress bar either only gets one update or none by the time the files
are uploaded (5 8 megapixel jpegs) - even when I use
2010 Jan 27
1
need some help with compiling mod_gnutls
Hi everybody,
I want to build mod_gnutls. The problem: CentOS' version of GNUTLS is too
old to link against, so I compiled and installed GNUTLS from source and put
it into /opt where it doesn't hurt the already installed GNUTLS. Now I have
trouble linking against this version as the autoconf buildchain in
mod_gnutls does not find the newer version.
I tried like this:
./configure
2009 Apr 13
4
httpd with SNI
Hi!
I am currently publishing some web services on a Centos 5.3 server on my
office using the included apache httpd. They are available from the Internet,
and they require validation (username/password). I would like to publish them
all under https, so the passwords won't travel unencrypted, but then all my
sites use the same certificate on apache httpd. The solution to this is
using an
2009 Apr 24
4
repository for mod_security
I want to add mod_security to my Apache server running CentOS 5.3 and am
trying to find a repository to get it from. I found it in EPEL, but
they have version 2.1.7, which is over a year old according to what I
found on the modsecurity.org website. Is there a repository which is
keeping this up to date? Or should I just build it from source?
--
Bowie
2004 Sep 24
0
[Bug 1818] New: Rsyncd refuses connection if reverse mapping fails
https://bugzilla.samba.org/show_bug.cgi?id=1818
Summary: Rsyncd refuses connection if reverse mapping fails
Product: rsync
Version: 2.5.7
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: heikki@indexdata.dk
2018 Feb 15
2
OpenShift Origin Install
Hi,
I'm trying to install OpenShift Origin on a CentOS 7 host (just for
initial testing), and I'm trying to follow the instructions from here:
https://wiki.centos.org/SpecialInterestGroup/PaaS/OpenShift-Quickstart
On that page we need to run: "atomic-openshift-installer install" to
configure OpenShift... after run the script it throws this errors:
Failure summary:
2003 Aug 10
3
Support for Bayesian statistics in R
I'm just starting to learn to use R, and although I'm seeing lots of
functions aimed at doing orthodox statistical analyses, I don't see the
same for Bayesian analyses. What support does R have for Bayesian
statistics?
2007 Nov 09
5
System on time
Hi,
To get my system on time, I usually issue these two commands:
# ntpdate de.pool.ntp.org
# hwclock -w
And when I want this to be done on startup, I put the two lines in
rc.local.
I wonder if this is an orthodox way to do things. Or is there something
more appropriate?
Niki Kovacs
2011 Oct 13
1
pvresize on a cLVM
Hi,
I'm needing to expand a LUN on my EMC CX4-120 SAN. (Well I already had done it).
On this LUN I had a PV of a cLVM VG. Know I need to run pvresize on it.
Has anybody done this on a cLVM PV ?
I'm trying to rescan the devices, but I can't "see" the new size. And,
googling on it I can only find RHEL5.2 responses.
Thanks in advance,
2009 Jun 28
2
Set hostname via DHCP ?
Hi.
I just setup one of my machines as a DHCP server. I'd like it to handle
the hostnames of clients. Don't know if this is an orthodox thing to do
(feel free to add your comments :oD). Here's the server's relevant lines
of dhcpd.conf:
--8<-------
...
# Envoyer les noms d'h?tes aux clients
use-host-decl-names on;
# Adresses statiques
host babasse {
hardware ethernet