Kew wrote:
> From: Nick Kew
> Subject: Re: [users@httpd] Couple of questions about rewrite and proxypass
> To: users@httpd.apache.org
> Date: Sunday, February 20, 2011, 4:47 AM
>
> On 19 Feb 2011, at 23:49, Al wrote:
>
> > RewriteEngine on
> >
> > Rew
- Original Message -
>
> On 19 Feb 2011, at 23:49, Al wrote:
>
> > RewriteEngine on
> >
> > RewriteRule http-bind/ http://myserver.com/http-bind/
>
> WTF are you trying to do there?
Heh. niq is so shocked, he forgot to link his own manual:
http://www.apachetutor.org/admin/reversep
On 19 Feb 2011, at 23:49, Al wrote:
> RewriteEngine on
>
> RewriteRule http-bind/ http://myserver.com/http-bind/
WTF are you trying to do there?
>
> ProxyPass /http-bind/ http://127.0.0.1:8080/http-bind/
Now that makes sense (if your app is there), though perhaps you meant to put it
insid
Hi,
i am trying to get http binding to work for jwchat and openfire and i found
some examples and would like to make sure i understand couple of things:
ServerName myserver.com
DocumentRoot "C:/apache2/htdocs/"
Options +Indexes +MultiViews
AddDefaultCharset UTF-8
Rewrite