ScriptAlias /cgi-bin/ /var/www/hotspot/cgi-bin/
<Directory "/var/www/hotspot/cgi-bin/">
AllowOverride None
Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
ErrorLog /var/log/apache2/hotspot-error.log
LogLevel warn
CustomLog /var/log/apache2/hotspot-access.log combined
ServerSignature On
SSLEngine on
SSLCertificateFile /etc/apache2/ssl/apache.pem
</VirtualHost>
Enable SSL virtualhost
sudo a2ensite hotspot
/etc/init.d/apache2 reload
HTTPS should listen on port number 443. You should add the following line to
the /etc/apache2/ports.conf file:
vi /etc/apache2/ports.conf
Listen *:443
Listen *:80
#<IfModule mod_ssl.c>
# Listen 443
#</IfModule>
STEP 9: Installing haserl
Haserl is a cgi scripting program for embedded environments .
wget http://dev.villagetelco.org/coova-chilli/haserl-0.9.29.tar.gz
tar -xvf haserl-0.8.0.tar.gz
cd haserl-0.8.0/
./configure
make
make install
Edit /etc/chilli/wwwsh file
haserl=$(which haserl 2>/dev/null)
Kommentare zu diesen Handbüchern