[EMAIL PROTECTED] Please, i tried alot to unsubscribe but it fail

2006-09-04 Thread MOHAMED Ibrahim
Please, i tried alot to unsubscribe but it fail   any one know how to unsubscribe, i already send an E-mail as specified at the end of any delivered mail    Express yourself instantly with MSN Messenger! MSN Messenger Download today it's FREE! -

Re: [EMAIL PROTECTED] Using .htaccess in a front-end/back-end setup

2006-09-04 Thread Bill Moseley
On Mon, Sep 04, 2006 at 05:10:23PM -0400, Joshua Slive wrote: > In general, I think you should tell your clients that it isn't > possible to use .htaccess in those cases. Even if you can get it to > work, it would be a fragile config since you are having apache act at > the file-system level to re

Re: [EMAIL PROTECTED] Using .htaccess in a front-end/back-end setup

2006-09-04 Thread Joshua Slive
On 9/4/06, Bill Moseley <[EMAIL PROTECTED]> wrote: Basically, I'm wonder when in the request cycle Apache deals with .htaccess. I guess it would have to be after mod_rewrite because mod_rewrite can, well, rewrite the request. mod_rewrite acts in two different phases of processing depending on

Re: [EMAIL PROTECTED] Using .htaccess in a front-end/back-end setup

2006-09-04 Thread Joshua Slive
On 9/4/06, Bill Moseley <[EMAIL PROTECTED]> wrote: This is on: Apache/2.0.55 On a related note, I can't seem to get access control working in my .htaccess files. I'm wondering if my RewriteRule could be confusing things. The .htaccess file contains only these two lines: deny from all

Re: [EMAIL PROTECTED] Using .htaccess in a front-end/back-end setup

2006-09-04 Thread Bill Moseley
This is on: Apache/2.0.55 On a related note, I can't seem to get access control working in my .htaccess files. I'm wondering if my RewriteRule could be confusing things. The .htaccess file contains only these two lines: deny from all Redirect /foo/ls.apache http://apache.org/ "Redirec

[EMAIL PROTECTED] AuthProviderAlias and mod_authn_file

2006-09-04 Thread Rich Bowen
I'm trying to come up with a working example of using AuthProviderAlias with something other than LDAP. I'm sure I'm overlooking something simple, but I can't get it working, and could use some advice. Here's what I've got: AuthUserFile /tmp/auth1 AuthUserFile /tmp/auth2

[EMAIL PROTECTED] RE: case insensitive rewrite rules and nested mapping

2006-09-04 Thread Chen, Charles
  Hi,     I need a case insensitive url rewrite such as     http://proxyhost/NeWs   would be rewritten to:     http://realserver/some/other/url   here, "/NeWs" first mapped to all upper case "NEWS" and then used to lookup another map in which I have a line like this:  

[EMAIL PROTECTED] Using .htaccess in a front-end/back-end setup

2006-09-04 Thread Bill Moseley
I have a front-end apache that proxies most requests to a back end server. I use mod_rewrite to determine what should go to the back-end server. Basically, I'm wonder when in the request cycle Apache deals with .htaccess. I guess it would have to be after mod_rewrite because mod_rewrite can, wel

Re: [EMAIL PROTECTED] Apache reverse proxy in front of a Windows NLB cluster

2006-09-04 Thread Jens Schleusener
Hi, On Mon, 4 Sep 2006, Nick Kew wrote: > On Monday 04 September 2006 15:59, Jens Schleusener wrote: > > > Any ideas to handle this situation (second network-interface, iptables, > > additional server hardware or ...) ? > > Erm, I may be missing your point, but why not just do the balancing > i

Re: [EMAIL PROTECTED] Mixing Internet and Intranet sites.

2006-09-04 Thread Joshua Slive
On 9/4/06, Brian P. Giroux <[EMAIL PROTECTED]> wrote: I am using Apache/2.0.55 (Ubuntu) PHP/5.1.2 mod_perl/2.0.2 Perl/v5.8.7 Server at victor Port 80. I currently have three Local Intranet sites in /var/www/ - A "testbed" that I use to experiment with Apache and HTML - phpMyAdmin which is pas

[EMAIL PROTECTED] Mixing Internet and Intranet sites.

2006-09-04 Thread Brian P. Giroux
I am using Apache/2.0.55 (Ubuntu) PHP/5.1.2 mod_perl/2.0.2 Perl/v5.8.7 Server at victor Port 80. I currently have three Local Intranet sites in /var/www/ - A "testbed" that I use to experiment with Apache and HTML - phpMyAdmin which is password protected - and a local intranet which is not pas

Re: [EMAIL PROTECTED] Apache reverse proxy in front of a Windows NLB cluster

2006-09-04 Thread Nick Kew
On Monday 04 September 2006 15:59, Jens Schleusener wrote: > Any ideas to handle this situation (second network-interface, iptables, > additional server hardware or ...) ? Erm, I may be missing your point, but why not just do the balancing in the proxy itself? -- Nick Kew Application Developme

Re: [EMAIL PROTECTED] The best option

2006-09-04 Thread Nick Kew
On Monday 04 September 2006 15:41, Steven Pierce wrote: > http://www.modssl.org/docs/2.8/ssl_faq.html#ToC3 (is the Mod_ssl page. Obsolete since April 2002. > www.apache-ssl.org Obsolete since April 2002. Please see the documentation at httpd.apache.org. -- Nick Kew Application Development

[EMAIL PROTECTED] Apache reverse proxy in front of a Windows NLB cluster

2006-09-04 Thread Jens Schleusener
Hi, we try to implement an Apache Linux server as a reverse proxy for different kinds of backend web servers to achieve a homogeneous web space. One of the backend servers is an Microsoft IIS server with an NLB (Network Load Balancing) Cluster of two systems. On that IIS server runs a CMS syst

Re: [EMAIL PROTECTED] The best option

2006-09-04 Thread Steven Pierce
*** REPLY SEPARATOR *** On 9/4/2006 at 1:04 PM [EMAIL PROTECTED] wrote: >Hi all! > >I have my first client, he want a website with ssl for the clients area. > >i was searching and reading about > apache + mod_ssl + openssl and apache_ssl > >What of this is better or more secure

[EMAIL PROTECTED] host: isc_socket_create: not enough free resources

2006-09-04 Thread Santi Saez
Hello :-) I'm getting this error in a server with Fedora Core 3 running Apache 1.3.37: (..) host: isc_socket_create: not enough free resources host: isc_socket_create: not enough free resources host: isc_socket_create: not enough free resources (..) Googling for this error I think that the p

Re: [EMAIL PROTECTED] Disabling byte serving.

2006-09-04 Thread Joshua Slive
On 9/4/06, Holyoak, Andy <[EMAIL PROTECTED]> wrote: Hi, We are in the process of migrating from the SunOne web Server to the Apache Web Server. In the SunOne environment we have managed to disable byte-serving by adding the following configuration line into the obj.conf file. Output type="app

Re: [EMAIL PROTECTED] How to force the apache transfer the data in chunked mode?

2006-09-04 Thread Joshua Slive
On 9/4/06, Nicle Yang <[EMAIL PROTECTED]> wrote: Hi UHLAR, I am developping a http/1.1 client with chunk-parser, and I wanna find a httpserver(which transfers the data in chunk mode) to verify my chunk-parser. You need to request content where apache httpd can't determine in advance the con

[EMAIL PROTECTED] The best option

2006-09-04 Thread [EMAIL PROTECTED]
Hi all! I have my first client, he want a website with ssl for the clients area. i was searching and reading about apache + mod_ssl + openssl and apache_ssl What of this is better or more secure? I mean that is more posible find a bug in 1 of 3 aplications that 1 of 1 and the support a little m

Re: [EMAIL PROTECTED] Apache and router

2006-09-04 Thread John Tunstall
Thanks again Steve. Yes this is where our CGI scripts are stored. But, do you have some ideas on the CGI script we can use to instruct Apache on the IP address to be used, namely not to use the Router IP but to use the static IP address of the server?   JohnT - Original Message -

Re: [EMAIL PROTECTED] Apache and router

2006-09-04 Thread John Tunstall
Thanks Steve. Yes it is running under Windows.   JohnT - Original Message - From: Steve Swift To: users@httpd.apache.org Sent: Monday, September 04, 2006 11:15 AM Subject: Re: [EMAIL PROTECTED] Apache and router That depends on how your apache is configured. 

Re: [EMAIL PROTECTED] Apache and router

2006-09-04 Thread Steve Swift
That depends on how your apache is configured.  I could make guesses, but that's all they would be. Look in the configuration of your apache and see if you can find a like similar to this:ScriptAlias /cgi-bin/ "C:/Program Files/Apache Software Foundation/Apache2.2/cgi-bin/" This defines where on yo

Re: [EMAIL PROTECTED] Installing Apache 2.2.3 with authnz_ldap

2006-09-04 Thread Kenneth Svee
[ Jones Scott - sjones ] > I added the openLDAP lib to my LIB path. That gets me around this > problem But when I go to production I will not have openLDAP on the > same server. What did I miss in the install? If you want mod_authnz_ldap to work in production you will need the OpenLDAP-libraries

Re: [EMAIL PROTECTED] Apache and router

2006-09-04 Thread John Tunstall
Hi Steve. Thanks for your help on this.   Do you have an idea what the CGI script is that controls the IP address to be used?   Thanks again.   JohnT - Original Message - From: Steve Swift To: users@httpd.apache.org Sent: Monday, September 04, 2006 8:06 AM Subjec

Re: [EMAIL PROTECTED] Php Load Script

2006-09-04 Thread Devraj Mukherjee
I am not sure if there is anything to do that on the PHP level. Have you looked at http://opensourcetesting.org/performance.php On 9/3/06, Armin ranjbar <[EMAIL PROTECTED]> wrote: hi all ; im looking for somekind of php load script to monitor / measure my webserver performance , any idea ? --

Re: [EMAIL PROTECTED] mod_mem_cache question...

2006-09-04 Thread Xuekun Hu
On 9/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I found the problems with mod_mem_cache under load. I am going to look into mod_disk_cache as per your suggestion. I hope mod_disk_cache does better. Thanks for all the help, Joshua. What kind of problems did you find with mod_mem_cache?

[EMAIL PROTECTED] Disabling byte serving.

2006-09-04 Thread Holyoak, Andy
Hi, We are in the process of migrating from the SunOne web Server to the Apache Web Server. In the SunOne environment we have managed to disable byte-serving by adding the following configuration line into the obj.conf file. Output type="application/pdf" fn="set-variable" set-srvhdrs="Accept-ra

Re: [EMAIL PROTECTED] How to force the apache transfer the data in chunked mode?

2006-09-04 Thread Nicle Yang
Hi UHLAR,   I am developping a  http/1.1 client with chunk-parser, and I wanna find a httpserver(which transfers the data in chunk mode) to verify my chunk-parser. Best RegardsNicle Yang2006/9/4, Matus UHLAR - fantomas <[EMAIL PROTECTED]>: On 04.09.06 12:00, Nicle Yang wrote:>   The apache manual s

Re: [EMAIL PROTECTED] Mixing virtual hosting techniques

2006-09-04 Thread Matus UHLAR - fantomas
On 04.09.06 17:11, Devraj Mukherjee wrote: > I am looking at running an Apache web server with a combination of > name and ip based virtual hosting. > > Say I have ip address 192.168.1.3 and 192.168.1.4 and I wish to listen > on both those ip addresses and provide virtual name based virtual > host

Re: [EMAIL PROTECTED] How to force the apache transfer the data in chunked mode?

2006-09-04 Thread Matus UHLAR - fantomas
On 04.09.06 12:00, Nicle Yang wrote: > The apache manual says:"If the client requests it, chunked encoding will > be used in order to send content of unknown length over persistent > connections.", but I wanna the apache transfer the data in chunked mode, > even though we the length of the data.

[EMAIL PROTECTED] Mixing virtual hosting techniques

2006-09-04 Thread Devraj Mukherjee
Hi everyone, I am looking at running an Apache web server with a combination of name and ip based virtual hosting. Say I have ip address 192.168.1.3 and 192.168.1.4 and I wish to listen on both those ip addresses and provide virtual name based virtual hosting on each one of those addresses So 1

Re: [EMAIL PROTECTED] Apache and router

2006-09-04 Thread Steve Swift
Well, you will probably have to inspect the CGI script that handles /cgi-bin/ai to see why/if it is returning http://192.168.0.2 amongst its outputIf I were to guess, I'd say that the CGI script is trying to determine the address of the server in order to generate URL's that refer to the server. If