problem solved by run the command below:
yum install expat-devel
Best regards,
Sharl.Jimh.Tsin
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more inf
hi,everyone.
when I run the command "apachectl start",it will give a error message:
httpd: Syntax error on line 64 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp5.so into server:
/usr/local/apache2/modules/libphp5.so: undefined symbol: unixd_config
Line 64 i
Hi to all,
in ssl.conf file, i activated client verification as below..
SSLVerifyClient require
Now what i want is that the user name in the certificate..
How can i get to this user name, in client certificate?
Thanks in advance..
Dikkat: Bu elektronik posta mesaji kisisel ve ozeldir. Eger
> Hi,
>
> I use since long time the apache in version 2.0 on windows 2000 (SP4).
> Since 4 weeks I can see (some times per day) many R in server-status.
> Sometimes so much that the server run full and stop working because all
> threads are used. I search in web and generally the response is that i
Dietmar Müller schrieb:
Hi,
I use since long time the apache in version 2.0 on windows 2000 (SP4).
Since 4 weeks I can see (some times per day) many R in server-status.
Sometimes so much that the server run full and stop working because all
threads are used. I search in web and generally
2010/3/12 Hendrik Schmieder
> Dietmar Müller schrieb:
>
> Hi,
>>>
>>> I use since long time the apache in version 2.0 on windows 2000 (SP4).
>>> Since 4 weeks I can see (some times per day) many R in server-status.
>>> Sometimes so much that the server run full and stop working because all
>
On Fri, Mar 12, 2010 at 4:11 AM, 夏蒸鑫 wrote:
> hi,everyone.
>
> when I run the command "apachectl start",it will give a error message:
>
> httpd: Syntax error on line 64 of /usr/local/apache2/conf/httpd.conf:
> Cannot load /usr/local/apache2/modules/libphp5.so into server:
> /usr/local/apache2/modu
Hi,
I need to generate client certs and include some information on them. How to do
it?
I inserted the following line in the [ req_attributes ] section of my
/etc/ssl/openssl.cnf, just after the unstructuredName tag
cpfNumber = CPF Number
But when I generate the
On Fri, Mar 12, 2010 at 4:23 AM, Nedim Ozan Tekin
wrote:
> Hi to all,
> in ssl.conf file, i activated client verification as below..
>
> SSLVerifyClient require
>
>
> Now what i want is that the user name in the certificate..
> How can i get to this user name, in client certificate?
>
SSLoptions
On Fri, Mar 12, 2010 at 1:58 AM, Pramod Kumar wrote:
> I think i need to change the installation dir details in the configure
> script for the second configuration and pid file reference.
No, it can simply be changed at runtime with the directive already
mentioned here.
--
Eric Covener
cove...@
Hello,
While performing some tests, I saw that:
-When I run a PHP script with a infinite loop, the apache process(using
mod_prefork) still busy (php.ini timeouts disabled) 'forever' (the obvious
fact).
-When I run again the same script with the same URL, apache seems to
'enqueue' the second reque
On Thu, Mar 11, 2010 at 17:07, Philip Wigg wrote:
> On 11 March 2010 14:42, Je suis la poubelle wrote:
>> By going down all those conf files and reading from the web, I
>> understand that I could write
>>
>> deny from a.b.c.d
>>
>> inside every section I could find in order to block
>> acce
Yes, I had created hosts.deny as well (but I forgot to mention
it) but it had no effect.
On Thu, Mar 11, 2010 at 22:28, Igor Cicimov wrote:
> You need to put the ip in the hosts.deny file
>
> On Mar 12, 2010 3:11 AM, "John Doe" wrote:
>
> From: Je suis la poubelle
>
>> Yeah, I want o black
> That's the problem because I have virtual directories (aliases),
> and the "directory" it's talking about is, if I understand it
> correctly, directory in the disk, not directory in the URL. Am I
> correct?
You can use which is merged in afterwards as well.
--
Eric Covener
cove...@gmail.
On Fri, Mar 12, 2010 at 6:49 PM, Bruno - e-comBR wrote:
> Hello,
>
> While performing some tests, I saw that:
>
> -When I run a PHP script with a infinite loop, the apache process(using
> mod_prefork) still busy (php.ini timeouts disabled) 'forever' (the obvious
> fact).
> -When I run again the sa
Hi,
my http server has a directory with 250+ subdirectories. There is no
index.html, so mod_autoindex does the job. A reload takes about 40
seconds on a Xeon E3110 with 3 GHz, meanwhile one core is hit with 100%
load by a process named httpd2-prefork.
That is way. too. slow. :-)
The system runs
Hi, Krist
I tested with Apache 2.2.15 reverse proxy with two certs on the Apache, one is
real cert and the other is self-signed. The configuration is virtualhosts for
ssl.
The results that I got are:
On PC client:
Firefox v3.5.8 showed correct certs, one real and the other is not.
IE 8 showed
On 12 March 2010 16:43, Ruiyuan Jiang wrote:
> Hi, Krist
>
> I tested with Apache 2.2.15 reverse proxy with two certs on the Apache, one
> is real cert and the other is self-signed. The configuration is virtualhosts
> for ssl.
> The results that I got are:
>
> On PC client:
>
> Firefox v3.5.8 sh
On Fri, Mar 12, 2010 at 10:07 PM, Robert Dahlem wrote:
> Hi,
>
> my http server has a directory with 250+ subdirectories. There is no
> index.html, so mod_autoindex does the job. A reload takes about 40
> seconds on a Xeon E3110 with 3 GHz, meanwhile one core is hit with 100%
> load by a process n
On 12-Mar-10 11:31, Nilesh Govindarajan wrote:
On Fri, Mar 12, 2010 at 6:49 PM, Bruno - e-comBR wrote:
It's causing a little throuble for me. When a PHP script generates a bigger
report(taking about ten minutes or more), the user seems to be impatient.
They're doing refreshs on the page. So,
On Fri, Mar 12, 2010 at 11:06 PM, Reese wrote:
> On 12-Mar-10 11:31, Nilesh Govindarajan wrote:
>>
>> On Fri, Mar 12, 2010 at 6:49 PM, Bruno - e-comBR
>> wrote:
>
>>> It's causing a little throuble for me. When a PHP script generates a
>>> bigger
>>> report(taking about ten minutes or more), the
I am wondering if there is a way some of you are aware of to monitor concurrent
connections to the Apache server, that does not include counting all the IP's
in the access log at one point in time?
Thanks,
Brent
On 12-Mar-10 13:01, Brent Davidson wrote:
I am wondering if there is a way some of you are aware of to monitor concurrent
connections to the Apache server, that does not include counting all the IP's
in the access log at one point in time?
Do you have shell access? Investigate the ps command,
> -Message d'origine-
> De : Reese [mailto:howel...@inkworkswell.com]
> Envoyé : vendredi 12 mars 2010 19:17
> À : users@httpd.apache.org
> Objet : Re: [us...@httpd] connections monitor
>
> On 12-Mar-10 13:01, Brent Davidson wrote:
> > I am wondering if there is a way some of you are aware
Hi, Philip
I don't know how to configure SNI on Apache since I don't see anything from
mod_ssl's document that Krist replied to me before. I assume it automatically
works. I just configured ssl virtualhost the same way as http virtualhost plus
ssl's unique requirements.
I use Windows XP. I test
Hi,
Is there a way to disable built-in modules at runtime? I don't want
to re-compile Apache because I'm using a packaged version. My problem
is that the package have digest auth enabled and Apache takes 1 minute
to start.(Generating secret for digest authentication ...).
Regards,
Diego
--
Die
> -Message d'origine-
> De : Ruiyuan Jiang [mailto:ruiyuan_ji...@liz.com]
> Envoyé : vendredi 12 mars 2010 19:40
> À : users@httpd.apache.org
> Objet : RE: [us...@httpd] Number of https virtual hosts support under
> v2.0.59
>
> Hi, Philip
>
> I don't know how to configure SNI on Apache si
On Fri, Mar 12, 2010 at 9:36 AM, Reese wrote:
> On 12-Mar-10 11:31, Nilesh Govindarajan wrote:
>
>> On Fri, Mar 12, 2010 at 6:49 PM, Bruno - e-comBR
>> wrote:
>>
>
> It's causing a little throuble for me. When a PHP script generates a
>>> bigger
>>> report(taking about ten minutes or more), the
On 12-Mar-10 13:49, Jonathan Zuckerman wrote:
On Fri, Mar 12, 2010 at 9:36 AM, Reese wrote:
On 12-Mar-10 11:31, Nilesh Govindarajan wrote:
On Fri, Mar 12, 2010 at 6:49 PM, Bruno - e-comBR
wrote:
It's causing a little throuble for me. When a PHP script generates a
bigger
report(taking ab
Thanks, Emmanuel. Interesting test site.
Ryan
-Original Message-
From: Emmanuel Bailleul [mailto:emmanuel.baill...@telindus.fr]
Sent: Friday, March 12, 2010 1:49 PM
To: users@httpd.apache.org
Subject: RE: [us...@httpd] Number of https virtual hosts support under v2.0.59
> -Message d
--
From: "Je suis la poubelle"
Sent: 12 March, 2010 13:27
To:
Subject: Re: [us...@httpd] How to block IP addresses to the whole server?
Yes, I had created hosts.deny as well (but I forgot to mention
it) but it had no effect.
On Thu, Mar 11,
> -Message d'origine-
> De : Reese [mailto:howel...@inkworkswell.com]
> Envoyé : vendredi 12 mars 2010 19:17
> À : users@httpd.apache.org
> Objet : Re: [us...@httpd] connections monitor
>
> On 12-Mar-10 13:01, Brent Davidson wrote:
> > I am wondering if there is a way some of you are awar
Can anyone out there tell me if is workable or not to install Apache(most
current version) on a Windows Web server?
I am trying to pick up the pieces of a not-so-clean website installation.
(Bear with me please- to say I am green is an understatement. More like not
sprouted yet!)
Here is what I
thanks for response.
what should I do now? update httpd or update php?
Best regards,
Sharl.Jimh.Tsin
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for mo
On Mar 12, 2010, at 9:08 PM, 夏蒸鑫 wrote:
> what should I do now? update httpd or update php?
PHP will need to be updated to support Apache HTTP Server 2.3 and 2.4. This is
why we release Alphas, so module developers have an opportunity to catch up.
S.
--
Sander Temme
scte...@apache.org
PGP
Dear Eric
Where is the directive . Which file/entry i need to change. There is no such
entry in the httpd.conf for pid file in apache 2.2.8 .
Regards
PRAMOD KUMAR
> Date: Fri, 12 Mar 2010 06:25:39 -0500
> From: cove...@gmail.com
> To: users@httpd.apache.org
> Subject: Re: [us...@httpd] Mu
36 matches
Mail list logo