[EMAIL PROTECTED] Testing mod_isapi r416293 on Apache 2.0/2.2

2006-07-04 Thread William A. Rowe, Jr.
If anyone would like to help Matt and I determine that our recent patches address all known issues, the file http://people.apache.org/~wrowe/mod_isapi-416293.zip includes the binary mod_isapi.so (and debugging .pdb) to be copied into the installed apache2.0 or the apache2.2 directory. It also

Re: [EMAIL PROTECTED] Removing an output filter or performing a negative LocationMatch...

2006-07-04 Thread Nick Kew
On Tuesday 04 July 2006 19:41, Nick Kew wrote: > On Tuesday 04 July 2006 14:42, Neil A. Hillard wrote: > > There isn't a negative version of LocationMatch so I've been trying > > negative lookaheads but I can't find a suitable one. I can't use: > > > > > > SetOutputFilter proxy-html > > > > Wit

Re: [EMAIL PROTECTED] Removing an output filter or performing a negative LocationMatch...

2006-07-04 Thread Nick Kew
On Tuesday 04 July 2006 14:42, Neil A. Hillard wrote: > There isn't a negative version of LocationMatch so I've been trying > negative lookaheads but I can't find a suitable one. I can't use: > > > SetOutputFilter proxy-html > Without thinking about LocationMatch, how about the mod_deflate h

Re: [EMAIL PROTECTED] specifying https-specific directives

2006-07-04 Thread mortee
Thanks. You mean mod_ssl's %{HTTPS} variable, right? And how do I use it to drive conditional directives? Since %{HTTPS} always exists, with a value "no" or "yes" (according to what you wrote), I can't use it directly with the "Allow from env=..." form, because that checks for the existence of t

Re: [EMAIL PROTECTED] Distributed Web Server

2006-07-04 Thread David Filion
Alexander Lazic wrote: 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

Re: [EMAIL PROTECTED] Logs not being written to?

2006-07-04 Thread Joshua Slive
On 7/4/06, Evan Platt <[EMAIL PROTECTED]> wrote: Sorry for the lack of details, but not quite sure I even understand what the issue is.. Running Apache 2.2.0 on a Mac OS/X box. Basically, every night my cron rotates and archives /var/log/httpd/access_log to /var/log/httpd/access_log.0.gz . The

[EMAIL PROTECTED] Logs not being written to?

2006-07-04 Thread Evan Platt
Sorry for the lack of details, but not quite sure I even understand what the issue is.. Running Apache 2.2.0 on a Mac OS/X box. Basically, every night my cron rotates and archives /var/log/httpd/access_log to /var/log/httpd/access_log.0.gz . The new access_log cannot be written to until I do

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 have a

Re: [EMAIL PROTECTED] segmentation fault with SSLCertificateChainFile

2006-07-04 Thread Joshua Slive
On 7/4/06, Matteo Corti <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I am managing several web servers with a very similar configuration. On one instance I get a segmentation fault if I specify the SSLCertificateChainFile option (I am using 2.0.58). If I remove

Re: [EMAIL PROTECTED] Distributed Web Server

2006-07-04 Thread David Filion
Alexander Lazic wrote: 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 LVS would

[EMAIL PROTECTED] segmentation fault with SSLCertificateChainFile

2006-07-04 Thread Matteo Corti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I am managing several web servers with a very similar configuration. On one instance I get a segmentation fault if I specify the SSLCertificateChainFile option (I am using 2.0.58). If I remove the directive the problem disappears. - - the certif

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

2006-07-04 Thread David Filion
Danesh Daroui wrote: Hi Frank, I think we are talking about different things. I already know that it is possible to have a web site on multiple server (of course with different addresses). What I am looking for, is to have mutiple web servers on one address (single IP), where multiple servers

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

2006-07-04 Thread Pid
Do you actually want/mean a distributed web server? I think you mean that you want to a load balance your site. Alex was referring to SoftWare(SW) load balancing and HardWare(HW) load balancing. Both of these techniques involve using multiple physical machines to serve pages which appear to come

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: Re: [EMAIL PROTECTED] Distributed Web Server

2006-07-04 Thread Primož Kumše
Try Linux Virtual Server. The IP Virtual Server modul should be what you are looking for.   Regards,   Primoz   From: Danesh Daroui [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 04, 2006 3:53 PMTo: users@httpd.apache.orgSubject: SV: Re: [EMAIL PROTECTED] Distributed Web Server Hi Frank,I t

SV: Re: [EMAIL PROTECTED] Distributed Web Server

2006-07-04 Thread Danesh Daroui
Hi Frank,I think we are talking about different things. I already know that it is possible to have a web site on multiple server (of course with different addresses). What I am looking for, is to have mutiple web servers on one address (single IP), where multiple servers cooperate with each other t

SV: Re: [EMAIL PROTECTED] Distributed Web Server

2006-07-04 Thread Danesh Daroui
Hi Alex,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?D.Alexander Lazic <[EMAIL PROTECTED]> skrev: Hi,On Mon 03.07.20

[EMAIL PROTECTED] Removing an output filter or performing a negative LocationMatch...

2006-07-04 Thread Neil A. Hillard
Hi, I'm currently working on a problem that is causing me no end of grief and I'm hoping that someone here has got a solution to it! I am currently using Apache 2.0 (which we're stuck with for the time being). Once this project is out of the way then I will be looking at upgrading to 2.2

RE: [EMAIL PROTECTED] error: dereferencing pointer to incomplete type - Help

2006-07-04 Thread Boyle Owen
> -Original Message- > From: Tiago Semprebom [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 04, 2006 1:31 PM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] error: dereferencing pointer to > incomplete type - Help > > Ok, > > I'm using Apache 2.2 and Linux 2.6, > > T

SV: Re: [EMAIL PROTECTED] Distributed Web Server

2006-07-04 Thread Danesh Daroui
Well, I think the bottleneck in our server will be mostly bandwidth. However we are using a 100 Mbits/s internet connection, but we are still worry what would happend if number of users will grow enormously. I have gathered some information like using DC-Apache module which is Distributied Cooperat

RE: [EMAIL PROTECTED] error: dereferencing pointer to incomplete type - Help

2006-07-04 Thread Tiago Semprebom
Ok,I'm  using Apache 2.2 and Linux 2.6,The error: dereferencing pointer to incomplete type returns  when I try to access the follow line in the function listener_thread() in mpm worker.c :ap_log_error(APLOG_MARK, APLOG_NOTICE, rv, ap_server_conf,"IP: %d",csd->connected);ps. I'm trying to use this l

Re: [EMAIL PROTECTED] specifying https-specific directives

2006-07-04 Thread Pid
Joshua Slive wrote: > On 7/3/06, Marton Fabo <[EMAIL PROTECTED]> wrote: >> >> Hello! >> >> I have a Apache/2.0.55 running on a BSD machine. >> >> I'm wondering how I could specify a different set of directives for a >> given directory based on whether it's accesed through plain HTTP or >> HTTPS -

Re: [EMAIL PROTECTED] Conversion of SSL request URL to non-SSL request

2006-07-04 Thread Matus UHLAR - fantomas
On 04.07.06 10:47, Perminder Singh Vohra wrote: > We have a setup requirement where we need to send request to Apache > Server on SSL but Apache should convert the request to non-SSL port and > then process it. We have enable Apache to listen on both Non-SSL and SSL > ports. What do you mean b

RE: [EMAIL PROTECTED] Date change on the machine that Apache server is running

2006-07-04 Thread Durga Prasad \(duprasad\)
Thanks Heinrich, When I change time I am also not seeing any major effects, but if I change a date to next date its looking like the sessions are getting closed. Thanks, Durga -Original Message- From: Heinrich C. Kuhn [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 04, 2006 12:37 PM To:

Re: [EMAIL PROTECTED] Date change on the machine that Apache server is running

2006-07-04 Thread Heinrich C. Kuhn
> How the date change will effect the Apache server? No idea whether that helps (as it is about time, not about date), but: the server our Apache is on gets its time via an ntp-server. This will result in (although minor) changes from TimeA to TimeB not due to the internal clock of the server ever