Re: [us...@httpd] DELETE method

2009-10-05 Thread Jeff Dyke
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

Re: [us...@httpd] DELETE method

2009-10-05 Thread Jeff Dyke
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

Re: [us...@httpd] DELETE method

2009-10-05 Thread Dick Davies
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

[us...@httpd] DELETE method

2009-10-05 Thread Jeff Dyke
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

Re: [us...@httpd] HTTP/0.9 and mod_proxy

2009-10-05 Thread Danijel
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: */* > >

Re: [us...@httpd] win32 install fails if drive letter removed

2009-10-05 Thread David Balažic
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

Re: [us...@httpd] win32 install fails if drive letter removed

2009-10-05 Thread 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 ( > set hostname, domain and email, the u

[us...@httpd] win32 install fails if drive letter removed

2009-10-05 Thread David Balažic
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

Re: [us...@httpd] Direct access to nodes via single virtualhost

2009-10-05 Thread Andre Rodrigues
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:

[us...@httpd] Apache not starting, after Drupal configured

2009-10-05 Thread bruno salter
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

[us...@httpd] Odd site redirection

2009-10-05 Thread Oliver Marshall
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

Re: [us...@httpd] Direct access to nodes via single virtualhost

2009-10-05 Thread André Warnier
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

Re: [us...@httpd] Direct access to nodes via single virtualhost

2009-10-05 Thread André Warnier
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:

Re: [us...@httpd] Direct access to nodes via single virtualhost

2009-10-05 Thread Andre Rodrigues
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

Re: [us...@httpd] Direct access to nodes via single virtualhost

2009-10-05 Thread Krist van Besien
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

[us...@httpd] Direct access to nodes via single virtualhost

2009-10-05 Thread Andre Rodrigues
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?

Re: [us...@httpd] Problem with cert of *443 VirtualHost

2009-10-05 Thread Marek Šabo
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

Re: [us...@httpd] Problem with cert of *443 VirtualHost

2009-10-05 Thread Marek Šabo
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

Re: [us...@httpd] Problem with cert of *443 VirtualHost

2009-10-05 Thread Serge Fonville
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

Re: [us...@httpd] Problem with cert of *443 VirtualHost

2009-10-05 Thread Krist van Besien
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