<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 10pt; color: #000000'>I see you're trying to access cfgadvanced.html, thats actually deprecated. Try accessing index.html<br><br>-- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>Ryan Brindley &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>Digium, Inc. | Software Developer &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>445 Jan Davis Drive NW - Huntsville, AL 35806 - USA &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>main: +1 256-428-6000 &nbsp; fax: +1 256-864-0464 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>Check us out at: http://digium.com &amp; http://asterisk.org<br><br>----- "Gad Alaloof" &lt;gadi.alaloof@gmail.com&gt; wrote:
<br>&gt; <div dir="ltr">&gt; Thanks.<br>&gt; <br>&gt; <div class="gmail_quote">&gt; On Sat, Jul 25, 2009 at 4:26 PM, Bob Crandell <span dir="ltr">&lt;<a href="mailto:bob@assuredcomp.com" target="_blank">bob@assuredcomp.com</a>&gt;</span> wrote:<br>&gt; <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>&gt; 
<br>&gt; 
This is what my http.conf looks like:<br>&gt; 
;!<br>&gt; 
;! Automatically generated configuration file<br>&gt; 
;! Filename: http.conf (/etc/asterisk/http.conf)<br>&gt; 
;! Generator: Manager<br>&gt; 
;! Creation Date: Fri Jul 24 10:05:35 2009<br>&gt; 
;!<br>&gt; 
;<br>&gt; 
; Asterisk Builtin mini-HTTP server<br>&gt; 
;<br>&gt; 
;<br>&gt; 
; Note about Asterisk documentation:<br>&gt; 
; &nbsp; If Asterisk was installed from a tarball, then the HTML documentation should<br>&gt; 
; &nbsp; be installed in the static-http/docs directory which is<br>&gt; 
; &nbsp; (/var/lib/asterisk/static-http/docs) on linux by default. &nbsp;If the Asterisk<br>&gt; 
; &nbsp; HTTP server is enabled in this file by setting the "enabled", "bindaddr",<br>&gt; 
; &nbsp; and "bindport" options, then you should be able to view the documentation<br>&gt; 
; &nbsp; remotely by browsing to:<br>&gt; 
; &nbsp; &nbsp; &nbsp; http://&lt;server_ip&gt;:&lt;bindport&gt;/static/docs/index.html<br>&gt; 
<div class="im">&gt; ;<br>&gt; 
[general]<br>&gt; 
;<br>&gt; 
; Whether HTTP/HTTPS interface is enabled or not. &nbsp;Default is no.<br>&gt; 
; This also affects manager/rawman/mxml access (see manager.conf)<br>&gt; 
;<br>&gt; 
enabled = yes<br>&gt; 
;<br>&gt; 
; Address to bind to, both for HTTP and HTTPS. &nbsp;Default is 0.0.0.0<br>&gt; 
;<br>&gt; 
</div>;bindaddr=127.0.0.1<br>&gt; 
<div class="im">&gt; ;<br>&gt; 
; Port to bind to for HTTP sessions (default is 8088)<br>&gt; 
;<br>&gt; 
;bindport=8088<br>&gt; 
</div>;<br>&gt; 
; Prefix allows you to specify a prefix for all requests<br>&gt; 
; to the server. &nbsp;The default is blank. &nbsp;If uncommented<br>&gt; 
; all requests must begin with /asterisk<br>&gt; 
;<br>&gt; 
prefix = asterisk<br>&gt; 
;<br>&gt; 
; Whether Asterisk should serve static content from http-static<br>&gt; 
; Default is no.<br>&gt; 
;<br>&gt; 
enablestatic = yes<br>&gt; 
;<br>&gt; 
; Redirect one URI to another. &nbsp;This is how you would set a<br>&gt; 
; default page.<br>&gt; 
; &nbsp; Syntax: redirect=&lt;from here&gt; &lt;to there&gt;<br>&gt; 
; For example, if you are using the Asterisk-gui,<br>&gt; 
; it is convenient to enable the following redirect:<br>&gt; 
;<br>&gt; 
redirect = / /static/config/index.html<br>&gt; 
;<br>&gt; 
; HTTPS support. In addition to enabled=yes, you need to<br>&gt; 
; explicitly enable ssl, define the port to use,<br>&gt; 
; and have a certificate somewhere.<br>&gt; 
; sslenable=yes &nbsp; &nbsp; &nbsp; &nbsp; ; enable ssl - default no.<br>&gt; 
; sslbindport=4433 &nbsp; &nbsp; &nbsp;; port to use - default is 8089<br>&gt; 
; sslbindaddr=0.0.0.0 &nbsp; ; address to bind to - default is bindaddr.<br>&gt; 
;<br>&gt; 
; sslcert=/tmp/foo.pem &nbsp;; path to the certificate<br>&gt; 
;<br>&gt; 
; To produce a certificate you can e.g. use openssl<br>&gt; 
; &nbsp; &nbsp; &nbsp; openssl req -new -x509 -days 365 -nodes -out /tmp/foo.pem -keyout /tmp/foo.pem<br>&gt; 
;<br>&gt; 
<br>&gt; 
; The post_mappings section maps URLs to real paths on the filesystem. &nbsp;If a<br>&gt; 
; POST is done from within an authenticated manager session to one of the<br>&gt; 
; configured POST mappings, then any files in the POST will be placed in the<br>&gt; 
; configured directory.<br>&gt; 
;<br>&gt; 
[post_mappings]<br>&gt; 
;<br>&gt; 
; In this example, if the prefix option is set to "asterisk", then using the<br>&gt; 
; POST URL: /asterisk/uploads will put files in /var/lib/asterisk/uploads/.<br>&gt; 
uploads = /var/lib/asterisk/uploads/<br>&gt; 
backups = /var/lib/asterisk/gui_backups<br>&gt; 
moh = /var/lib/asterisk/moh<br>&gt; 
<br>&gt; 
<br>&gt; 
&gt;&gt;&gt; Gad Alaloof &lt;<a href="mailto:gadi.alaloof@gmail.com" target="_blank">gadi.alaloof@gmail.com</a>&gt; 7/25/2009 01:24 AM &gt;&gt;&gt;<br>&gt; 
<div><div></div><div class="h5">&gt; <br>&gt; 
Hi<br>&gt; 
After installing Asterisk 1.6 i get 404 error when getting to web gui url.<br>&gt; 
I try:<br>&gt; 
<a href="http://127.0.0.1:8088/asterisk/static/config/cfgadvanced.html" target="_blank">http://127.0.0.1:8088/asterisk/static/config/cfgadvanced.html</a><br>&gt; 
<br>&gt; 
<br>&gt; 
Installation is on ubanutu desktop edition 9.0.4.<br>&gt; 
<br>&gt; 
<br>&gt; 
http.conf looks like this:<br>&gt; 
<br>&gt; 
[general]<br>&gt; 
;<br>&gt; 
; Whether HTTP/HTTPS interface is enabled or not. Default is no.<br>&gt; 
; This also affects manager/rawman/mxml access (see manager.conf)<br>&gt; 
;<br>&gt; 
enabled=yes<br>&gt; 
;<br>&gt; 
; Address to bind to, both for HTTP and HTTPS. Default is 0.0.0.0<br>&gt; 
;<br>&gt; 
bindaddr=0.0.0.0<br>&gt; 
;<br>&gt; 
; Port to bind to for HTTP sessions (default is 8088)<br>&gt; 
;<br>&gt; 
bindport=8088<br>&gt; 
<br>&gt; 
And manager.conf looks like this:<br>&gt; 
<br>&gt; 
[general]<br>&gt; 
enabled = yes<br>&gt; 
webenabled = yes<br>&gt; 
port = 5038<br>&gt; 
bindaddr = 0.0.0.0<br>&gt; 
[administrator]<br>&gt; 
secret = xxx<br>&gt; 
read = system,call,log,verbose,command,agent,user,config<br>&gt; 
write = system,call,log,verbose,command,agent,user,config<br>&gt; 
<br>&gt; 
<br>&gt; 
make checkconfig also shows everythink is ok.<br>&gt; 
<br>&gt; 
Please advice.<br>&gt; 
Thanks.<br>&gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; 
</div></div>_______________________________________________<br>&gt; 
--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>&gt; 
<br>&gt; 
asterisk-gui mailing list<br>&gt; 
To UNSUBSCRIBE or update options visit:<br>&gt; 
 &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-gui" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-gui</a><br>&gt; 
</blockquote></div><br>&gt; </div>
<br>&gt; _______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-gui mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-gui</div></body></html>