Re: [EMAIL PROTECTED] "Deadlock" msgs in error_log

2006-10-19 Thread Alexander Lazic
On Don 19.10.2006 11:20, [EMAIL PROTECTED] wrote: Alex, Do you think that setting the AcceptMutex posixsem,pthread would also be applicable in our case? Yes, just try to set the directive and you will see if *works* or not. Also, besides the errors and warnings appearing in the Apache error

Re: [EMAIL PROTECTED] "Deadlock" msgs in error_log

2006-10-19 Thread Alexander Lazic
Hi, On Mit 18.10.2006 19:32, [EMAIL PROTECTED] wrote: We're running Apache 2.0.55 on Solaris 9, and we are seeing a number of "[error]" and "[warn]" messages in the error_log file. The error msgs occur occasionally, but the warn msgs are output quite frequently. The error msgs say: [error] [

Re: [EMAIL PROTECTED] Running http under a regular user id

2006-08-31 Thread Alexander Lazic
Hi, On Don 31.08.2006 09:53, KURUGANTI, LAKSHMI, INFOT wrote: We installed apache 2.0.59.Our requirement is to start/stop this server using a regular id other than root.We changed the installation directory permissions and also set the User and Group in httpd.conf to the required user and grou

Re: [EMAIL PROTECTED] apache with mod_wl strips Content-type header value on 202 response from WLS

2006-08-22 Thread Alexander Lazic
On Die 22.08.2006 13:27, Dmitri Colebatch wrote: On 8/22/06, Nick Kew <[EMAIL PROTECTED]> wrote: Smells of bug (unless of course it's confusion on your end). But 2.0.46 is very old. Have you tried a more recent version (preferably 2.2 , where there are quite a few proxy changes)? Unfortunat

Re: [EMAIL PROTECTED] weblogic

2006-08-21 Thread Alexander Lazic
On Mon 21.08.2006 12:09, Maria Elena Sanchez wrote: Hello, I am using Apache 2.2.3, with solaris 9 and when I am going to start it, it gives me the following mistake: Have you looked into the Supportmatrix if your setup is supported?! http://e-docs.bea.com/platform/suppconfigs/configs/support

Re: [EMAIL PROTECTED] Apache2.0 with Weblogic --->error CONNECTION_REFUSED ....Error connecting to host 10.152.69.211:7001

2006-08-10 Thread Alexander Lazic
Hi, On Don 10.08.2006 12:08, Ruchi Agarwal02 wrote: We have installed Apache2.0.54 and configured it with weblogic9.2.Both Apache and Weblogic are installed and started properly. As the output show you are using the weblogic-plugin, isn't it?! But on accessing an application the weblogic se

Re: [EMAIL PROTECTED] mod_log_config - time taken to serve the request, in microseconds

2006-08-05 Thread Alexander Lazic
On Sam 05.08.2006 15:32, Rob Kirkbride wrote: Sorry you're right. We basically have bands whereby if we achieve >=99% within 1 second the client pays us. If we're between say 98 and 99% the cost is neutral, less than 98 and we pay them. It's slightly more complicated than that but that's the bas

Re: [EMAIL PROTECTED] Apache 2.2.2 and WebSphere PlugIn

2006-07-20 Thread Alexander Lazic
On Don 20.07.2006 10:19, [EMAIL PROTECTED] wrote: The permission bits for allthe plugin directory are 755. I'm on Z/linux. But it is the same as in another suse linux version. Is this the 64 or the 31 bit version?! My question is if with a compiled apache (and then I don't load modules dinam

Re: [EMAIL PROTECTED] problem loading DSO modules

2006-07-20 Thread Alexander Lazic
Hi, On Don 20.07.2006 10:12, Mauro wrote: I'v configuread apache with these configure options: On which OS? # cat /home/mgatt/configure_options/httpd_configure_options.txt ./configure --prefix=/data/programs/httpd-2.2.2 --enable-so --enable-unique-id \ Then I tried to load some module in

Re: [EMAIL PROTECTED] Apache 2.2.2 and WebSphere PlugIn

2006-07-20 Thread Alexander Lazic
in to reverse requests. Ok thanks for explanation. Alexander Lazic wrote: On Don 20.07.2006 09:39, [EMAIL PROTECTED] wrote: But now when I run the command 'apachectl -t' I get the following: httpd: Syntax error on line 225 of /opt/CHROOT/HTTPD-2.2.2/conf/httpd.conf: Cannot load /o

Re: [EMAIL PROTECTED] Apache 2.2.2 and WebSphere PlugIn

2006-07-20 Thread Alexander Lazic
Hi, On Don 20.07.2006 09:39, [EMAIL PROTECTED] wrote: I've compiled Apache 2.2.2 and now I would like to use apache with websphere plugin to pass requests to a remore WebSphere Application Server. Do you really must use the plugin or can you use the proxy-balance module? What i mean is if th

Re: [EMAIL PROTECTED] Performance Tuning Documentation?

2006-07-10 Thread Alexander Lazic
On Mon 10.07.2006 20:51, Nick Kew wrote: On Monday 10 July 2006 19:44, Alexander Lazic wrote: On Mon 10.07.2006 00:31, James W. Anderson wrote: >Why doesn't it return an HTTP error when the number of concurrent users >exceeds MaxClients? For this reason you should use a *tool*

Re: [EMAIL PROTECTED] Performance Tuning Documentation?

2006-07-10 Thread Alexander Lazic
On Mon 10.07.2006 00:31, James W. Anderson wrote: Why doesn't it return an HTTP error when the number of concurrent users exceeds MaxClients? For this reason you should use a *tool* before the webserver which detect this error and send a proper message to the client, imho. regards Alex

Re: [EMAIL PROTECTED] Distributed Web Server

2006-07-04 Thread Alexander Lazic
On Die 04.07.2006 11:03, David Filion wrote: Alexander Lazic wrote: Huh have i over read something or why are you thinking that Danesh Daroui use linux for his webserver?!?! LVS would be on a separate box in front of the web servers, so it doesn't matter what apache is running on. We h

Re: Re: [EMAIL PROTECTED] Distributed Web Server

2006-07-04 Thread Alexander Lazic
On Die 04.07.2006 16:11, Primož Kumše wrote: Try Linux Virtual Server. The IP Virtual Server modul should be what you are looking for. Huh have i over read something or why are you thinking that Danesh Daroui use linux for his webserver?!?! regards Alex -

Re: SV: Re: [EMAIL PROTECTED] Distributed Web Server

2006-07-04 Thread Alexander Lazic
Hi, On Die 04.07.2006 15:48, Danesh Daroui wrote: Our bottleneck will be mostly bandwidth since our servers are fast enought. Frankly, I didn't get anything from your solutions (HW-Loadbalancer and SW-Loadbalancer). Are they software/hardware products? Would you please explain? Well you have

Re: [EMAIL PROTECTED] Distributed Web Server

2006-07-03 Thread Alexander Lazic
Hi, On Mon 03.07.2006 04:52, Danesh Daroui wrote: I have set up a web server using Apache and it used to work fine until my site's hit grew up and now it has serious problems because of intensive clients traffic. I would like to set up other systems to cooperate with my main server and serve cl

Re: [EMAIL PROTECTED] Linux Apache Plugin for BroadVision

2006-07-03 Thread Alexander Lazic
Hi, On Mon 03.07.2006 11:53, Nehal Sangoi wrote: My Linux is running on x86 hardware platform. (HP Proliant DL 380 G4) From where i can download the Apache plugin for BroadVision for x86 Architecture? What have the BroadVision-Support said about this issue?! I think this is OT here because i

Re: [EMAIL PROTECTED] Linux Apache Plugin for BroadVision

2006-06-30 Thread Alexander Lazic
Hi, On Fre 30.06.2006 17:02, Nehal Sangoi wrote: I am trying to configure apache 1.3.27 on Linux AS for BroadVision as backend application layer on solaris machine. In my configuration file, i am trying to load bvsm_module extracted from broadvision install on solaris. But while starting the A

Re: [EMAIL PROTECTED] Apache Web server support on Solaris 10

2006-06-09 Thread Alexander Lazic
On Fre 09.06.2006 12:31, Srikanth Mudale wrote: Is Apache Web Server 2.0.43 supported on Solaris 10. Solaris 10 have by default: --- /usr/apache2/bin/httpd -V Server version: Apache/2.0.52 Server built: Jan 8 2005 00:35:35 Server's Module Magic Number: 20020903:9 Architecture: 32-bit Se

Re: [EMAIL PROTECTED] Regarding Apache Plugin for weblogic server

2006-06-08 Thread Alexander Lazic
Hi, On Mit 07.06.2006 15:43, sarvothaman vittal wrote: I am running into this error when I am trying to install the apache plugin module mod_wl_20.so on my apache web server running on Linux machine. The Weblogic-pugin is only a proxy-module! The Weblogic-pugin talk with http(s) to the app-se

Re: [EMAIL PROTECTED] Logging X-Forwaded-For

2006-06-05 Thread Alexander Lazic
Hi, On Mon 05.06.2006 18:01, Garth Webb wrote: Hi, I am using Apache/1.3.33 (Debian GNU/Linux) behind a proxy server (Perlbal) which is sending the X-Forwarded-For header back with each request. I'm trying to create a custom log format that looks like the stanard 'combined' format that most lo

[EMAIL PROTECTED] Q: about AliasMatch diff between 1.3 && 2.0

2006-05-26 Thread Alexander Lazic
Hi, i try to upgrage from 1.3 to 2.0 but i have an very weird behaviour. The AliasMatch on 1.3 returns the right answer on 2.0 not. --- AliasMatch ^/a?(b|test|my)(a|c)net(/noUser)?(.*) /web/mytest/htdocs/net$4 --- I have used the same httpd.conf from 1.3 without the obsolets commands such as S

Re: [EMAIL PROTECTED] Apache 2 as front end?

2006-05-02 Thread Alexander Lazic
Hi, On Mon 01.05.2006 16:56, Mark Greenbank wrote: host A.com: - This is the main http server using named virtual hosts to control which web site is accessed (that is, one IP address + many named hosts). Do you plan to use ssl? Any help or pointers to documentation would be appreciated.

Re: [EMAIL PROTECTED] Is there a "real" maximum number of connections?

2006-04-28 Thread Alexander Lazic
Hi, On Fre 28.04.2006 19:38, Charles A. Landemaine wrote: On 4/28/06, Kishore Jalleda <[EMAIL PROTECTED]> wrote: I don't think that you can support a million connections on apache, are you running this app on a mainframe, also check to see how much Memory each child/worker thread would take up

[EMAIL PROTECTED] Bug in httpd-2.0.56-dev?

2006-04-07 Thread Alexander Lazic
Hi, yesterday i have get the last snapshot from: http://cvs.apache.org/snapshots/ httpd-2.0.x_20060405102636.tar.gz apr-0.9.x_20060405102142.tar.gz apr-util-0.9.x_20060405102200.tar.gz Build it on solaris 10 x86 with gcc. ./configure --prefix=/web/apache-2.0.56 --with-mpm=worker --enable-so \

Re: [EMAIL PROTECTED] migrating from apache 1.3 to 2.0 advice

2006-04-07 Thread Alexander Lazic
Hi, On Don 06.04.2006 08:02, Noah wrote: On Thu, 6 Apr 2006 17:03:29 +0200, Alexander Lazic wrote I use worker-mpm. thanks for the config snippets. what is worker-mpm? http://httpd.apache.org/docs/2.0/new_features_2_0.html http://httpd.apache.org/docs/2.0/mpm.html Regards Alex

Re: [EMAIL PROTECTED] migrating from apache 1.3 to 2.0 advice

2006-04-06 Thread Alexander Lazic
Hi, On Don 06.04.2006 06:22, Noah wrote: I am considering upgrading from Apache 1.3 to 2.0 Why not to 2.2?! I am wondering if there is a good resource for things to know before starting the procedure. Something that describes what configuration file changes could be challenging, etc. On

Re: [EMAIL PROTECTED] mod_rewrite and Location(Match)?

2006-04-04 Thread Alexander Lazic
Hi, On Die 04.04.2006 10:23, Joshua Slive wrote: On 4/4/06, Alexander Lazic <[EMAIL PROTECTED]> wrote: But as Joshua Slive wrote it is not an option :-( I don't think it is "not an option". But it does have significant disadvantages, so you would need to really

Re: [EMAIL PROTECTED] mod_rewrite and Location(Match)?

2006-04-04 Thread Alexander Lazic
Hi, On Son 02.04.2006 15:48, Robert Ionescu wrote: Alexander Lazic wrote: in VirtualHost-Contex but i loose the user after the [INTERNAL REDIRECT]. I tried to reproduce it (very limited because you posted only some parts of the RewriteLog, so it's hard to reconstruct the exact proce

Re: [EMAIL PROTECTED] Feature request

2006-03-30 Thread Alexander Lazic
Hi, On Mit 29.03.2006 16:29, Joshua Slive wrote: On 3/29/06, Alexander Lazic <[EMAIL PROTECTED]> wrote: Hi, i have think to me: How nice would it be if the LocationMatch can handle the query-string. What are the community think about this feature idea? Dangerous. Ok. The or

Re: [EMAIL PROTECTED] making Apache work with WebLogic

2006-03-29 Thread Alexander Lazic
On Mit 29.03.2006 13:13, Amalan, S wrote: Do you mean I should issue the following command: setenv WLTempDir /tmp No only WLTempDir /tmp as WebLogicHost 10.8.32.26 And then what? Run Apache? Yep. Sorry, I can't set: chmod 777 / Sys Admins won't let that happen! ;-) Was just a id

[EMAIL PROTECTED] Feature request

2006-03-29 Thread Alexander Lazic
Hi, i have think to me: How nice would it be if the LocationMatch can handle the query-string. What are the community think about this feature idea? Regards Alex - The official User-To-User support forum of the Apache HTTP S

Re: [EMAIL PROTECTED] making Apache work with WebLogic

2006-03-29 Thread Alexander Lazic
Hi, On Mit 29.03.2006 12:57, Amalan, S wrote: My server root is: /users/denver/amas01/apache2.0/apache-2.0.55-install_dir [snipped] Thanx. Please can you try: set WLTempDir to /tmp WLTempDir /tmp or chmod 777 / ATTENTION OLY FOR TESTING!! And then change back to orig permissions. Any

Re: [EMAIL PROTECTED] making Apache work with WebLogic

2006-03-29 Thread Alexander Lazic
Hi, On Mit 29.03.2006 20:53, Alexander Lazic wrote: On Mit 29.03.2006 10:12, Amalan, S wrote: Sorry, still don't understand your request for "'less output' /dir", though you might be pointing in the right direction when you ask me to see where Apache is before EA

Re: [EMAIL PROTECTED] making Apache work with WebLogic

2006-03-29 Thread Alexander Lazic
Hi, On Mit 29.03.2006 10:12, Amalan, S wrote: Sorry, still don't understand your request for "'less output' /dir", though you might be pointing in the right direction when you ask me to see where Apache is before EACCES - how do I determine where Apache was before hitting EACCES? Ok can i get

Re: [EMAIL PROTECTED] making Apache work with WebLogic

2006-03-28 Thread Alexander Lazic
Hi, On Die 28.03.2006 22:28, Amalan, S wrote: I don't understand your question: "Where is the *dir?" Could you explain? What i mean was 'less output' /dir. Look before the EACCES in which dir the apache is. As for the user, I run Apache as myself. Not sure what you are getting at.. Ok.

Re: [EMAIL PROTECTED] making Apache work with WebLogic

2006-03-28 Thread Alexander Lazic
Hi, On Die 28.03.2006 13:29, Amalan, S wrote: configure:14003: checking whether to enable mod_suexec configure:14055: result: no Well the module isn't build. If you don't need it, forget it ;-) I ran your command: truss -fael -tall -vall -xall -rall -wall -o output apachectl start And th

Re: [EMAIL PROTECTED] making Apache work with WebLogic

2006-03-28 Thread Alexander Lazic
Amalan, On Die 28.03.2006 12:17, Amalan, S wrote: I don't see the file "suexec" under bin. Hmm..what happened here? I don't know. The error_log as nothing other than the following repeating each time I try to run Apache (timestamp changes of course): Sure ;-) [Tue Mar 28 11:32:47 2006]

[EMAIL PROTECTED] [addenum] Re: [EMAIL PROTECTED] mod_rewrite and Location(Match)?

2006-03-28 Thread Alexander Lazic
Hi, On Die 28.03.2006 18:24, Alexander Lazic wrote: [snipp] in VirtualHost-Contex but i loose the user after the [INTERNAL REDIRECT]. [snipp] [test.server/sid#82733f8][rid#840b4e8/initial] (1) [per-dir \ /usr/local/apache/htdocs/] internal redirect with /apps/test.jsp \ [INTERNAL

Re: [EMAIL PROTECTED] making Apache work with WebLogic

2006-03-28 Thread Alexander Lazic
Hi Amalan (hope this is your first name) ;-), On Die 28.03.2006 11:54, Amalan, S wrote: My system has worked so far with binaries doing dynamic linking all the time. And now I am wondering how they could have worked :-) ;-) But, who knows what else needs to be in there - never had problems

Re: [EMAIL PROTECTED] making Apache work with WebLogic

2006-03-28 Thread Alexander Lazic
Hi, On Die 28.03.2006 11:06, Amalan, S wrote: OS = SunOS 5.8 Great idea re: truss. I ran it and found the following in the output: stat("/opt/SUNWspro/lib/libc.so.1", 0xFFBEF0BC) Err#2 ENOENT stat("/usr/openwin/lib/libc.so.1", 0xFFBEF0BC) Err#2 ENOENT stat("/sybase/sybase11/lib/libc.so.1",

Re: [EMAIL PROTECTED] Weblogic module and apache 1.3.33 question

2006-03-28 Thread Alexander Lazic
Hi, On Die 28.03.2006 12:47, Ken Murach wrote: I then started up this apache 1.3.33 instanace but got the following message upon start up: apollo1 # ./apachectl start [Tue Mar 28 12:23:24 2006] [warn] Loaded DSO libexec/mod_wl.so uses plain Apache 1.3 API, this module might crash under EAPI!

[EMAIL PROTECTED] [Addnum] Re: [EMAIL PROTECTED] mod_rewrite and Location(Match)?

2006-03-28 Thread Alexander Lazic
On Die 28.03.2006 18:24, Alexander Lazic wrote: Hi and thanks for help ;-), On Die 28.03.2006 10:52, Joshua Slive wrote: You were going in the right direction: you need to use mod_rewrite. I thought that you explained that it worked when placed outside the but not inside. If so, you just

Re: [EMAIL PROTECTED] mod_rewrite and Location(Match)?

2006-03-28 Thread Alexander Lazic
Hi and thanks for help ;-), On Die 28.03.2006 10:52, Joshua Slive wrote: You were going in the right direction: you need to use mod_rewrite. I thought that you explained that it worked when placed outside the but not inside. If so, you just leave it outside, but set the inherit option as des

Re: [EMAIL PROTECTED] mod_rewrite and Location(Match)?

2006-03-28 Thread Alexander Lazic
Hi, On Die 28.03.2006 09:17, Joshua Slive wrote: On 3/28/06, Alexander Lazic <[EMAIL PROTECTED]> wrote: But when i deaktivate the RewriteRule in the VirtualHost and aktivate in the global Scope the apache make the request to the Appserver. That's a confusing problem description,

[EMAIL PROTECTED] mod_rewrite and Location(Match)?

2006-03-28 Thread Alexander Lazic
Hi, we have a customer who needs a specific query-string and location password protected. The location is protected by LocationMatch containing Basic-Auth. The setup in our webserver is: --- AuthType Basic AuthName "Auth-Part" AuthUserFile /usr/local/apache/conf/.auth1htpasswd AuthGrou

Re: [EMAIL PROTECTED] making Apache work with WebLogic

2006-03-27 Thread Alexander Lazic
Hi, On Mon 27.03.2006 22:20, Amalan, S wrote: I am trying to make Apache work with WebLogic so that Apache functions like a proxy webserver which forwards the requests back and forth between a user and the WebLogic Web/App Server. On which OS (Sun/Linux/...)? The only configuration I had to

Re: [EMAIL PROTECTED] port switching from web cache and http

2006-03-02 Thread Alexander Lazic
On Don 02.03.2006 08:37, Charles Li wrote: We use Oracle Application Server, which uses HTTP. It has a web cache component, which sits on top of the HTTP. We have observe that when we access HTTP through the web cache, say port 7000, it sometimes goes back to the HTTP port, say port 7001. How

Re: [EMAIL PROTECTED] Soft. Load Balancer Recommendations

2006-02-20 Thread Alexander Lazic
Hi, On Son 19.02.2006 17:26, James Wuerflein wrote: I'm looking for a software load balancer solution where I could do 1 to many backend webservers, and also have the option to maintain some session persistance with jsession? Additionally, would like to be able to do many proxy or load balancer

Re: [EMAIL PROTECTED] Q: about mod_status.

2006-02-14 Thread Alexander Lazic
Hi, On Die 14.02.2006 09:27, Joshua Slive wrote: On 2/14/06, Alexander Lazic <[EMAIL PROTECTED]> wrote: Thanx && how about to correct the docs ;-)) Feel free to file a bug report and extra bonus points for an attached patch. ASF Bugzilla Bug 38644 I hope anybody care of

Re: [EMAIL PROTECTED] Q: about mod_status.

2006-02-14 Thread Alexander Lazic
Hi, On Mon 13.02.2006 12:05, Joshua Slive wrote: On 2/12/06, Alexander Lazic <[EMAIL PROTECTED]> wrote: But i can't find the option :-( Please can anybody give me a hint ;-) I'm pretty sure the docs are incorrect. Those "*"s probably refer to the stuff tha

[EMAIL PROTECTED] Q: about mod_status.

2006-02-12 Thread Alexander Lazic
Hi, in http://httpd.apache.org/docs/2.0/mod/mod_status.html stands: --- A compile-time option must be used to display the details marked "(*)" as the instrumentation required for obtaining these statistics does not exist within standard Apache. --- But i can't find the option :-( Please can a

Re: [EMAIL PROTECTED] reverse proxy with Apache 2.0

2005-11-29 Thread Alexander Lazic
Hi, On Die 29.11.2005 16:04, Suzy Fynes wrote: Tried that and still getting the same error or problem it can be that you fall into theses bug, if i understand you right: --- http://issues.apache.org/bugzilla/show_bug.cgi?id=19188 ProxyPass'ing to HTTPS server via proxy does not work --- I

Re: [EMAIL PROTECTED] Rfi (Request for ideas ;-)

2005-11-03 Thread Alexander Lazic
On Mit 02.11.2005 10:47, Joshua Slive wrote: On 10/31/05, Alexander Lazic <[EMAIL PROTECTED]> wrote: Does anybody have some nice ideas to prevent that many *stat() calls? Note that this is not as bad as it looks, because mod_rewrite evaluates the RewriteRule BEFORE the RewriteCond,

Re: [EMAIL PROTECTED] Rfi (Request for ideas ;-)

2005-11-02 Thread Alexander Lazic
On Mon 31.10.2005 15:40, Nick Kew wrote: On Monday 31 October 2005 15:26, Alexander Lazic wrote: Hi, we have the following requirement. We have a 2-Tier achitechure witch looks like: The easy way would be to put something in the paths that can be used as an easy lookup. For example, use

[EMAIL PROTECTED] Rfi (Request for ideas ;-)

2005-10-31 Thread Alexander Lazic
Hi, we have the following requirement. We have a 2-Tier achitechure witch looks like: +--+ | Web-Tier | +--+ | | V +--+ | App-Tier | +--+ The webserver apache is configured to prevent calls to the app-tier by serving html-Files if they ca

Re: [EMAIL PROTECTED] Re: How to solve this descriptor problem on solaris 8 and apache 1.3.33

2005-08-21 Thread Alexander Lazic
Hi, On Son 21.08.2005 18:45, Harald Falkenberg wrote: thank you for your help. Have you or someone else an idea what causes such a high use of file descriptors? How can I monitor the usage of file descriptors and see what kind of files are related to them? Long living requests? Unclean shutdo

Re: [EMAIL PROTECTED] Re: How to solve this descriptor problem on solaris 8 and apache 1.3.33

2005-08-21 Thread Alexander Lazic
Hi, On Son 21.08.2005 12:38, Harald Falkenberg wrote: is there nobody on the list who can point me to the necessary steps to solve the problem? export this Var in your shell before you call the ./configure file: CFLAGS=-DFD_SETSIZE=2048 Have you read http://httpd.apache.org/docs/1.3/install

Re: [EMAIL PROTECTED] Multiple apache instances

2005-08-16 Thread Alexander Lazic
Hi, On Mon 15.08.2005 14:41, Spike Burkhardt wrote: thanks for the info. What I did forget to mention is that the multiple instances are running from the same directory tree. just some tasks to do: 1. cp apachectl apachectl_1 2. vi apachectl_1 change the HTTPD variable with the -f $CONF

Re: [users@httpd] AES on SSL with apache2

2005-06-30 Thread Alexander Lazic
Hi, On Don 30.06.2005 11:05, Fiorenzi Alessandro wrote: SSLCipherSuite vor 1.3.x => http://www.modssl.org/docs/2.8/ssl_reference.html#ToC9 vor 2.0.x => http://httpd.apache.org/docs-2.0/mod/mod_ssl.html.en#sslciphersuite Hth al ;-) but no one of that regard about AES Aehm have you rea

Re: [users@httpd] AES on SSL with apache2

2005-06-30 Thread Alexander Lazic
Hi, On Don 30.06.2005 10:43, Fiorenzi Alessandro wrote: I have seen that some site like washington.edu if your client is firefox use AES for SSL encription, and other like RC4 128 for Explorer or other browser. How can I configure my apache to use AES? SSLCipherSuite vor 1.3.x => http://ww

Re: [users@httpd] Apache 2.0.54 on Solaris 10

2005-06-30 Thread Alexander Lazic
Hi, On Mit 29.06.2005 16:12, Lyndon Tiu wrote: I am getting this error in the httpd's error.log: [emerg] (2)No such file or directory: Couldn't create accept lock and all httpd processes dies. No httpd processes are left running. # Errors AcceptMutex fcntl Is the default in 2.0.54, as i kn

Re: [users@httpd] Preferred MUTEX Settings for Apache 2.0 && Sol10-x86

2005-06-01 Thread Alexander Lazic
Hi, On Die 31.05.2005 20:17, Alexander Lazic wrote: we have the following error with ~1000 concurrent Connection: [Tue May 31 18:59:28 2005] [warn] (45)Deadlock situation \ detected/avoided: Failed to acquire global mutex lock [Tue May 31 18:59:28 2005] [error] (45)Deadlock situation

[users@httpd] Preferred MUTEX Settings for Apache 2.0 && Sol10-x86

2005-05-31 Thread Alexander Lazic
Hi, we have the following error with ~1000 concurrent Connection: --- [Tue May 31 18:59:28 2005] [warn] (45)Deadlock situation \ detected/avoided: Failed to acquire global mutex lock [Tue May 31 18:59:28 2005] [error] (45)Deadlock situation \ detected/avoided: Cannot open SSLSessionCache DBM fi