Friday, October 11, 2013

[nslu2-linux] apache for ddwrt oleg build bug

 

ttp://tomatousb.ru/viewtopic. php?f=4&t=13

In few words:
Apache installed and configured
I open lynx, try to open localhost
get message:

HTTP request sent; waiting for response.

cat /opt/var/apache2/log/error_

log:
   [Tue May 31 23:34:42 2011] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
   [Tue May 31 23:34:42 2011] [notice] Digest: generating secret for digest authentication ...
   [Tue May 31 23:34:42 2011] [notice] Digest: done
   [Tue May 31 23:34:47 2011] [notice] Apache/2.2.18 (Unix) mod_ssl/2.2.18 OpenSSL/0.9.7m DAV/2 configured -- resuming normal operation

acces_log is clear
Solution

for MIPS asusware and DD-WRT we need to recompile apache with:

PMP Prefork we need:
in file optware/ddwrt/make/apache.mk:

comment:
#APACHE_MPM=worker
and uncomment
APACHE_MPM=prefork

after it made:
make apache-ipk

And install:
apache_2.2.9-1_mipsel.ipk

It's bug, who can update repository with right compiled apache?

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (1)
Recent Activity:
.

__,_._,___

No comments:

Post a Comment