Re: [us...@httpd] mod_proxy: ProxyPass: "!" option

2010-10-02 Thread Florent Georges
rds, -- Florent Georges http://fgeorges.org/ - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apac

[us...@httpd] mod_proxy: ProxyPass: "!" option

2010-10-01 Thread Florent Georges
work fine. But I am not able to access the wiki anymore, as if the rule "ProxyPass /wiki !" was not taken into account (or to be fair, as if I did something wrong...) I guess I missed some subtleties of the ProxyPass "!" option. Any idea? Regards, -- Florent Ge

Re: [us...@httpd] Testing virtual hosts on a virtual machine

2009-11-26 Thread Florent Georges
h for this long post. All pieces of information I knew, but reading them all together and in context, that helps from time to time to keep the big picture in mind. Thanks again, regards, -- Florent Georges http://w

Re: [us...@httpd] Testing virtual hosts on a virtual machine

2009-11-26 Thread Florent Georges
lp, regards, -- Florent Georges - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail:

[us...@httpd] Testing virtual hosts on a virtual machine

2009-11-24 Thread Florent Georges
will use named virtual hosts. I guess that won't work as the browser won't send the correct domain name. Is there any tool to test an Apache instance with virtual hosts on a virtual machine? Any best practice or advice to follow in that configuration? Regards, -- Flore

Re: [us...@httpd] Name virtual hosts and HTTPS

2009-11-22 Thread Florent Georges
SR is not part of this list and > depends on your CA (some require to put all hostnames in the CN, > i.e. multi-valued CNs, others require to stick these in the > v3 extension.) Well, I must admit I am not familiar with this vocabulary: CSR, CA, CN? Thanks agai

[us...@httpd] Name virtual hosts and HTTPS

2009-11-21 Thread Florent Georges
s when I try to access site1 over HTTPS, it provides me the certificate for site2... I double-checked the documentation with my very low Apache skills, but did not found anything about that problem. Did I miss something? Regards, -- Florent G

Re: [us...@httpd] Re: Log HTTP traffic (whole requests and responses)

2009-03-26 Thread Florent Georges
The problem is that sys admins here do not want to install it on the server, while I can change the Apache configuration myself. It seems the best I can do is to use Wireshark on a per-client basis (without being able to gather all server traffic at once.) Thanks for suggestion. Regar

[us...@httpd] Log HTTP traffic (whole requests and responses)

2009-03-26 Thread Florent Georges
Quite surprisingly, I was not able to find useful information on the web neither, while I thought that would have been a rather common need. Did I miss something? Regards, [1]http://httpd.apache.org/docs/2.0/mod/mod_log_config.html [2]http://httpd.apache.org/docs/2.0/mod/mod_logio.html -- Fl

Re: [us...@httpd] Redirect a whole site from port 80 to a servlet container

2009-03-26 Thread Florent Georges
Krist van Besien wrote: > Ad the following in your VirtualHost block: > > Order deny, allow > Allow from All > It seems that was the answer indeed, but it worked only when I used * instead of /*. So everything's fine now, thanks again to both of you! Regards,

Re: [us...@httpd] Redirect a whole site from port 80 to a servlet container

2009-03-25 Thread Florent Georges
#x27;t it? That's not really the result needed :-) But I can try just for fun. Regards, -- Florent Georges http://www.fgeorges.org/ - The official User-To-User support forum of the Apache HT

Re: [us...@httpd] Redirect a whole site from port 80 to a servlet container

2009-03-25 Thread Florent Georges
http://localhost:1234/ctnr/app/index.html http://localhost:1234/ctnr/foo/bar.html http://localhost:1234/ctnr/app/... Regards, -- Florent Georges http://www.fgeorges.org/ - The offici

Re: [us...@httpd] Redirect a whole site from port 80 to a servlet container

2009-03-25 Thread Florent Georges
ission to access / on this server. I am not sure what other relevant info I could provide... Regards, -- Florent Georges http://www.fgeorges.org/ - The official User-To-User support forum of th

Re: [us...@httpd] Redirect a whole site from port 80 to a servlet container

2009-03-25 Thread Florent Georges
between both websites, both domain names if you don't use virtual hosts? Regards, -- Florent Georges http://www.fgeorges.org/ - The official User-To-User support forum of the Apache HTTP Server

Re: [us...@httpd] Redirect a whole site from port 80 to a servlet container

2009-03-25 Thread Florent Georges
iginal website does not work anymore (which that should not change because of the new site.) Regards, -- Florent Georges http://www.fgeorges.org/ - The official User-To-User support forum of the Apac

Re: [us...@httpd] Redirect a whole site from port 80 to a servlet container

2009-03-25 Thread Florent Georges
. I don't have any clue. Any thought? Thanks for your help. Regards, -- Florent Georges http://www.fgeorges.org/ - The official User-To-User support forum of the Apache HTTP Server Project

Re: [us...@httpd] Redirect a whole site from port 80 to a servlet container

2009-03-25 Thread Florent Georges
before. Just a detail I forgot in my original post: I would like the user to not notice the URI has been redirected (as opposed to some redirects when pages have moved and the URI in the navigator does change after the redirect.) Thanks again, -- Florent Georges http:/

[us...@httpd] Redirect a whole site from port 80 to a servlet container

2009-03-25 Thread Florent Georges
omain.com/* (on port 80) to http://www.mysite.com:1234/ctnr/app/*. Is it possible? Which module should I look at? Regards, -- Florent Georges http://www.fgeorges.org/ - The official User-To-User s

Re: [us...@httpd] mod_rewrite: moved directory

2009-03-18 Thread Florent Georges
ed the problem. Thanks to both of you for your help. Regards, -- Florent Georges http://www.fgeorges.org/ - The official User-To-User support forum of the Apache HTTP Server Project. See http://ht

[us...@httpd] mod_rewrite: moved directory

2009-03-18 Thread Florent Georges
404. Is there a way to handle this problem? With mod_rewrite or any other "standard" module. Regards, -- Florent Georges http://www.fgeorges.org/ - The official User-To-User support forum

Re: [us...@httpd] Validating HTTP requests

2009-03-09 Thread Florent Georges
ection, authentication etc.) I don't see how it could be use in my case, but I maybe have missed something? Did you think about a particular way to using it in that context? Regards, -- Florent Georges http://www.f

Re: [us...@httpd] Validating HTTP requests

2009-03-09 Thread Florent Georges
you said, I expect Apache to be a bit lenient with its clients) and 2/ I'd like to have the report with useful information in case of failure to be sent in response to the request, instead of having to give the client the right to dig into the logs on the server. Thanks for your respons

[us...@httpd] Validating HTTP requests

2009-03-09 Thread Florent Georges
re corrects, so are boundaries, etc.,) the different headers, etc. Do you know something corresponding (at least vaguely) to that description? If you know any library that does that job (instead of an HTTPD module,) I am also interested, I can write a CGI script or anything else to plug it.