[us...@httpd] apache2 mod_proxy mod_ext_filter issue

2009-10-15 Thread 8p
Hi, I need some help. I'm having an odd issue. I'm trying to run a proxy but want to add some content at the end of html files. I had it working for files hosted locally, so i know that at least that is working properly. However, when I try to use the ext_filter on the proxy nothing happens. Any i

[us...@httpd] Coordinating ETag policies for mirror networks

2009-10-15 Thread Anthony Bryan
Hi, I work on Metalink, which tries to make downloads more reliable by describing mirrors and checksums for download programs. One way to do this is with Metalink/XML, another is with the Link header, Instance Digests, and ETags [1]. It seems like it would be nice to be able to have ETag policies

Re: [us...@httpd] cgi as directory index?

2009-10-15 Thread Israel Brewster
On Oct 15, 2009, at 12:38 PM, Dick Davies wrote: Why don't you do ScriptAlias /abc /var/www/abc/cgi-bin/abc.cgi ? Because I didn't know you could do that. I thought aliases had to point to directories :) Knew it would be something simple :-P On Thu, Oct 15, 2009 at 8:35 PM, Israel Bre

Re: [us...@httpd] cgi as directory index?

2009-10-15 Thread Dick Davies
Why don't you do ScriptAlias /abc /var/www/abc/cgi-bin/abc.cgi ? On Thu, Oct 15, 2009 at 8:35 PM, Israel Brewster wrote: > I'm sure this one is really simple, but I don't know what I am doing wrong. > I have the following config block in my httpd.conf file: > ScriptAlias /abc /var/www/abc/cgi-b

[us...@httpd] cgi as directory index?

2009-10-15 Thread Israel Brewster
I'm sure this one is really simple, but I don't know what I am doing wrong. I have the following config block in my httpd.conf file:ScriptAlias /abc /var/www/abc/cgi-bin        Options +ExecCGI        allow from all        directoryindex abc.cgiif I go to http:///abc/abc.cgi, it works fine. However

Re: [us...@httpd] mod_dbd and multiple DB connections

2009-10-15 Thread Nick Kew
On 15 Oct 2009, at 09:06, Ben Davies wrote: I think I know the answer is that there can only be one connection per server/virtual host. I hope this is not the case. That's true in 2.2.x versions. For what you want, you can try the svn trunk version, or any of the (unreleased) 2.3.x tarbal

Re: [us...@httpd] Apache config assessment

2009-10-15 Thread Andre Rodrigues
Hi jaqui, My virtualhost config: ServerName portal-des DocumentRoot /srv/www/portal-des HostnameLookups Off UseCanonicalName Off ServerSignature Off

Re: [us...@httpd] Connection Reset

2009-10-15 Thread ricardo13
Hi Steve, How many computers did you use ?? I'm using 4 computers !!! Ricardo Steve-422 wrote: > > Hi Ricardo, > I found when I was doing my tests with httperf, I had to use multiple > computers to do proper load testing because HTTPERF couldn't handle > sending > so many simultaneous conne

[us...@httpd] Re: Dav Locks corrupting; need some troubleshooting tools

2009-10-15 Thread Dick Davies
Is that documented anywhere at all? In any event, does it made sense to use something other than the inode as the key into the lockDB - the URI for example? On Thu, Oct 15, 2009 at 3:33 PM, Joe Orton wrote: >> Steps to reproduce: >> >> * PUT file >> * LOCK file >> * PROPGET file (note down the

[us...@httpd] Re: Dav Locks corrupting; need some troubleshooting tools

2009-10-15 Thread Joe Orton
On Thu, Oct 15, 2009 at 03:27:29PM +0100, Dick Davies wrote: > [sorry for the crosspost, but not sure where this should go]. > > To answer my own question: > > got to the bottom of it; looks to me like the > lock DB is a hash of > > inode <-> locktoken > > Steps to reproduce: > > * PUT file >

[us...@httpd] Re: Dav Locks corrupting; need some troubleshooting tools

2009-10-15 Thread Dick Davies
[sorry for the crosspost, but not sure where this should go]. To answer my own question: got to the bottom of it; looks to me like the lock DB is a hash of inode <-> locktoken Steps to reproduce: * PUT file * LOCK file * PROPGET file (note down the locktoken) use something other than DAV to de

[us...@httpd] Info request on cookies

2009-10-15 Thread Arnab Ganguly
Hi All, How do I print cookie information in apache access log. I have used CookieLog directive as I don't have mod_cookies enabled but I have mod_log_config enabled.Is this the correct way I am doing ? Also the cookies are coming in some ot

[us...@httpd] Service Temporarily Unavailable

2009-10-15 Thread thomas2004
I have a web-application which deployted on Jboss AS. I can render up the web (such as http://appl-jboss.com/myWap) without any problem. Later I use the Apache Http Server as the web server and load balancing. I've configured the listener, worker etc. I render up the web with http://web-apache.co

[us...@httpd] No Apcahe log file since switching to mod_proxy_ajp

2009-10-15 Thread doahh
I had been using mod_jk and everything was fine but since switching to mod_proxy_ajp I find that my apache log files are empty. This is from the VHost definition: ... Customlog /var/log/apache2/domain-name-access.log combined # Do not send requests to awstats to Tomcat PoxyPass

Re: [us...@httpd] virtualhost doubt

2009-10-15 Thread Andre Rodrigues
Hi, But if I create a second virtualhost, for example portal2, the user oughts to type https://portal2/app and https://portal2/app2. Is there a way to serve many apps below a virtualhost and do the access log per application? Thanks, André - Original Message From: Devraj Mukherjee

[us...@httpd] mod_dbd and multiple DB connections

2009-10-15 Thread Ben Davies
Can someone tell me if it is possible to have more than one database connection using mod_dbd at once? For example, if I want to connect to database A with mod_authn_dbd and connect to database B using mod_authz_dbd? If this is possible, how do you configure more than one connection, and how do you

[us...@httpd] Problem with permalink in wordpress

2009-10-15 Thread Massimiliano Muccinelli
Hi all... In my wordpress, I have to directly link file home.php that shows up a selection of news, but after i activate permalink it stops working and shows me an empty page. That's .htacces BEFORE permalink: ### RewriteEngine On RewriteCond %{QUERY_STRING} ^$ RewriteCond