| |
| News & Reviews |
Welcome to the Voxilla VoIP Forum.
Voxilla has been a trusted source for accurate, up-to-date information on the IP Communications industry since 2002. A dedicated staff of reporters and engineers produce feature articles and product reviews to keep industry watchers abreast of the people, companies, and trends driving a fast moving market.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact us.
Voxilla VoIP Forum |
AAH Webserver not workingTechnical support, how-to guides, troubleshooting, and general assistance, from beginner to seasoned pro, this is where to discuss Asterisk, the most powerful open source PBX. |
| | LinkBack | Thread Tools | Rate Thread | Display Modes |
| |||
| I have AAH 1.5 running. I can access the server via SSH, but when I try to access the webserver using the same address, my browser tells me it can't connect to the server. :x Any ideas? |
| |||
| Quote:
I am using the internal IP address and I am trying to access it behind my router (not from the internet), so I didn't think port forwarding mattered, regardless, I do have port 80 forwarded to the Asterisk. I also have the Asterisk in the DMZ zone. |
| |||
| I just had this happen to me 2 days ago on my AAH 1.5 box. It happened like this... First I noticed that I was getting the "all circuits are busy now" when making outgoing calls. So I rebooted. After that it stopped answering the zap POTS line. Not being near it, using SSH and wget, I downloaded the AAH 1.5 .tar.gz file, uncompressed it and used the install_ALL script. This got it semi-working. I can make calls into and then out of it. But the web interface is still broken. I don't think that apache is running. I can't telnet to port 80, but am not familiar enough with linux to know what to do now. Perhaps it is the same issue that marc1 is having. |
| |||
| ok, here is an idea... if i access my astrisk box via ssh, is there a command i can type in to see the status of the webserver? |
| | |
| |||
| Quote:
Code: ps auxww | grep -v grep | grep httpd Code: wget -O - http://127.0.0.1 See ya... d.c. |
| |||
| Quote:
Code: ps auxww | grep -v grep | grep httpd |
| |||
| ok, i worked backwards and figured out my problem. on Nerd Vittles site it says: Quote:
As of now, my hosts file looks like this: Code: 127.0.0.1 asterisk1.local 147.135.12.128 sip.broadvoice.com |
| |||
| Just to answer the first question about "Check if it's running" The command : [root@asterisk1]$ service httpd status httpd (pid 2394 2393 2392 2390 2389 2388 2387 2386 2346) is running... Will reply with all httpd's (Web server) running pid's. Other options is: service httpd {start|stop|restart|condrestart|reload|status|full status|graceful|help|configtest} And to the part about /etc/hosts you must also update : /etc/sysconfig/network And the command to check if the hostname is correct is: hostname There are some other files that has to be changed as well and I will post more info in the http://www.voip-info.org/wiki/view/A...+Handbook+Wiki and there will also be posted some info at my blog http://www.ugg-lan.com/blog/ /Mats |
| | |
| Thread Tools | |
| Display Modes | Rate This Thread |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Change AMP/FreePBX webserver port | jchuby | Asterisk Support Forum | 5 | August 11th, 2006 08:04 PM |
| Inbound BV calls to AAH working but no ringing on caller end | new_ukuser | BroadVoice Support Forum | 2 | January 12th, 2006 11:41 PM |
| SPA Webserver - Cannot Access Admin/Advanced Screen | ferdies | Linksys (Sipura) VoIP Support Forum | 1 | December 2nd, 2005 03:05 PM |
| AAH Broke | degsod | Asterisk Support Forum | 2 | September 10th, 2005 06:58 PM |
| Lost Admin functions on Webserver | jmattwood | Linksys (Sipura) VoIP Support Forum | 2 | February 20th, 2005 02:31 AM |