Yubico / yubikey-val

YubiKey OTP validation server in PHP
https://developers.yubico.com/yubikey-val
BSD 2-Clause "Simplified" License
130 stars 43 forks source link

Ubuntu server 14.04 #27

Closed ordorica closed 9 years ago

ordorica commented 9 years ago

I just wanted to point out that for a2ensite to work, the apache config files need to have a .conf extension for a2ensite to pick it up:

root@yubikey-val:/var/www# cd /etc/apache2/sites-available/ root@yubikey-val:/etc/apache2/sites-available# mv ykval ykval.conf root@yubikey-val:/etc/apache2/sites-available# mv ykval-ssl ykval-ssl.conf root@yubikey-val:/etc/apache2/sites-available# a2ensite ykval Enabling site ykval. To activate the new configuration, you need to run: service apache2 reload

Otherwise, it looks like the documentation is still relevant. Thanks

minisu commented 9 years ago

Thanks, I updated the docs (90b876a4055aa0efc30e1549516c01ab66db10a9)! Not sure why this issue hasn't been dealt with earlier.