stoneridge/apache
Nick Hurley 03aecb77e9 Minor fix to apache readme 2013-06-04 20:59:04 -07:00
..
htdocs/example.tld Import patched apache for a one-stop shop 2013-05-31 14:54:27 -07:00
src Fix config.nice for our apache 2013-06-04 20:42:51 -07:00
README.txt Minor fix to apache readme 2013-06-04 20:59:04 -07:00
httpd.conf Import patched apache for a one-stop shop 2013-05-31 14:54:27 -07:00

README.txt

ABOUT
==============================
This is apache 2.2.something, patched to be able to map requests with query
strings to static files on disk. All of the apache code is written by the
usual suspects, the patch for mapping requests with query strings to static
files was written by Nick Hurley <hurley@todesschaf.org>.

INSTALLATION INSTRUCTIONS
==============================
cd src

Edit config.nice, changing the lines with PATH_TO_<whatever> to have the
appropriate paths

./config.nice

make

make install

cd ..

Edit httpd.conf, changing the lines with PATH_TO_STONERIDGE_HOME to have the
appropriate path, and STONERIDGE_USERNAME to be the appropriate username.

cp httpd.conf PATH_TO_STONERIDGE_HOME/conf/httpd.conf

cp -R htdocs/* PATH_TO_STONERIDGE_HOME/htdocs