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!
-
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
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
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
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
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
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:
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
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
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
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
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
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
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
*** 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
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
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
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
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
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 -
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.
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
[ 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
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
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 ?
--
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?
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
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
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
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.
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
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
32 matches
Mail list logo