Displaying 20 results from an estimated 1000 matches similar to: "redirecting when behind a firewall"
2006 May 18
3
just softphone
Hi,
I'm trying to start with Asterisk, but I could not put 2 softphones to talk.
The asterisk server rejects the connections always when I dial.
May 17 07:49:22 NOTICE[1924]: Rejected connect attempt from 192.168.0.106
What is necessary to put it to work?
There is no need to configure external lines.
extensions.conf
[internal1]
exten => 311000,1,Dial(SIP/teste1)
[internal2]
exten
2004 Sep 30
2
2 DSL link, DNAT & SNAT
Sorry for the long descritpion of the problem, I''d like to know If I
misunderstand something or if I meet an intrinsic limit of my setup.
217.58.51.162 HDSL eth1 - SRV_XP: 192.168.254.10
eth0: 192.168.254.1 -----+------------------+-------
81.121.243.250 ADSL eth3 -
I want to allow incoming pptp request (port 1723) to be forwarded to
srv_xp
2015 Oct 01
2
Off Topic - SSL reverse proxy and Mixed Content
Hi,
Not a CentOS specific issue, but I am a bit stuck as where I might ask for
help so if anyone has any ideas please share :)
I have a site that I want to work behind a reverse proxy (httpd) if using
http:// everything works as expected. If using https:// some content is
displayed but some content is blocked because of stylesheets and etc being
requested via http rather https.
I know that the
2005 Dec 08
3
lighttpd proxy w/ apache2
I''ve tried a bunch of things trying to get ruby/apache2 and php working
together. I looked over my earlier post and followed the instructions
on ezra''s website to install lighttpd on debian. I''ve gotten really far
but I think there is one bit missing:
1. I got apache2 and php working together
2. I got lighttpd working on port 3000 and my rails app launches ok
2007 Nov 23
3
Mongrel+Apache 2.2 Proxy
Hi,
I''m running a rails (mongrel) based web service behind an apache proxy,
on windows 2003.
Sometimes I see a POST in the apache log that returned a 404 but nothing
about it in the rails log.
It doesn''t happen every time, 9 out of 10 times it works just fine.
The post (is actually a put) comes from a .NET application uploading a
small xml-file.
The log message in apache
2006 Sep 26
5
Expert feedback needed
Hello list,
Some time ago I was looking for apache (as non balanced proxy) +
mongrel configurations. Almost everybody seemed to use similar
approaches (one of these could be found @ mongrel.rubygorge.org docs)
with mod_rewrite. I don''t use proxy_balancer because I don''t need it
at the moment (my site has pretty low traffic). This is apache
configuration that I''m using
2008 Aug 20
4
mod_proxy, mongrel, redirect issue
Hello,
I am configuring apache 2.2 to serve my rails app through mongrel at
the root of my server. First, I redirect all http traffic to https
with the following:
ServerName emiliano
NameVirtualHost *:80
<VirtualHost *:80>
RedirectPermanent / https://emiliano #this server is only accessed internally
</VirtualHost>
Inside the <VirtualHost *:443> section, I have the following
2004 Aug 28
5
Distinctive ring detection problem
I am trying to get distinctive ring to work on my PSTN with no luck.
I can get 2 different ring codes but it skips the context assigned...
here is my complete zapata.conf:
[channels]
signalling=fxs_ks
usecallerid=yes
rxgain=1.0
txgain=1.0
language=en
context=default
usedistinctiveringdetection=yes
dring1=134,0,0
dring2=137,0,0
dring1context=internal2
dring2context=default
2006 Mar 22
5
Apache - Rails communication.
Please, if this question is not appropriate to this list please direct
me elsewhere. If it has been discussed in a previous thread, please
direct me there. An initial search of the archives did not appear to
show anything.
I am new to Rails but not to app servers having 4 years with J2EE.
The set up of a Rails app seams strait forward and I understand the
MVC model. Initial test code has
2009 Sep 17
1
[PATCH server] oVirt server single network installer
Updates the installer to handle the scenario in which the guest and
admin networks are the same by using an alternative httpd conf.
Verified to work (eg oVirt managed vms are bootable) on the
oVirt appliance so far.
---
conf/ovirt-server.conf | 88 --------------------
installer/bin/ovirt-installer | 11 +--
2007 Nov 07
11
Links go to ''localhost''
I am using Apache2.2 + Mongrel on my machine.
Now I am accessing it over LAN. When I enter http://mymachinename/myapp
it opens fine but when I click on any link in my rails app, it replaces
mymachinename with localhost (http://localhost/myapp/controller/action)
and thus I am unable to access it from remote location.
2016 Feb 29
4
Problems with ProxyPass to a local ip (using SSL)
Hi all,
I am trying to setup an apache virtualhost under CentOS 6.7 that needs to redirects requests from port 444 to port 5100 in its local ip. But I am doing some mistakes because every time I'm receiving a loop error.
My actual httpd's config for this virtualhost is:
NameVirtualHost 192.168.1.5:444
<VirtualHost 192.168.1.5:444>
ServerName myweb01.local.domain
ErrorLog
2006 Aug 17
2
mod_proxy and subdomains..
hi, everyone..
i am trying to set up an app like so:
www.domain.com -> points to main php application..
subdomain.domain.com -> proxies to www.domain.com:8000 <- this is
running on mongrel..
i just cannot figure out how to phrase this in my httpd.conf...
does anyone have any ideas?
thanks!
--
Posted via http://www.ruby-forum.com/.
2008 Apr 05
1
Fwd: xwiki vhost in apache
Hi, i am just wondering. I have a tomcat5, running xwiki at
http://myserver.example.org:8080/xwiki
How can i create a vhost in httpd to do transparent proxy to tomcat5
webapplication ?
Thanks in advance!
David
---------- Forwarded message ----------
From: David Hl??ik <david at hlacik.eu>
Date: Sat, Apr 5, 2008 at 10:45 PM
Subject: xwiki vhost in apache
To: users at xwiki.org
Hi, i
2006 Jan 05
1
Apache reverse proxy authentication problem on RHEL based distribs only
Hi,
I'm currently setting up an Apache SSL reverse proxy for Exchange 2003
Outlook Web Access. The setup that I have works fine on my Gentoo laptop
or on a Trustix server, however, when I try to set it up on an RHEL
based distro, with the exact same virtual host settings, I get some
weird error with the authentication mechanism. I have tried with both
CentOS 4.2, based off the server CD
2008 Oct 11
5
Rails + Apache2 + Balancer Manager - PHP doesn't work
Hi
I have a Debian Server and I managed that Ruby works with Apache2 and
the Balancer Manager that listen to the Mongrel server.
The Problem is that PHP files don''t work anymore.
How do I have to configurate the Balance Manager that PHP is working
again like without the Balance Manager?
Greetings Andi
--
Posted via http://www.ruby-forum.com/.
2014 May 21
2
Icecast2, ezstream and reverse proxy
Hello
Ezstream is working well locally with Icecast2 on port 8000 on a Debian Wheezy platform. However, I use a reverse proxy (Pound) to pass all requests from the Internet for x.mysite.com to backend localhost:8000 i.e. my Icecast2 server. This works fine, i.e. x.mysite.com brings up the Icecast2 Status page. My problem is with the ezstream xml configuration <url></url> setting which
2020 Oct 23
1
Missing the old sytle gnome-software in CentOS 8 -- help!
Hello folks --
I recently got a new laptop and installed CentOS8 on it. Yes, it's a
learning curve. What I am really upset/disappointed with is the "new"
gnome-software application. It doesn't provide nearly the functionaility
of the older gnome 3.28 app. Yes, I do know how to list EVERYTHING via
the command line but the ease of listing files etc associated with a
packages
2007 May 21
1
Deploying in subdir w/ Apache and Mongrel
Hi all,
I have been searching for the past 2 or 3 days on how to deploy my
rails apps within subdirectories (ie: http://www.domain.com/myapp or
even domain.com/rails/myapp) and have found a few tutorials, but all
have left something out it seems. I would like to do this rather than
http://myapp.domain.com/ since it will be usd internally and I have no
real direct access to dns to make the
2005 Jan 05
1
Can't initiate a call with X-Lite.
Hello,
I'm trying to place a call to asterisk using X-Lite. Asterisk is setup
with some Grandstream phones. I can call from one grandstream extension
to another. When I try to an extension with X-Lite, it comes back with
Status of SIP/2.0 404 Not Found. X-Lite is not registered as asterisk
extension. It is just sending a sip invite to extension@IP. Does the
X-Lite need to connect to