Tony,
 
Thanks, it is working now. I have forgotten to modify the rc.conf file.
 
I have an another pb. I have to use ionCube. Fot that i have to loab the 
ioncube loader. 
I have created a php.ini file in /usr/lib, added zen_extension = 
/path/ioncube/ioncube_loader_lin_4.3.so
 
But it seems not be loaded.
 
Is mini-httpd use an php.ini file ?
How to resolve my pb ?
 
Thanks
 
Mathias
------------------------------

Message: 2
Date: Mon, 18 Dec 2006 15:39:36 -0600
From: "Tony Plack" <[EMAIL PROTECTED]>
Subject: Re: [Astlinux-users] mini-httpd
To: "'Discussion of AstLinux - Asterisk on Compact Flash'"
        <[EMAIL PROTECTED]>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

Because I have the following in /etc/asterisk/asterisk.conf

[options]
verbose = 20     ; Verbosity level for logging (-v)


asterisk will not fork a thread.

So I have this pseudo diff into /etc/init.d/asterisk script at line 107


    if [ -r /etc/asterisk/extensions.conf ]
    then
-    asterisk -p
+    asterisk -p &
    fi


Note that all I added to this line was the &.

Hope this helps.


<<winmail.dat>>

_______________________________________________
Astlinux-users mailing list
[email protected]
http://lists.kriscompanies.com/mailman/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
PROTECTED]

Reply via email to