Closed
Description
Hi , Andrey how are u ?
I 'm from Brazil , and i must say there so many Guys from I.T are using EtherCalc , and this is Amazing .
I am trying use EtherCalc , but i 'am having a problem .
i want make that , when someone try access my spreedsheet , he must insert User and Password , like Issue #4 .
I wanna make this at my Apache , is possible ?
My virtual host is like this :
<VirtualHost *:80>
ServerName localhost
ServerAdmin webmaster@localhost
DocumentRoot /var/www/
<Directory /var/www/phpmyadmin>
Order allow,deny
allow from all
</Directory>
<Directory /var/www/phpipam>
Options FollowSymLinks
AllowOverride all
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
I am running EtherCalc from port 8000 , and my Apache run at port 80.
Thanks for your attention.