/dir5/test
Is there a way to use RewriteRule without being blind to parent directories?
I know that I could put this in to make it work.
Can {REQUEST_URI} be fed into RewriteRule to use that as data to be processed?
Like filtering {REQUEST_URI} through (.*)(/dir3)(.*) to redirect to $1$3
Wayne
Hi,
I have apache 2.4 setup in a 2 node balancer configuration:
ProxyPass / balancer://cluster/ stickysession=JSESSIONID nofailover=Off
Order allow,deny
Allow from all
BalancerMember ajp://127.0.0.1:8009 route=g1
BalancerMember ajp://127.0.0.1:8010 route=g2
When I
Ah yes, sorry my mistake please ignore!
On Fri, Mar 17, 2017 at 4:46 PM, Eric Covener wrote:
> On Fri, Mar 17, 2017 at 11:46 AM, Wayne W
> wrote:
> > If the servlet container supports JSR356 (ie. tomcat 8) we only need to
> use
> > wicket-native-websocket which compr
Hi,
we are currently using Wicket 6.17 and use a version of Atmosphere jar
libraries (not the wicket version). Its never been great and have had lots
of production issues with it. I'm looking to replace it with straight web
sockets as the fall back long polling etc we never could get to work.
Loo
down it
returned/cut the current connection the proxy and hence the internal server
error message.
On Wed, Apr 20, 2016 at 3:17 PM, Wayne W
wrote:
> I did see the ping parameter for the Balancemember element could be used
> to test the connection - should we be using this? I'm wo
Hmm nothing in the logs.
On Wed, Apr 20, 2016 at 3:18 PM, Wayne W
wrote:
> Ok thanks Eric I will have a look.
>
> On Wed, Apr 20, 2016 at 3:17 PM, Eric Covener wrote:
>
>> On Wed, Apr 20, 2016 at 10:16 AM, Eric Covener wrote:
>> >> how would I check monitor this?
Ok thanks Eric I will have a look.
On Wed, Apr 20, 2016 at 3:17 PM, Eric Covener wrote:
> On Wed, Apr 20, 2016 at 10:16 AM, Eric Covener wrote:
> >> how would I check monitor this? any ideas? I must admit I was
> surprised, but
> >> I was;t sure if mixing ProxyPass and a proxy balancer had some
I did see the ping parameter for the Balancemember element could be used to
test the connection - should we be using this? I'm worried about more load
on the tomcat instances though using this.
On Wed, Apr 20, 2016 at 3:07 PM, Wayne W
wrote:
> Hi Jim,
>
> I did't know
stable but its not long term
solution
thanks
On Wed, Apr 20, 2016 at 2:38 PM, Eric Covener wrote:
> On Mon, Apr 11, 2016 at 11:37 AM, Wayne W
> wrote:
> > I had an issue in production today where the jetty instance became
> > unresponsive (garage collection/out of memory
e httpd side and then bring down the node.
> > On Apr 20, 2016, at 8:10 AM, Wayne W
> wrote:
> >
> > Hi,
> >
> > I'm seeing that with Apache 2.4.12 on Solaris when setup with mod_proxy
> to 2 tomcat instances when we bring down 1 node for maintenance the f
Hi,
I'm seeing that with Apache 2.4.12 on Solaris when setup with mod_proxy to
2 tomcat instances when we bring down 1 node for maintenance the first
client to try and access that node gets a Internal Server Error. Any
requests after that (and for other sessions) are balanced correctly onto
the ot
Hi anyone got any ideas on this?
thanks
On Mon, Apr 11, 2016 at 4:37 PM, Wayne W
wrote:
> Hi,
>
> Perhaps this is default behaviour but its not what I was expecting. I have
> the following conf on Apache 2.4
>
>
> ServerName somedomain.com
> ProxyPass /share htt
Hi,
Perhaps this is default behaviour but its not what I was expecting. I have
the following conf on Apache 2.4
ServerName somedomain.com
ProxyPass /share http://127.0.0.1:8181/share
ProxyPass / balancer://cluster/ stickysession=JSESSIONID nofailover=Off
# define the balancer, with http an
How do I configure it with .htaccess? Everything I'm seeing shows to configure
it in the apache config files.
Wayne Sallee
wa...@waynesallee.com
Eric Covener wrote:
That is not conclusive, since you would get a 403 even if mod_info was
not loaded.
You'd need to configure it and giv
I tried the domain.com/server-info and got a 403 forbidden so I guess that
means mod_info is not loaded.
Wayne Sallee
wa...@waynesallee.com
Eric Covener wrote:
If mod_info is loaded, and you have the override for SetHandler, you
can use it in htaccess.
On Sun, Oct 13, 2013 at 4:51 PM, Wayne
problems.
Wayne Sallee
wa...@waynesallee.com
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
out supplying a
password. If I do it interactively I can supply an empty password.
Thanks,
Wayne
--
devZing.com <http://devzing.com/> - Development Infrastructure On Demand
Plain Text??
James Godrej wrote:
I tried to subscribe but it bounced?
Is it active list?
- Forwarded Message
*From:* "mailer-dae...@n10.bullet.mail.in.yahoo.com"
*To:* jamesgod...@yahoo.in
*Sent:* Mon, 23 August, 2010 11:17:16 PM
*Subject:* failure notice
Sorry, we were unable to d
Eric Covener wrote:
I see the same with php5-cgi but not with short shell scripts. Seems
like a bug.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49810 submitted
-
The official User-To-User support forum of the Apac
It seems that mod_autoindex's directory listing and the custom header
and footer files are separate streams that are not sequenced/handled
correctly in all circumstances. Here are details of 2 failure modes.
Apache version: Apache/2.2.11
Using dreamhost for hosting. PHP as a mod no longer avail
It seems that mod_autoindex's directory listing and the custom header
and footer files are separate streams that are not sequenced/handled
correctly in all circumstances. Here are details of 2 failure modes.
Apache /version: Apache/2.2.11
/Using dreamhost for hosting.
.htaccess includes:
Add
On Thu, 2009-05-07 at 10:19 -0400, Eric Covener wrote:
> On Thu, May 7, 2009 at 10:08 AM, wayne wrote:
> > ahoy,
> >
> > this is the first problem: unless i create a link with
>
> > "www.example1.org" to the "example1.org" directory of sites
ve the dynamic hosts only, or do you have
> an additional default site?
i am trying to do both: server dynamic hosts, and have a default
site at localhost.
>
> More comments inline.
>
> On Wednesday 06 May 2009 04:04:39 wayne wrote:
> > enable mass/dynamic virtual host
h this, or if it is even possible. it
has been a few days of trying with no luck.
thanks, wayne.
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for
All directories and subdirectories under
DocumentRoot are visible to Apache.
My DocumentRoot points to /var/www.
Under this I have directory A and under
this I have directory B with the file
favicon.ico. Apache informs me, in the
error.log, that file /var/www/favicon.ico
can not be found.The path s
I'm running ubuntu's Hoary system and I recently
went to Apache2. I used Synaptic to completely
remove Apache and PHP4.By completely, I mean
I selected the option in Synaptic to remove
the scripts also. The problem I'm having is that
it still appears that I have some of the old
Apache system aroun
Hello,
New to Apache. I have Apache 1.3.33 on linux and I'm trying
to install a third party package that uses PHP.My
DocumentRoot directive points to /var/www, which is
the default.I also change my DirectoryIndex to add
index.php.I untar the package in my DocumentRoot
path.When I enter http://local
27 matches
Mail list logo