On 7/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Unfortunately your suggestions also runs into the same problem (redirection loop
to itself). The only thing I can figure is that this is a server configuration
issue, but I have no idea what the ISP would need to change. I don't even know
h
>
> Hello,
>
> I have been trying for days to figure out how to get my web site
> redirected
> (301) to a different domain by using RedirectMatch (mod_alias) but all
I
> get on
> EVERY attempt is an extra slash "/" added to the end of the address in
the
> browser. Of course the server then perfor
Unfortunately your suggestions also runs into the same problem (redirection loop
to itself). The only thing I can figure is that this is a server configuration
issue, but I have no idea what the ISP would need to change. I don't even know
how to break it on my own Apache web server (basically a def
Hello,
Newbie question here, but whenever I try to run Apache
in Xubuntu Linux, using the command "sudo
/etc/init.d/apache2 start" I get the following error:
apache2: Could not determine the server's fully
qualified domain name, using 127.0.1.1 for ServerName
(13)Permission denied: make_sock: coul
On 7/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
The .htaccess file in the "test" directory contains one line:
RedirectMatch permanent .* http://www.spaudemedia.com
Does RedirectPermanent / http://www.spaudemedia.com/
.. work any better?
--
noodl
--
On 7/21/06, Joost de Heer <[EMAIL PROTECTED]> wrote:
Is it possible to reverse proxy through a forward proxy, e.g. by setting
an environment variable http_proxy?
Does ProxyRemote help here? Its docs suggest it should.
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxyremote
"This optio
On 7/21/06, Vincent Bray <[EMAIL PROTECTED]> wrote:
On 7/21/06, Vincent Blondel <[EMAIL PROTECTED]> wrote:
> > I would like to forward traffic from (dmz) http://people.domain/~username
> > to (lan) http://username.srv.intranet.
> > I found such type of example to resolve this case but I do not kn
On 7/21/06, Vincent Blondel <[EMAIL PROTECTED]> wrote:
> I would like to forward traffic from (dmz) http://people.domain/~username
> to (lan) http://username.srv.intranet.
> I found such type of example to resolve this case but I do not know if
> this is the right way to do it and I do not find a
Can somebody help me please ... thanks a lot.
Regards
Vincent
>
> Hello all,
>
> I get mod_proxy running in my dmz to forward http traffic from internet to
> my trusted area. This is working fine except that I have to implement a
> new type of config for a special host.
>
> I would like to forwa
On 7/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi,
i try to precise the descriptiopn
It's not for internet accessibility but only on the enterprise, so :
i've a reporting intranet, accessible by the url :
http://serveur1:8085/uri/ (accessibly only on the enterprise)
I would like
On 7/21/06, Spelbring, Jon <[EMAIL PROTECTED]> wrote:
I'm trying to set up Apache as a transparent proxy server in front of
Sybase's EAServer. I have the following in my httpd.conf:
ProxyPass http://localhost:8080
ProxyPassReverse http://localhost:8080/
SetEnv force-p
On 7/21/06, Karl Wang <[EMAIL PROTECTED]> wrote:
Hi,
I installed Apatch httpd server
now, it works ok when I visit http://localhost:80/
I add following in httpd.conf
UserDir public_html
UserDir enabled
Start by removing the and lines. They just
hide useful error messages if m
I know this isn't really about apache, but nobody at the VNC list has
responded.
I've got several linux boxes running Apache 2.0 and vncreflector
software. Apache is bound only to port 80 and the vnc binds to 500.
Below is a netstat of apache's bind to all my IP's (5 of them) at port 80.
[EM
I'm still kinda shocked that I got it working, but I actually does what
I wanted!
I was messing around with this, and I have to admit that it was more
trial and error than knowledge, but I got it:
RewriteCond %{SCRIPT_FILENAME} /$
RewriteRule /(.*) http://localhost:81/$1/ [P]
Hi,
i try to precise the descriptiopn
It's not for internet accessibility
but only on the enterprise, so :
i've a reporting intranet, accessible
by the url :
http://serveur1:8085/uri/ (accessibly
only on the enterprise)
I would like to simplify the url like
this
http://serveur2/
I configure
I'm trying to set up Apache as a transparent proxy
server in front of Sybase's EAServer. I have the following in my
httpd.conf:
ProxyPass http://localhost:8080
ProxyPassReverse
http://localhost:8080/
SetEnv force-proxy-request-1.0 1
SetEnv proxy-nokeepalive
thanks for your reply Yes, Maybe I 'm express clear I want to reach ~user1/public_html/index.html by visit http://localhost:80/~user1 however, with my configuration, I got the wrong information : - not found The requested URL /~user1/ was not found on this server. ---
Karl Wang a écrit :
Hi,
I installed Apatch httpd server
now, it works ok when I visit http://localhost:80/
I add following in httpd.conf
UserDir public_html
UserDir enabled
to enable personal web page in ~user/public_html/index.html
However, when I visit http://localhost:80/~user/
I
Hi, I installed Apatch httpd server now, it works ok when I visit http://localhost:80/ I add following in httpd.conf UserDir public_html UserDir enabledto enable personal web page in ~user/public_html/index.html However, when I visit http://localhost:80/~user/ I got the wrong informati
On 7/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi,
I've an accesisble url :
http://serveur.domain.com:port/uri/
I would like to know how can i redirect towards
http://alias.domain.com
how can i hide the port and the uri ???
i test proxypass
servername alias.domain.com
proxypas
On Fri, July 21, 2006 11:06 am, Josep Sanmarti wrote:
> Hi all,
>
> I've already running apache on port 3210 as part of an application and
> actually I need apache listen also on port 80 just to redirect, i
What user are you specifying in httpd.conf, also check to make sure the IP
0.0.0.0 hasnt
Hi,
I've an accesisble url :
http://serveur.domain.com:port/uri/
I would like to know how can i redirect
towards
http://alias.domain.com
how can i hide the port and the uri
???
i test proxypass
servername alias.domain.com
proxypass / http://serveur.domain.com:port/uri/
thanks for your he
If I'm not mistaken from an earlier post, you actually want more than to
just have
http://cfdev.cota.csulb.edu/cota
or
http://cfdev.cota.csulb.edu/cota/
work. You want to also use the same rewrite for images, etc.
Without knowing the full extent of what you expect the code
to do I don't eve
Nick Burch wrote:
On Thu, 20 Jul 2006, Neil A. Hillard wrote:
[...]
This is with an internal redirect though, not an external one. No
redirect is sent to the client, it's all handled within apache.
In the rewrite logs, you do get:
applying pattern
applying pattern
old path -> new path
[I
Hello,
I have been trying for days to figure out how to get my web site redirected
(301) to a different domain by using RedirectMatch (mod_alias) but all I get on
EVERY attempt is an extra slash "/" added to the end of the address in the
browser. Of course the server then performs recursive redire
Hi all,
I've already running apache on port 3210 as part of an application and
actually I need apache listen also on port 80 just to redirect, i
mean, the application has a "very difficult" address and i need an
easier one. So I've created a virtual Host in httpd.conf as follows:
Listen 80
(...)
Situation:
Internet <--> Reverse proxy <--> forward proxy <---> backend server
>From the reverse proxy, I can't directly access the backend server. There
is however a forward proxy that I can access which can access the backend
server. The network behind the forward proxy, and the forward proxy i
> My question is, can the location header variable be rewritten before the
> external client receives it and makes the request to the internal server
> name?
ProxyPassReverse should be able to do that.
Joost
-
The official User
On Thu, 20 Jul 2006, Neil A. Hillard wrote:
Yes it is expected - it is not Apache deciding to run the URL through
the rewriting. A redirect will be sent to the client which will then
request the new target and it is that which will be run through the
rewriting rules.
This is with an internal
29 matches
Mail list logo