On Mon, Oct 5, 2009 at 8:45 PM, Jeff Dyke wrote:
>
> On Mon, Oct 5, 2009 at 8:21 PM, Dick Davies
> wrote:
>
>> What's in the directory? If it's a filesystem, apache won't let you DELETE
>> (unless you have it DAV enabled or something like that).
>>
>> Thanks for the quick reply,
>
> there is act
On Mon, Oct 5, 2009 at 8:21 PM, Dick Davies wrote:
> What's in the directory? If it's a filesystem, apache won't let you DELETE
> (unless you have it DAV enabled or something like that).
>
> Thanks for the quick reply,
there is actually a collection of python wsgi compatible scripts in that
direc
What's in the directory? If it's a filesystem, apache won't let you DELETE
(unless you have it DAV enabled or something like that).
On Tue, Oct 6, 2009 at 1:15 AM, Jeff Dyke wrote:
> I'm trying to put together a REST-ful application and am having a hard time
> getting apache configured to take DE
I'm trying to put together a REST-ful application and am having a hard time
getting apache configured to take DELETE's. I have in the virtual host
file:
AllowOverride All
Options All
Order allow,deny
Allow from all
I only added this
Krist van Besien wrote:
> > The tcpdump between Apache and the backend looks like this:
> >
> > GET /test HTTP/1.0
> > Host: backend:9110
> > User-Agent: curl/7.15.1 (x86_64-suse-linux) libcurl/7.15.1
> > OpenSSL/0.9.8a zlib/1.2.3 libidn/0.6.0
> > Accept: */*
> >
2009/10/5 William A. Rowe, Jr. :
> David Balažic wrote:
>> Hi!
>>
>> Just checking here if this is a know bug.
>>
>> I downloaded
>> http://www.apache.si/httpd/binaries/win32/apache_2.2.13-win32-x86-no_ssl.msi
>> on my Windows XP Pro SP3 system, started it, set some more or less
>> normal options
David Balažic wrote:
> Hi!
>
> Just checking here if this is a know bug.
>
> I downloaded
> http://www.apache.si/httpd/binaries/win32/apache_2.2.13-win32-x86-no_ssl.msi
> on my Windows XP Pro SP3 system, started it, set some more or less
> normal options (
> set hostname, domain and email, the u
Hi!
Just checking here if this is a know bug.
I downloaded
http://www.apache.si/httpd/binaries/win32/apache_2.2.13-win32-x86-no_ssl.msi
on my Windows XP Pro SP3 system, started it, set some more or less
normal options (
set hostname, domain and email, the used the typical/default settings).
Duri
I´m stuck with it.
Can you help me?
Thanks,
André
- Original Message
From: André Warnier
To: users@httpd.apache.org
Sent: Monday, October 5, 2009 11:31:48 AM
Subject: Re: [us...@httpd] Direct access to nodes via single virtualhost
Krist van Besien wrote:
> On Mon, Oct 5, 2009 at 3:
Hello.
I plan to test a Drupal site in my computer so i installed first a wamp
package, and later a Apache 2.2 server.
I configured apache to the likes of Drupal 6, wrongly i guess, and when i
reinitiated the service
it made apache crash and a meesage saying "The recuested operation has
Hi chaps,
Was wondering if someone can help me look at a problem. We've created a new
virtual host entry on a particular box, which do frequently (once a month or
so) only this time, when a user goes to the new site, they get directed to the
first site in the conf file.
You can type in http
Andre Rodrigues wrote:
...
Have a look at
http://tomcat.apache.org/connectors-doc/reference/apache.html
at the very end, the section :
Using SetHandler and Environment Variables
By using a judicious combination of RewriteCond and RewriteRule,
, SetEnv, SetEnvIf etc.., you can do just about anyth
Krist van Besien wrote:
On Mon, Oct 5, 2009 at 3:19 PM, Andre Rodrigues
wrote:
I would like to make single virtualhost and access the two nodes, is it
possible?
One way you could do this is to use plain http between your apache and
your tomcat (in stead of mod JK). That has two advantages:
Folks,
I´m trying to make this:
ServerName portal
# Redirects to load balancer
JkMount /app dmb
# Test if wants to reach node1
RewriteCond %{REQUEST_URI} ^/node1/app
RewriteRule ^/?(.*) /app
JkMount /app node1
I´ve setup a rewrite log and it matches the cond.
172.29.26.184 - - [05/O
On Mon, Oct 5, 2009 at 3:19 PM, Andre Rodrigues
wrote:
> I would like to make single virtualhost and access the two nodes, is it
> possible?
One way you could do this is to use plain http between your apache and
your tomcat (in stead of mod JK). That has two advantages:
1) Your configuration be
Hi,
I have an Apache that redirects via JkMount to two tomcat instances.
They are accessed through different virtualhosts:
ServerName appnode1
JkMount /app node1
ServerName appnode2
JkMount /app node2
I would like to make single virtualhost and access the two nodes, is it
possible?
Krist van Besien wrote:
On Sun, Oct 4, 2009 at 3:04 AM, Marek Šabo wrote:
yes every virtual host lists the sslengine on and etc routines and
namevirtualhost on 443 is enabled in default config.
My webmail config is nearly similar at least similar in ssl configuration
part and I don't unders
Serge Fonville wrote:
Hi,
> yes every virtual host lists the sslengine on and etc routines and
> namevirtualhost on 443 is enabled in default config.
> My webmail config is nearly similar at least similar in ssl
configuration
> part and I don't understand from where it gets t
Hi,
> yes every virtual host lists the sslengine on and etc routines and
> > namevirtualhost on 443 is enabled in default config.
> > My webmail config is nearly similar at least similar in ssl configuration
> > part and I don't understand from where it gets that apache test cert.
>
> You can't ha
On Sun, Oct 4, 2009 at 3:04 AM, Marek Šabo wrote:
> yes every virtual host lists the sslengine on and etc routines and
> namevirtualhost on 443 is enabled in default config.
> My webmail config is nearly similar at least similar in ssl configuration
> part and I don't understand from where it get
20 matches
Mail list logo