MikeBailey
Technical User
I have put Apache on a freesco box with the lewy-lib add on.
when i shut down the router i get this error when the router shuts down apache.
> /php.ini no such file or directory
> /bin/perl no such file or directory
> /usr/bin no such file or directory
But i have done a search for ths files and or diretorys and thay are there.
I checked the rc_httpd and that seems ok but heres a copy of it it might help.
if [ "$ENA != n ]; then
ln -sf /mnt/router/packages/apache/bin/perl /bin/perl >/dev/null
ln -sf /mnt/router/packages/apache/conf/php.ini /php.ini >/dev/null
ln -s /bin/ /sbin >/dev/null
ln -s /bin/ /usr/bin >/dev/null
echo -n "Starting Apache Web Server...II"
/mnt/router/packages/apache/bin/apachectl start >/dev/null
$DONE
fi
---------------------->TIA<-----------------------------
when i shut down the router i get this error when the router shuts down apache.
> /php.ini no such file or directory
> /bin/perl no such file or directory
> /usr/bin no such file or directory
But i have done a search for ths files and or diretorys and thay are there.
I checked the rc_httpd and that seems ok but heres a copy of it it might help.
if [ "$ENA != n ]; then
ln -sf /mnt/router/packages/apache/bin/perl /bin/perl >/dev/null
ln -sf /mnt/router/packages/apache/conf/php.ini /php.ini >/dev/null
ln -s /bin/ /sbin >/dev/null
ln -s /bin/ /usr/bin >/dev/null
echo -n "Starting Apache Web Server...II"
/mnt/router/packages/apache/bin/apachectl start >/dev/null
$DONE
fi
---------------------->TIA<-----------------------------