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,
> 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
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
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
> 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
> 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
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
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
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
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
10 matches
Mail list logo