[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
howtos:network_services:weave [2013/07/09 16:40 (UTC)] – [Configuration] krizzohowtos:network_services:weave [2013/07/09 21:07 (UTC)] (current) – Cosmetic update to use the same example pathname all across the board alienbob
Line 56: Line 56:
     </VirtualHost>     </VirtualHost>
 </code> Apache 2.4 uses a different syntax for access control: <code> </code> Apache 2.4 uses a different syntax for access control: <code>
-    <Directory /path/to/sync>+    <Directory /usr/local/server-full>
       Require all granted       Require all granted
     </Directory>     </Directory>
 howtos:network_services:weave ()