[EMAIL PROTECTED] Apache httpd memory usage problem

2008-01-15 Thread Lahiru Gunathilake
Hi folks, I'm running a Web Service which sends big Attachment with the request using Apache Web Server and Apache Axis2c.When i send one request memory usage of the system grows up for a particular value and stay in that value without drop down to the previous memory usage value.Then when i send t

[EMAIL PROTECTED] using $1$ md5 in place of $apr1$

2008-01-15 Thread Bill Rising
Hello people, I'm going crazy trying to get apache (v2.2.6 built Sep 23 2007---the built-in apache in Mac OS X 10.5) to recognize MD5 passwords made using something other than htpasswd -m [1]. The passwords are made using pwunconv on a redhat linux machine, FWIW. When I look at the encryp

[EMAIL PROTECTED] mod_macro strange results

2008-01-15 Thread Saunders, Shawn
If this is not the correct forum, please excuse me, and point me to the correct one. I am setting up a webserver with multiple virtual hosts, and wanted to utilize mod_macro. Has anyone had success under Apache 2.2.6 with this module? I am using mod_macro v 1.1.10. On Red Hat AS 4 64-bit box

[EMAIL PROTECTED] cgi script ==> error 500

2008-01-15 Thread david
hi, i use apache 2.2.2 on fedora 5 I have a form mail script file .cgi which is not working. I have an 500 error. here the logs: [Wed Jan 16 00:50:32 2008] [error] [client 82.228.130.65] (2)No such file or directory: exec of '/home/http/mazone/cgi-bin/nogala.cgi' failed, referer: http://www.mazon

Re: [EMAIL PROTECTED] Passing REMOTE_ADDR on 2.0.x reverse proxy

2008-01-15 Thread Al Sparks
> On 14.01.08 16:05, Al Sparks wrote: >> I'm running apache 2.0.x as a reverse proxy. Apparently, it's not >> passing along the original IP address to the target server. >> Specifically the REMOTE_ADDR field on the target server is showing the >> IP address of the proxy server, instead of the IP a

Re: [EMAIL PROTECTED] mod_cache

2008-01-15 Thread Joshua Slive
On Jan 15, 2008 12:16 PM, Campbell, Lance <[EMAIL PROTECTED]> wrote: > Joshua, > There is? I did not know mod_cache would clear out content based on a > higher level URL. Ok. I see your point. But I think this type of mass-change to the cache is much better performed out-of-band. In other words,

RE: [EMAIL PROTECTED] mod_cache

2008-01-15 Thread Campbell, Lance
Joshua, There is? I did not know mod_cache would clear out content based on a higher level URL. Example: Assume mod_cache is caching the following dynamic content: http://acme.edu/calendar/123/abc http://acme.edu/calendar/123/def http://acme.edu/calendar/123/ghi http://acme.edu/calendar/123/jkl

Re: [EMAIL PROTECTED] mod_cache

2008-01-15 Thread Joshua Slive
On Jan 15, 2008 10:51 AM, Campbell, Lance <[EMAIL PROTECTED]> wrote: > I know you have a mechanism in place to clear a cache entry based on adding > attributes to a headers requests. This just seems to be a much simpler > approach to clearing cached content. Hmmm... Inventing a new technique, new

FW: [EMAIL PROTECTED] mod_cache

2008-01-15 Thread Campbell, Lance
I made a mistake. The following: Now if I sent the following URL requests then items 3 and 4 would be removed from the cache: http://acme.com/ghi/asasd/dd/ Should have been: Now if I sent the following URL requests then items 3 and 4 would be removed from the cache: htt

[EMAIL PROTECTED] mod_cache

2008-01-15 Thread Campbell, Lance
Apache 2.2.x I would like to request that mod_cache have an additional parameter added to it. Example: CacheCleanRequest /cleanCache/ If you want to remove items from the cache so that they can be refreshed by a later request you simply pre append the URL that was provided to the pa

Re: [EMAIL PROTECTED] apache configuration for svn repositories and websvn

2008-01-15 Thread joshua vogelstein
try putting the line SVNListParentPath on immediately before SVNParentPath /home/weposs/svn On Jan 14, 2008 1:58 PM, Administrator Web Possibilities < [EMAIL PROTECTED]> wrote: > Hi, > > Thanks in advance if someone can help me bridge this gap in > configuring apache... > > What I'd like to

Re: [EMAIL PROTECTED] Re: Apache ACL

2008-01-15 Thread Christian Folini
On Tue, Jan 15, 2008 at 03:44:11PM +0100, Boyle Owen wrote: > That's a matter of opinion - I guess you are expecting it only to block > the PHP file if it exists. But that would mean that apache would have to > stat the file (ie, expensive file operation) even though it knows that > it is going to

RE: [EMAIL PROTECTED] Re: Apache ACL

2008-01-15 Thread Boyle Owen
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Marc > Sent: Tuesday, January 15, 2008 1:22 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Re: Apache ACL > > Boyle Owen swx.com> writes: > > > > > The problem you describe has no obvious solution, so

RE: [EMAIL PROTECTED] how i can set my homepage?(ror problem)

2008-01-15 Thread Boyle Owen
> -Original Message- > From: mghohoo [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 15, 2008 1:36 PM > To: users > Subject: [EMAIL PROTECTED] how i can set my homepage?(ror problem) > > > DocumentRoot C:/ror/ > ServerName rails > Options Indexes ExecCGI FollowSymLinks > RewriteEngine O

Re: [EMAIL PROTECTED] Problem in starting Apache httpd 2.2.6

2008-01-15 Thread Graeme Fowler
On Tue, 2008-01-15 at 11:02 +, Azhar Ali Shah Syed wrote: > I have installed httpd 2.2.6 with PHP 5.2.5 and PostgreSQL 8.2.6 on my CentOS > 4.5 machine. When trying to start apache server with apachectl command gives > this message: > > apachectl: Configuration syntax error, will not run "re

[EMAIL PROTECTED] how i can set my homepage?(ror problem)

2008-01-15 Thread mghohoo
DocumentRoot C:/ror/ ServerName rails Options Indexes ExecCGI FollowSymLinks RewriteEngine On AliasMatch ^/([^/]*)(.*) "c:/ror/$1/public$2" i have added the sentences above.now,i can visit my 'test' page by visiting the url http://rails:8080/test/ the folder 'test' is created by the rails

[EMAIL PROTECTED] Re: Apache ACL

2008-01-15 Thread Marc
Boyle Owen swx.com> writes: > > The problem you describe has no obvious solution, so there must be > additional config directives interfering with your setup. See notes > below: > > > -Original Message- > > From: news [mailto:news ger.gmane.org] On Behalf Of Marc > > Sent: Monday, Ja

Re: [EMAIL PROTECTED] Serving of Images taking time

2008-01-15 Thread Christian Folini
On Tue, Jan 15, 2008 at 04:09:01PM +0530, Mandy Singh wrote: > Hi, > > On my webserver, the serving of images under the img directory is taking a > lot of time generally. > > I have 1000s of images under one /img/ directory. It depends on the actual numbers. Why don't you give it a try and redu

[EMAIL PROTECTED] Problem in starting Apache httpd 2.2.6

2008-01-15 Thread Azhar Ali Shah Syed
Hello All, I have installed httpd 2.2.6 with PHP 5.2.5 and PostgreSQL 8.2.6 on my CentOS 4.5 machine. When trying to start apache server with apachectl command gives this message: apachectl: Configuration syntax error, will not run "restart": Syntax error on line 6 of /etc/httpd/conf.d/auth_pg

[EMAIL PROTECTED] mod_dav_svn & file types

2008-01-15 Thread Jori Mantysalo
How can I set up svn repo throught Apache so that .html -files will have text/html as their Content-Type? It seems that pages served by mod_dav_svn are affected by default charset, but not by default content type. I got Fedora 8 at x86_64, Apache and subversion are from .rpm and there is not

[EMAIL PROTECTED] Serving of Images taking time

2008-01-15 Thread Mandy Singh
Hi, On my webserver, the serving of images under the img directory is taking a lot of time generally. I have 1000s of images under one /img/ directory. Does that make a difference? As opposed to organizing them under various directories? Can someone shed some light? Thanks.

Re: [EMAIL PROTECTED] apache configuration for svn repositories and websvn

2008-01-15 Thread Krist van Besien
On Jan 14, 2008 7:58 PM, Administrator Web Possibilities <[EMAIL PROTECTED]> wrote: > > > DAV svn > SVNParentPath /home/weposs/svn > AuthType Basic > AuthName "Web Possibilities Subversion" > AuthUserFile /etc/apache2/dav_svn.passwd > Require va