Running piratebox with apache instead of lighttpd December 30, 2014 04:17PM |
Registered: 10 years ago Posts: 11 |
Re: Running piratebox with apache instead of lighttpd January 01, 2015 05:22PM |
Admin Registered: 14 years ago Posts: 4,680 |
Re: Running piratebox with apache instead of lighttpd January 03, 2015 07:39AM |
Registered: 10 years ago Posts: 11 |
Re: Running piratebox with apache instead of lighttpd January 05, 2015 06:27AM |
Admin Registered: 14 years ago Posts: 4,680 |
echo 'server.bind = "192.168.77.1" 'to
server.bind = "192.168.77.1"
echo "www.$HOST $NET.2" >> /opt/piratebox/conf/hoststo
echo "www.piratebox.lan 192.168.77.2" >> /opt/piratebox/conf/hosts
echo ' if [ ! -f $1 ] ; then echo "Config-File $1 not found..." exit 255 fi #Load config . $1 ifconfig "$INTERFACE":0 $NET.2 up /etc/init.d/apache restart 'to
if [ ! -f $1 ] ; then echo "Config-File $1 not found..." exit 255 fi #Load config . $1 ifconfig "$INTERFACE":0 $NET.2 up /etc/init.d/apache restart
Re: Running piratebox with apache instead of lighttpd January 05, 2015 04:05PM |
Registered: 10 years ago Posts: 11 |
Re: Running piratebox with apache instead of lighttpd January 05, 2015 06:32PM |
Admin Registered: 14 years ago Posts: 4,680 |