Apachen konffisivu on olemassa ja haluttaisiin käyttäjän mappi kotihakemistossa oleva index.html-sivu näkyviin virtuaali-isännöitynä.
/etc/apache2/sites-available$ ls
000-default.conf mappi-sivut.conf
Mappi-konffin sisältö on
<VirtualHost *:80>
# The ServerName directive sets the request scheme, hostname and port that
# the server uses to identify itself. This is used when creating
# redirection URLs. In the context of virtual hosts, the ServerName
# specifies what hostname must appear in the request's Host: header to
# match this virtual host. For the default virtual host (this file) this
# value is not decisive as it is used as a last resort host regardless.
# However, you must set it for any further virtual host explicitly.
#ServerName www.example.com
ServerAdmin webmaster@localhost
ServerName mappi.dy.fi
DocumentRoot "/var/www/html/pehmolinkattu_mappi-tila"
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
/var/www/html -hakemistossa on pehmolinkki hakemistoon, jossa sivu on
/var/www/html$ ls -l /var/www/html/pehmolinkattu_mappi-tila
lrwxrwxrwx 1 root root 11 Oct 17 14:07 /var/www/html/pehmolinkattu_mappi-tila -> /home/mappi
Index.html -sivu on olemassa ja www-datalla on omistusoikeus siihen
/home/mappi$ ls -l
total 4
-rw-r--r-- 1 www-data root 2762 Oct 17 12:50 index.html
pehmolinkin omistusoikeutta ei näköjään saa muutettua, mutta olisiko se tarpeen
/etc/apache2/sites-available$ sudo chown www-data /var/www/html/pehmolinkattu_mappi-tila
/etc/apache2/sites-available$ ls -l /var/www/html/pehmolinkattu_mappi-tila
lrwxrwxrwx 1 root root 11 Oct 17 14:07 /var/www/html/pehmolinkattu_mappi-tila -> /home/mappi[/code]
ja apache on uudellekäynnistetty muutamia kertoja.
/home/mappi$ sudo systemctl restart apache2
dy.fi -palvelussakin näkyy
mappi.dy.fi
95.216.199.198 released in: 6d 23h53m
silti selain näyttää 000-default.conf -määritellyn sivun.
Sivu ei ole suojattu ja selaimessa on käytetty siksi http:// etuliitettä pyynnössä
http://mappi.dy.fiTässä vaiheessa oma mielikuvitukseni alkaa loppua