Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache on Freesco box

Status
Not open for further replies.

MikeBailey

Technical User
Apr 2, 2002
1
US
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<-----------------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top