OpenWrt Forum Archive

Topic: SSI with BusyBox httpd possible?

The content of this topic has been archived on 15 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi,

is it possible to run Server Side Include on BusyBox httpd?

rgs
xray

It doesn't look like it.

Run "make menuconfig"
Go into Base system.
Select "busybox" and press ENTER.
Go into Configuration, Networking Utilities and find "http" in the list.
All the options for the Busybox httpd are there.  I don't see SSI.

However, lighttpd (Network, Web, lighttpd) seems to support SSI.

Another possibility is haserl

A quick search on the web returned that Busybox httpd does NOT support SSI.

If you need SSI use lighttpd + lighttpd-mod-ssi

Hi,

i know that Lighttpd supports SSI. I asked dedicated for BusyBox httpd wink
But thanks for the hints, haserl would be enough for my purposes and I
like PHP like coding.

rgs
xray

The discussion might have continued from here.