On Aug 17, 2010, at 4:26 AM, [email protected] wrote: > Hello, > > when I follow the steps in the this install doc > http://doc.astlinux.org/userdoc:new-install I get as as as step 3. > > I'm using this image: > > http://mirror.astlinux.org/downloads/img/alix/astlinux-0.7.2-asterisk14.img.gz > > > "Continue the installation below using the web interface" > > the system boots and I can access it through SSH root/astlinux but there is > no: > > https://pbx.local/admin/setup.php > > 404 Not Found > File not found. > mini_httpd/1.19/astlinux 27mar2006
I'm very sure "/admin/setup.php" is there. From ssh try the following, you should see the result below. -- $ find /stat/var/www/admin/ | grep setup /stat/var/www/admin/setup.php -- If OK, then try -- # grep '^HTTPSDIR' /etc/rc.conf | tail -n1 HTTPSDIR="/stat/var/www" -- If this is not "/stat/var/www" as above, then that is the problem. Did you use a zero'ed (erased) CF card before dd'ing the image on it? Lonnie ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [email protected].
