Re: [EMAIL PROTECTED] Apache Virtual Server Configuration

2008-06-04 Thread matt . farey
The first v.h. block is important in that any request for a host (servername) that is not found in any other vh block defaults to the first block. So on my servers in the top most block all requests are rewritten to a "please check the url" page. Sent from my BlackBerry® wireless device -O

[EMAIL PROTECTED] Apache Virtual Server Configuration

2008-06-04 Thread Vinay Purohit
Hi Is it mandatory to have first virtual server block as main server when we configure name based virtual server on apache2.2.8 ? Creation of virtual servers: While creating virtual servers on apache 2.2.8 we have to include a virtual host block for each virtual server we want to create and one

[EMAIL PROTECTED] log roatation / delete for virtual domains

2008-06-04 Thread Agnello George
HI I have atleast 20 virtual host on my Apache ( 2.2.8 ) server and am having a difficulty in deleting the logs after it reaches a certain limit. my vhost directive look something like this : ServerAdmin [EMAIL PROTECTED] ServerName agnello.sys.qualiproj.qualispace.com ServerAlias www.agnello.sy

Re: [EMAIL PROTECTED] Setting up password authentication

2008-06-04 Thread André Warnier
Res wrote: On Wed, 4 Jun 2008, Paul Cocker wrote: I want to setup digest password authentication as a light deterrent around a development site (i.e. nothing sensitive, just not ready for public consumption). [...] but all produce an Error 500 page, regardless of whether the correct cre

Re: [EMAIL PROTECTED] Block IP

2008-06-04 Thread Dragon
André Warnier wrote: Mohit Anchlia wrote: 2. Another question I had was sometimes we don't get real physical IP of the machine but the IP of something that's in between like "router", is there a way to get the real IP so that we don't end up blocking people coming from that "router" or "proxy"

RE: [EMAIL PROTECTED] Block IP

2008-06-04 Thread Soumendu Bhattacharya
You need to use directive to block ip's from Apache (which is being served by jboss) You will also need to restart Apache everytime you add modify any ACL -Original Message- From: André Warnier [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2008 12:56 AM To: users@httpd.apache.or

Re: [EMAIL PROTECTED] Block IP

2008-06-04 Thread André Warnier
Mohit Anchlia wrote: Few questions: 1. We have a webserver and we use mod_jk to redirect request to a servlet to our App server. Given this situation where file on the web server doesn't get accessed how can I block the IP at web server. Only option that I know of is RewriteCond. Is that what'

[EMAIL PROTECTED] Block IP

2008-06-04 Thread Mohit Anchlia
Few questions: 1. We have a webserver and we use mod_jk to redirect request to a servlet to our App server. Given this situation where file on the web server doesn't get accessed how can I block the IP at web server. Only option that I know of is RewriteCond. Is that what's advisable. 2. Another

Re: [EMAIL PROTECTED] Re: ezmlm response

2008-06-04 Thread Mohit Anchlia
so in my case should it be: RewriteCond %{REQUEST_METHOD} ^GET [AND] RewriteCond %{QUERY_STRING} ^$ RewriteRule .* - [F] On 5/27/08, Eric Covener <[EMAIL PROTECTED]> wrote: > > On Tue, May 27, 2008 at 2:00 AM, Mohit Anchlia <[EMAIL PROTECTED]> > wrote: > > Hi, > > > > We are running Apache web s

Re: [EMAIL PROTECTED] RewriteMap question

2008-06-04 Thread Josh Trutwin
On Wed, 4 Jun 2008 13:04:42 -0400 "Joshua Slive" <[EMAIL PROTECTED]> wrote: > Just use a dbm rewritemap. These will be fast and scalable and don't > suffer from all the prg map problems. ok - I think that's the road I'll try to take - couple quick questions: 1. if you update a dbm map file do yo

Re: [EMAIL PROTECTED] RewriteMap question

2008-06-04 Thread Eric Covener
On Wed, Jun 4, 2008 at 12:00 PM, Josh Trutwin <[EMAIL PROTECTED]> wrote: > We have a RewriteMap program that is kicked off via the following: > > RewriteMap smc_rewriter prg:/usr/share/php/rewriter.php > > This works well most of the time, but for heavy use it really can bog > down as there is alwa

Re: [EMAIL PROTECTED] RewriteMap question

2008-06-04 Thread Joshua Slive
On Wed, Jun 4, 2008 at 12:37 PM, Josh Trutwin <[EMAIL PROTECTED]> wrote: > On Wed, 4 Jun 2008 12:08:28 -0400 > "Joshua Slive" <[EMAIL PROTECTED]> wrote: > >> > Is it possible to start multiple instances of this program? >> >> No, not directly. >> >> A few possibilities: >> >> 1. Try to do whatever

Re: [EMAIL PROTECTED] RewriteMap question

2008-06-04 Thread Josh Trutwin
On Wed, 4 Jun 2008 12:08:28 -0400 "Joshua Slive" <[EMAIL PROTECTED]> wrote: > > Is it possible to start multiple instances of this program? > > No, not directly. > > A few possibilities: > > 1. Try to do whatever you are doing without an prg: rewritemap. > These should really be a last resort f

Re: [EMAIL PROTECTED] RewriteMap question

2008-06-04 Thread Joshua Slive
On Wed, Jun 4, 2008 at 12:00 PM, Josh Trutwin <[EMAIL PROTECTED]> wrote: > We have a RewriteMap program that is kicked off via the following: > > RewriteMap smc_rewriter prg:/usr/share/php/rewriter.php > > This works well most of the time, but for heavy use it really can bog > down as there is alwa

[EMAIL PROTECTED] Setting up password authentication

2008-06-04 Thread Paul Cocker
I want to setup digest password authentication as a light deterrent around a development site (i.e. nothing sensitive, just not ready for public consumption). I added the following to httpd.conf: AuthType Digest AuthName "Development Area - Authorised Access Only!" AuthUs

[EMAIL PROTECTED] RewriteMap question

2008-06-04 Thread Josh Trutwin
We have a RewriteMap program that is kicked off via the following: RewriteMap smc_rewriter prg:/usr/share/php/rewriter.php This works well most of the time, but for heavy use it really can bog down as there is always only one of these programs running to handle all the requests. Is it possible t

Re: [EMAIL PROTECTED] Diffeerent Apache Daemon on RHEL5.1

2008-06-04 Thread Eric Covener
On Wed, Jun 4, 2008 at 10:45 AM, André Warnier <[EMAIL PROTECTED]> wrote: > > > Eric Covener wrote: >> >> On Wed, Jun 4, 2008 at 8:46 AM, Wilda, Jet >> <[EMAIL PROTECTED]> wrote: >>> >>> Hi, >>> >>> Check this >>> http://www.gossamer-threads.com/lists/apache/users/351116?do=post_view_threaded

Re: [EMAIL PROTECTED] Diffeerent Apache Daemon on RHEL5.1

2008-06-04 Thread André Warnier
Eric Covener wrote: On Wed, Jun 4, 2008 at 8:46 AM, Wilda, Jet <[EMAIL PROTECTED]> wrote: Hi, Check this http://www.gossamer-threads.com/lists/apache/users/351116?do=post_view_threaded out. I think that is what you are asking. Copying binaries doesn't seem to make a lot of sense.

Re: [EMAIL PROTECTED] Access control to files for logged in users only using apache

2008-06-04 Thread André Warnier
Artem Kuchin wrote: André Warnier пишет: Artem Kuchin wrote: Hello! Where is the situation. I have a bunch of files (thousands) in a directory structure which is accessible via direct url. For example: directory: htdata/index.html htdata/files htdata/files/1/file1.dat htdata/files/1/f

Re: [EMAIL PROTECTED] Diffeerent Apache Daemon on RHEL5.1

2008-06-04 Thread Eric Covener
On Wed, Jun 4, 2008 at 8:46 AM, Wilda, Jet <[EMAIL PROTECTED]> wrote: > Hi, > >Check this > http://www.gossamer-threads.com/lists/apache/users/351116?do=post_view_threaded > out. I think that is what you are asking. > Copying binaries doesn't seem to make a lot of sense. -- Eric Coven

Re: [EMAIL PROTECTED] Access control to files for logged in users only using apache

2008-06-04 Thread Artem Kuchin
André Warnier пишет: Artem Kuchin wrote: Hello! Where is the situation. I have a bunch of files (thousands) in a directory structure which is accessible via direct url. For example: directory: htdata/index.html htdata/files htdata/files/1/file1.dat htdata/files/1/file2.dat htdata/files/2

RE: [EMAIL PROTECTED] Diffeerent Apache Daemon on RHEL5.1

2008-06-04 Thread Wilda, Jet
Hi, Check this http://www.gossamer-threads.com/lists/apache/users/351116?do=post_view_threaded out. I think that is what you are asking. Thanks, ~Jet -Original Message- From: Vinay Purohit [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2008 7:34 AM To: users@httpd.apache

Re: [EMAIL PROTECTED] Re: Apache Log File 2GB

2008-06-04 Thread Matus UHLAR - fantomas
> >>What is the advantage of having larger log files? Why not rotate daily? > >>You don't want to rotate once it reaches 2GB. You should be doing it way > >>before then. Large log files are harder to search through and make sense > >>of. > Andre Hübner wrote: > >sense is to have one file that c

Re: [EMAIL PROTECTED] Access control to files for logged in users only using apache

2008-06-04 Thread André Warnier
Artem Kuchin wrote: Hello! Where is the situation. I have a bunch of files (thousands) in a directory structure which is accessible via direct url. For example: directory: htdata/index.html htdata/files htdata/files/1/file1.dat htdata/files/1/file2.dat htdata/files/2/file3.dat htdata/files/3/

RE: [EMAIL PROTECTED] Diffeerent Apache Daemon on RHEL5.1

2008-06-04 Thread Vinay Purohit
Thanks Jet. Can you please explain in bit more detail i.e. what do you mean by "you will also need to make a copy of the binary if you truly want separate daemons" \Vinay -Original Message- From: Wilda, Jet [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2008 4:48 PM To: users@ht

RE: [EMAIL PROTECTED] Diffeerent Apache Daemon on RHEL5.1

2008-06-04 Thread Wilda, Jet
Hi, We basically do approach1, however you will also need to make a copy of the binary if you truly want separate daemons. ~Jet From: Vinay Purohit [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2008 12:36 AM To: users@httpd.apache.org Subj

[EMAIL PROTECTED] Access control to files for logged in users only using apache

2008-06-04 Thread Artem Kuchin
Hello! Where is the situation. I have a bunch of files (thousands) in a directory structure which is accessible via direct url. For example: directory: htdata/index.html htdata/files htdata/files/1/file1.dat htdata/files/1/file2.dat htdata/files/2/file3.dat htdata/files/3/file4.dat The poing

[EMAIL PROTECTED] help needed on log entries, seems to Apache hangs

2008-06-04 Thread Arnab Ganguly
Hi All, I am using Apache 2.2 Worker in Red-Hat 3.0. Following are the behaviors observed in my access logs. 1) Sometime for a particular second there is no entry in the access log although the server was up and it was fed by HTTP request. 2) Time stamp in the access log entry sometimes come in ir

Re: [EMAIL PROTECTED] Enquiry about Reserve Proxy

2008-06-04 Thread Rajeshp
Hi.. i have also setup reverse proxy in my working envinorment but the problem is i cannt get the images in the web page and in the page i am not able to login this problem is there for only some websites.but for other i can login and the images are getting displayed.. Here is the code i have writ

Re: [EMAIL PROTECTED] Re: Apache Log File 2GB

2008-06-04 Thread André Warnier
Andre Hübner wrote: Servus, What is the advantage of having larger log files? Why not rotate daily? You don't want to rotate once it reaches 2GB. You should be doing it way before then. Large log files are harder to search through and make sense of. sense is to have one file that can be

RE: [EMAIL PROTECTED] AddOutputFilterByType

2008-06-04 Thread Ben Davies
" MultiViews is used specifically when choosing between a bunch of files that exist in the filesystem, but that have different meta-data attached to them. You only have a single file, but wish to process it in a bunch of different ways." That's what I thought, though the brief explanation of Multi

[EMAIL PROTECTED] Re: Apache Log File 2GB

2008-06-04 Thread Andre Hübner
Servus, What is the advantage of having larger log files? Why not rotate daily? You don't want to rotate once it reaches 2GB. You should be doing it way before then. Large log files are harder to search through and make sense of. sense is to have one file that can be webalized cause webaliz