Displaying 20 results from an estimated 8000 matches similar to: "403 Forbidden Error"
2007 Oct 03
5
403 (Forbidden) with Apache on Mongrel Cluster
Hi,
I''ve configured a rails application on my VPS to run on two
mongrels. When I run curl on localhost, the starting page comes up
fine. That is, mongrel is serving the app perfectly.
The problem arises when trying to access the app on my ip through
apache. I
get a 403 error. Just to test things out, I''ve set generous
permissions on the entire rails directory structure
2012 Mar 09
6
Puppet Dashboard - Directory Index Forbidden
Hello all
Puppet, puppetmaster, ruby, etc installed from standard Ubuntu 11.10 x86_64
APT repos
Dashboard 1.26 from .deb pulled from
http://apt.puppetlabs.com/pool/oneiric/main/p/puppet-dashboard/
Apache config pulled
from /usr/share/puppet-dashboard/ext/passenger/dashboard-vhost.conf
My simple test with webbrick worked a treat. So I installed Apache and
passenger mod (from Ubuntu APT
2005 Jun 21
2
403 forbidden on SIP register
I'm getting 403 forbidden errors when attempting to register to a
certain provider. I've tried just about every combination of
configuration settings I can think of with no luck. Following is what
I would think should work (and one of the settings I have tried).
Rather then list every combinaton I've tried, what are the common
causes of a 403 forbidden on a register attempt?
Other
2003 Aug 18
3
403 FORBIDDEN Help!
Hello,
I have a question.
I set up an extension to 1234
exten => 1234,1,Dial(SIP/1234@sip.greentone.com:5060)
And when I dial that extension I got in SIP message "403 FORBIDDEN"
Can somebody tell me why I cannot call that extension? When I am not using Asterisk I can call that extension without any problems.
My SIP proxy is VOCAL.
I am new here so I do not know a lot yet.
Thank
2005 Oct 25
2
apache 403 forbidden problem.
Hi guys,
I'm using Centos 3.5 with Apache-2.0.46. i linke my mrtg from /var/www/mrtg
to /var/www/html/mrtg so i did the command ln -s /var/www/mrtg. it worked
fine last week but when i checked the mrtg today it say 403 forbidden.
Forbidden
You don't have permission to access /mrtg/ on this server.
------------------------------
Apache/2.0.46 (CentOS) Server
but when i tried to link
2005 Feb 03
1
403 Forbidden when registering sip user database on backend
i am getting 403 Forbidden message from asterisk when
it try to register my user agent. i am basically
useing mysql through ODBC. i hvae checked ODBC
connecteion with
'ODBC Show' command.
------------------------------------------------------
*CLI> odbc show
Name: mysql1
DSN: asteriskdsn
Connected: yes
*CLI>
------------------------------------------------------
and user is added to
2004 Jun 02
2
"403 Forbidden" between two softphones on same Asterisk
Hi,
I have two softphones connected to an Asterisk "stable". I have two
extensions, say 1000 and 2000. When 1000 calls 2000, the call cannot be
completed; the softphone (either Diax97a , SJphone, Firefly 1.8) on
extension 2000 will ring, but as soon as the call is picked up, extension
2000 will hang up the call.
The softphone on 1000 (SIP, SJphone, e.g.) will give a "403
2005 Jul 06
1
SIP/2.0 403 Forbidden
Hi all,
I have been worriyng and googling a lot but I can't find my mistake.
I am trying to regiter an X-Lite Softphone to Asterisk, but
I am getting a SIP/2.0 403 Forbidden response:
SEND TIME: 10157385
SEND >> 10.100.249.12:5060
REGISTER sip:10.100.249.12 SIP/2.0
Via: SIP/2.0/UDP
10.100.249.86:5060;rport;branch=z9hG4bKFAC1B6F2B5414EE9855696A09A83FB22
From: Tester
2010 Mar 07
1
Grandstream HT 503 Outoing 403 Forbidden
I am trying to get Asterisk 1.6.2.5 working with a Grandstream HT-503 ATA.
The FXO part is giving me fits. Every call I try to make to the FXO port
outbound I get 403 Forbidden coming back. I've been through every
configuration setting I can see, and Uncle Google is not helping me much. I
updated the firmware to the current version, and that didn't help.
If anyone has this working, I
2005 Jan 14
1
SIP Registration problem, 403 forbidden
trying to set up and configure a polycom soundpoint ip 500 phone, when trying to get it to register with sip, i get the following message
Sip read:
REGISTER sip:67.110.252.13:5060;transport=udp SIP/2.0
Via: SIP/2.0/UDP 67.110.253.129:5060;branch=z9hG4bK63df903b2EF1BB58
From: "138polycom" <sip:5622832456@67.110.252.13:5060>;tag=B8D9FA39-9D85A6AC
To:
2014 Jun 10
1
apache server-status permission denied
Hey all,
I'm having a slightly weird issue with apache server-status on just one of
my nodes.
In my httpd.conf I have the following:
<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from 127.0.0.1 10.10.160
</Location>
If I do a ps grep I know that I'm using the right config:
[root at webhosta apache2]# ps -ef |
2005 Sep 21
1
I got "403", "Forbidden"... please help
Hi,
I'm setting up Asterisk as a voicemail with SER. My problem is,
when a caller that is not registered with asterisk (no username and
password in sip.conf) it prompts "403, Forbidden" . I need all calls
from outside of my network to reach asterisk for my users' voicemails,
because anonymous users will surely reach voicemail of my users to leave
messages. What do I
2010 Jan 21
1
Asterisk 403 Forbidden message with port translation
Hello,
------------- -------- --- --------
|Sip Softphone|-------|Internet|--------|F.W|-----|Asterisk|
------------- -------- --- --------
IP addresses: a.b.c.d q.w.e.r
The SIP softphone(x-lite) is configured to register with the asterisk
server through port 9090 (Domain q.w.e.r:9090).Firewall(F.W) is setup as
the
2013 Mar 12
2
Puppet with Passenger - 403 Forbidden
Morning all
Am in the process of testing a migration of Puppet 3 from webrick to
Puppet.
Have found the foreman modules (https://github.com/theforeman) which seems
to take care of a lot of the leg-work...
However having got Puppet running with Passenger in Apache, whenever trying
to access the Puppet master from a client, I was getting a ''403 Forbidden
error''.
Have dug
2012 Sep 18
1
How can i get directory recursively?
In manifest i have this instruction:
file { "/etc/apache2":
owner => root,
group => root,
mode => 740,
recurse => true,
source => "puppet:///dist/apache2"
}
By syntax its right, but on client i see error:
err: /Stage[main]/Testing170/File[/etc/apache2]: Failed to generate
additional resources using
2011 Oct 20
2
Agile book apache2.conf: Forbidden You don't have permission to access / on this server.
Appreciate any help -
I am working through Agile web development (4.0) and am stuck on the
deployment using phusion passenger. I get this:
"Forbidden
You don''t have permission to access / on this server."
when I put depot.yourhost.com in the browser.
I have been through various web searches and for file permissions and
suggestions to change the <Files> container.
2004 Sep 14
1
What does 'Forbidden (From header is not a Trust host or gateway)' mean?
From a 'sip debug':
Sip read:
SIP/2.0 100 Trying
From: "Evert"<sip:[username]@[my ext. IP]>;tag=as6e18534e
To: <sip:[dialled number]@[SIP server of VoIP provider]>
Call-ID: 6cbf41c25281f08b2e7bbc5043061975@[my ext. IP]
CSeq: 102 INVITE
Via:SIP/2.0/UDP [my ext. IP]:5060;branch=z9hG4bK4fd1045b
Content-Length:0
7 headers, 0 lines
Sip read:
SIP/2.0 403 Forbidden
2009 Mar 11
1
adding text and other elements to ggplot2 plots
Hello,
I really like the interface and flexibility of the ggplots package. However,
I cannot find how to add text to a plot (like the 'text' and 'rect'
functions in the graphics package). I will appreciate any suggestions.
Thanks,
Ofir.
--
View this message in context: http://www.nabble.com/adding-text-and-other-elements-to-ggplot2-plots-tp22455395p22455395.html
Sent from the R
2006 Aug 30
1
Rails + Apache FCGI Client Auth BUG
Hi, I''m having a strange problem, my application is not passing the
parameters to the form''s action after a POST under SSL with client auth
on Apache + FCGI, but if I issue the same request over regular http
everything works nice.
On regular HTTP I stop the app and open a breakpoint console and type:
> params[:person]
it shows me the contents of my request.
But when on
2005 Feb 02
0
403 forbidden error
Download V 0.4 here
http://sourceforge.net/project/showfiles.php?group_id=123387
burn it to an .iso
install into asterisk box (be warned it deletes everything on the hard
drive but this is what you want right :)
it will automatically install
Asterisk
AMP
FOP
and Web Meetme
read the FAQ here
http://asteriskathome.sourceforge.net/faq.html
basically if you are using a X100P all you need to do