apache22 installation issue

Status
Not open for further replies.

uutzinger

Dabbler
Joined
Nov 27, 2011
Messages
43
I have successfully installed apache, php and AjaXplorer in the FreeNAS jail.

However when apache starts there are two kernel modules missing which can not be installed inside the jail and which are not available by default in FreeNAS (the host).

[warn] (2)No such file or directory: Failed to enable the 'httpready' Accept Filter
[warn] (2)No such file or directory: Failed to enable the 'dataready' Accept Filter

On the host (FreeNAS) in a terminal one would need to do the following:

kldload accf_http
kldload accf_data.ko
echo 'accf_http_load="YES"' >> /boot/loader.conf
echo 'accf_data_load="YES"' >> /boot/loader.conf

However I believe these modules are currently not available.
Does anyone know if its possible to deploy them without recompiling FreeNAS?

If there is question why one would want to bother about this:
Apache, php, mysql, tomcat are basic tools needed for many server applications.
FreeNAS jail and the plugins documentation explain how to create a full FreeBSD system within a jail.
On such a system one can install those packages.

Urs
 

paleoN

Wizard
Joined
Apr 22, 2012
Messages
1,403
However I believe these modules are currently not available.
Does anyone know if its possible to deploy them without recompiling FreeNAS?
Given that they are modules you should be able to compile them in a FreeBSD 8.2 VM and just copy them to FN8.
 

uutzinger

Dabbler
Joined
Nov 27, 2011
Messages
43
Copying /boot/kernel/accf_*.ko from PC-BSD system with matching version number and bit depth works.
Thanks for suggestion.
 
Status
Not open for further replies.
Top