Re: [users@httpd] rewrite (remapping?) url

2013-10-04 Thread Eric Covener
On Fri, Oct 4, 2013 at 3:20 PM, Pol Hallen wrote: >> I don't see how that relates to whether you redirect or not. >> Are you indirectly saying that newdomain.org doesn't actually resolve >> to an IP that reaches your server? > > first of all: sorry for my english :-( > > My server has only one IP,

Re: [users@httpd] rewrite (remapping?) url

2013-10-04 Thread Pol Hallen
> I don't see how that relates to whether you redirect or not. > Are you indirectly saying that newdomain.org doesn't actually resolve > to an IP that reaches your server? first of all: sorry for my english :-( My server has only one IP, so domain1.org and newdomain.org has same IP. I need acces

Re: [users@httpd] rewrite (remapping?) url

2013-10-04 Thread Yehuda Katz
I think you are looking for a reverse proxy using mod_proxy(_http): http://httpd.apache.org/docs/current/mod/mod_proxy.html On Fri, Oct 4, 2013 at 2:25 PM, Pol Hallen wrote: > Howdy :-) > > I'm not sure what's the best module for my issue... > > my problem is: > > I've http://domain1.org > > an

Re: [users@httpd] rewrite (remapping?) url

2013-10-04 Thread Eric Covener
On Fri, Oct 4, 2013 at 2:53 PM, Pol Hallen wrote: >> You can't do that without redirecting the user. Why not redirect them? > > Let's explain :-) > > I need to access to phpmyadmin using http://newdomain.org/phpmyadmin and > not using http://domain1.org/phpmyadmin > > http://domain1.org is old re

Re: [users@httpd] rewrite (remapping?) url

2013-10-04 Thread Pol Hallen
> You can't do that without redirecting the user. Why not redirect them? Let's explain :-) I need to access to phpmyadmin using http://newdomain.org/phpmyadmin and not using http://domain1.org/phpmyadmin http://domain1.org is old real name... domain1.org is the real webserver name newdomain.o

Re: [users@httpd] rewrite (remapping?) url

2013-10-04 Thread Eric Covener
> and I'd like show another domain on the address bar (only show, so not > redirect to new one) > > So, when an user try to connect to http://domain1.org, in the browser show > (i.e.) newdomain.org > > is there a howto or other info? You can't do that without redirecting the user. Why not redirec

[users@httpd] rewrite (remapping?) url

2013-10-04 Thread Pol Hallen
Howdy :-) I'm not sure what's the best module for my issue... my problem is: I've http://domain1.org and I'd like show another domain on the address bar (only show, so not redirect to new one) So, when an user try to connect to http://domain1.org, in the browser show (i.e.) newdomain.org is t

[users@httpd] Transfer-Encoding:chunked and mod_proxy

2013-10-04 Thread Yauheni Baltouski
Hi, I have latest Apache httpd installed as proxy server and found unexpected behavior while client sends POST with Transfer-Encoding: chunked and have chunks in body present The issue is with Bing voice search present. If request passed through proxy, chunked body decoded and sended to origin s

Re: [users@httpd] Name based virtualhosts with default

2013-10-04 Thread Redalert Commander
2013/10/1 Yehuda Katz : > On Tue, Oct 1, 2013 at 10:02 AM, Redalert Commander > wrote: >> >> Our configuration has the typical include of >> "/etc/httpd/conf.d/*.conf", it is here that the vhosts are defined in >> separate files. Should the default also be placed in here or does it >> have to be d

[users@httpd] How to get or show the path of a php script running with mod_fcgid?

2013-10-04 Thread Gabriel ITGabs
Hello, This is my first post/email here and I tried to not ask but there is very few info about mod_fcgid I am using the wrapper and I did some basic things to load a php.ini and fcgid.conf per user with different configurations per site this is my wrapper #!/bin/sh # If you customize the