From: Hugh E Cruickshank Sent: March 17, 2010 14:18
> From: Jeff Trawick Sent: March 17, 2010 13:50
> >
> > Either this ("/etc/httpd/cgi-bin") is the wrong directory, or you
> > need
> > to also enable SSL envvars for /var/www/cgi-bin. From your envvars
> > dump, the script is running from /var/w
On 03/18/2010 03:24 AM, Bob Cohen wrote:
Is is possible to run php4 and 5 on the same apache server?
Bob
-
The official User-To-User support forum of the Apache HTTP Server Project.
Seehttp://httpd.apache.org/userslist.html> f
This issue maybe introduce to more bugs in kernel. I decide close
sendfile as temporary solution to fix this issue.
Thanks
---
Regards,
Aslan Liu
-Original Message-
From: Jeff Trawick [mailto:traw...@gmail.com]
Sent: Wednesday, March 17, 2010
Is is possible to run php4 and 5 on the same apache server?
Bob
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users
From: Jeff Trawick Sent: March 17, 2010 13:50
>
> Either this ("/etc/httpd/cgi-bin") is the wrong directory, or you need
> to also enable SSL envvars for /var/www/cgi-bin. From your envvars
> dump, the script is running from /var/www/cgi-bin:
>
> SCRIPT_FILENAME: /var/www/cgi-bin/faq
Good catc
On Wed, Mar 17, 2010 at 4:40 PM, Hugh E Cruickshank wrote:
> From: Jeff Trawick Sent: March 17, 2010 13:25
>>
>> (no mod_ssl-set envvars but HTTPS)
>>
>> Can you show the part of your config where you added
>>
>> SSLOptions +StdEnvVars
>
> From /etc/httpd/conf.d/ssl.conf:
>
>
> ServerName
> S
From: Jeff Trawick Sent: March 17, 2010 13:25
>
> (no mod_ssl-set envvars but HTTPS)
>
> Can you show the part of your config where you added
>
> SSLOptions +StdEnvVars
>From /etc/httpd/conf.d/ssl.conf:
ServerName
ServerAlias
ServerAlias
DocumentRoot /var/www/fap
ServerAdmin
On Wed, Mar 17, 2010 at 3:00 PM, Hugh E Cruickshank wrote:
> From: Jeff Trawick Sent: March 17, 2010 11:10
>>
>> Exactly where are you/your software looking for it to be set?
>
> Here is a list of the CGI variables that I can see when using an HTTPS
> connection:
>
> AUTH_TYPE*:
> CONTENT_LENGTH*:
From: Jeff Trawick Sent: March 17, 2010 11:10
>
> Exactly where are you/your software looking for it to be set?
First a little background infor that may help explain things...
We are a PROGRESS shop and are using their WebSpeed package. WebSpeed
provides us the ability to write programs as either
On Wed, Mar 17, 2010 at 2:08 PM, Hugh E Cruickshank wrote:
> From: Hugh E Cruickshank Sent: March 17, 2010 11:00
>> From: Jeff Trawick Sent: March 17, 2010 04:10
>> >
>> > See http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#ssloptions
>> > (StdEnvVars). SSL_CIPHER_USEKEYSIZE should be set.
>>
>
From: Hugh E Cruickshank Sent: March 17, 2010 11:00
> From: Jeff Trawick Sent: March 17, 2010 04:10
> >
> > See http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#ssloptions
> > (StdEnvVars). SSL_CIPHER_USEKEYSIZE should be set.
>
> That looks perfect. Thank you muchly.
Unfortunately that did not
From: Jeff Trawick Sent: March 17, 2010 04:10
> On Tue, Mar 16, 2010 at 9:54 PM, Hugh E Cruickshank
> >
> > I am attempting to find a way of determining the encryption key size.
> > Apparently the old environment variable was HTTPS_KEYSIZE which was
> > renamed SSL_CIPHER_USEKEYSIZE. However this i
Hi,
I'm using Apace 2 as a reverse proxy for my Tomcat 5.5 server,
redirecting https requests on port 443 to tomcats 8443 (as well as url
remapping). The setup has been running well for months but suddenly
started producing errors "Unknown error 502: proxy: pass request body
failed". The load when
Thanks.
On Wed, Mar 17, 2010 at 11:13 PM, Mark Watts wrote:
> If you are hosting the same site on two machines, and load-balancing
> between the two, then yes; assuming your Certificate is licensed for two
> machines, you can use the same Key/Certificate pair on both machines.
>
> You would *not
On Wed, Mar 17, 2010 at 11:17 AM, ChiaTzung Liu
wrote:
> Oh my god.. It works if I close sendfile.
> So, this means there exists some bugs in system call "sendfile64"..
It is much more likely to be in the lower layers of the network stack.
Oh my god.. It works if I close sendfile.
So, this means there exists some bugs in system call "sendfile64"..
GOD...
Thanks, Jeff. Very thanks.
---
Regards,
Aslan Liu
-Original Message-
From: Jeff Trawick [mailto:traw...@gmail.com]
Sent: Wedn
On Tue, Mar 16, 2010 at 2:18 PM, Manuel Vacelet
wrote:
> On Tue, Mar 16, 2010 at 11:06 AM, Manuel Vacelet
> wrote:
>> Hi all,
>>
>> I'm facing a strange issue.
>> I have a major performance penalty on some apache related operations
>> (svn checkout that used to take 5mn but that suddenly takes mo
On Wed, 2010-03-17 at 23:02 +0800, howard chen wrote:
> Hi,
>
> On Wed, Mar 17, 2010 at 10:41 PM, Philip Wigg wrote:
> > You would have generated a public key and a private key initially
> > (they're a pair) because your public key is needed to generate your
> > CSR (Certificate Signing Request).
Hi,
On Wed, Mar 17, 2010 at 10:41 PM, Philip Wigg wrote:
> You would have generated a public key and a private key initially
> (they're a pair) because your public key is needed to generate your
> CSR (Certificate Signing Request).
>
Thanks for your link.
So it seems that now I missed the priva
On 17 March 2010 14:32, howard chen wrote:
> I have a .crt file and it is issued by a CA.
>
> By looking at the .crt file, the Private Key is not included in the .crt file.
>
> My question: How can I generate the Private Key so I can use the
> directive SSLCertificateKeyFile?
>
> reference:
> htt
I have a .crt file and it is issued by a CA.
By looking at the .crt file, the Private Key is not included in the .crt file.
My question: How can I generate the Private Key so I can use the
directive SSLCertificateKeyFile?
reference:
http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#sslcertifica
On Wed, Mar 17, 2010 at 10:08 AM, ChiaTzung Liu
wrote:
> I used strace to watch httpd, I found it use sendfile64 to write date to
> socket.
> But my cpu doesn't 64bits. Does anyone know sendfile64 whether can work on
> 32bits cpu?
yes; sendfile64 has large file support for 32-bit applications (
I used strace to watch httpd, I found it use sendfile64 to write date to socket.
But my cpu doesn't 64bits. Does anyone know sendfile64 whether can work on
32bits cpu?
Or how can I do to let httpd not to use sendfile64?
---
Regards,
Aslan Liu
-Ori
- Original Message -
>From: "Eric Covener"
>To:
>Sent: Wednesday, March 17, 2010 9:27 PM
>Subject: Re: [us...@httpd] auth_ldap error message not showed correct
>On Wed, Mar 17, 2010 at 8:33 AM, pantao wrote:
>> It seems that the error message of auth_ldap can be
>> output as English.
Sorry, in apache2 with showforbidden works ok, no works with +showforbidden
;-)
Thanks!!
2010/3/17 Juan Miguel Alcarria Herrera
> No, with the indexoptions +showforbidden i have the same results :-(
>
>
> 2010/3/17 Eric Covener
>
>> On Wed, Mar 17, 2010 at 7:36 AM, Juan Miguel Alcarria He
No, with the indexoptions +showforbidden i have the same results :-(
2010/3/17 Eric Covener
> On Wed, Mar 17, 2010 at 7:36 AM, Juan Miguel Alcarria Herrera
> wrote:
> > Hello everyone, this is my first message to the list and the first thing
> I
> > want to do is say thanks, the second, sorry
On Wed, Mar 17, 2010 at 8:33 AM, pantao wrote:
> It seems that the error message of auth_ldap can be
> output as English. It's ok for
> me to output the error message as English.
Isn't that just your LDAP client library respecting your
language/locale settings?
--
Eric Covener
cove...@gmail.co
>- Original Message -
>From: "Jeff Trawick"
>To:
>Sent: Wednesday, March 17, 2010 7:20 PM
>Subject: Re: [us...@httpd] auth_ldap error message not showed correct
>
>
>On Tue, Mar 16, 2010 at 10:43 PM, pantao wrote:
>> Hi,all
>>
>> I use apache2.2.6 and SVN1.4.5 on Chinese version of WINDO
On Wed, Mar 17, 2010 at 7:44 AM, Supratim Bandyopadhyaya
wrote:
> Greetings to all,
> I am trying to configure my apache server
> to serve pages from an underlying jetty application server.
>
> This jetty servers hosts two applications in following paths
>
> http://localhost:7070/bw/
>
> and
>
> h
On Wed, Mar 17, 2010 at 7:36 AM, Juan Miguel Alcarria Herrera
wrote:
> Hello everyone, this is my first message to the list and the first thing I
> want to do is say thanks, the second, sorry for my English ;-)
>
> I have a problem with module Autoindex and module AuthBasic.
>
> How can I make the
Greetings to all,
I am trying to configure my apache server
to serve pages from an underlying jetty application server.
This jetty servers hosts two applications in following paths
http://localhost:7070/bw/
and
http://localhost:7070/feedbrn/
my configuration is like this
RewriteEngi
Hello everyone, this is my first message to the list and the first thing I
want to do is say thanks, the second, sorry for my English ;-)
I have a problem with module Autoindex and module AuthBasic.
How can I make the module Autoindex list the directories that hace
authentication basic?
I have 3
On Wed, Mar 17, 2010 at 5:03 AM, ChiaTzung Liu
wrote:
> Hi,
>
>
>
> My pc is installed linux-2.6.24.4, httpd-2.2.9, rp-pppoe-3.8 and ppp-2.4.4.
>
> It connects to WAN by PPPoE, so it has both of WAN IP and LAN IP.
>
> For example, 172.23.26.130(LAN) and 140.35.25.73(PPPoE).
>
>
>
> Then, I put a f
On Tue, Mar 16, 2010 at 10:43 PM, pantao wrote:
> Hi,all
>
> I use apache2.2.6 and SVN1.4.5 on Chinese version of WINDOWS XP platform
> and ,and
> try to use ldap_module and authnz_ldap_module as authentication method . But
> I found that the
> error log of auth_ldap module in error_log file i
On Tue, Mar 16, 2010 at 9:54 PM, Hugh E Cruickshank wrote:
> Apache 2.2.3 on RHEL 5.4
>
> Hi All:
>
> I am attempting to find a way of determining the encryption key size.
> Apparently the old environment variable was HTTPS_KEYSIZE which was
> renamed SSL_CIPHER_USEKEYSIZE. However this is only ac
On 03/16/2010 06:24 PM, Matus UHLAR - fantomas wrote:
> On 16.03.10 11:50, Станислав Сметанин wrote:
>
>> To: users@httpd.apache.org
>>
>> I want to disable mail() function in the one of virtual hosts' that
>> use PHP(I use mod_php for apache2), and regarding to the
>> http://www.php.net/manual/
Hi,
My pc is installed linux-2.6.24.4, httpd-2.2.9, rp-pppoe-3.8 and
ppp-2.4.4.
It connects to WAN by PPPoE, so it has both of WAN IP and LAN IP.
For example, 172.23.26.130(LAN) and 140.35.25.73(PPPoE).
Then, I put a file which size is larger than 16396 bytes on my pc for
downloading.
A
37 matches
Mail list logo