stolen from linux memes at Deltachat

  • KISSmyOS@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    11 months ago

    My “I don’t have time for this” moment came when I tried to set up Nextcloud on Arch:
    https://wiki.archlinux.org/title/Nextcloud

    Meanwhile on Slackware:

    Configuration
    
    (1) Add the following in /etc/httpd/httpd.conf
    
      Alias /nextcloud "/srv/httpd/htdocs/nextcloud/"
      
          Options +FollowSymlinks
          AllowOverride All
          
            Dav off
          
          SetEnv HOME      "/srv/httpd/htdocs/nextcloud"
          SetEnv HTTP_HOME "/srv/httpd/htdocs/nextcloud"
      
    
    (2) In /etc/httpd/httpd.conf, enable mod_rewrite and PHP by uncommenting
    "LoadModule rewrite_module ..." and "Include /etc/httpd/mod_php.conf",
    then restart httpd.
    
    • milkjug@lemmy.wildfyre.dev
      link
      fedilink
      arrow-up
      1
      ·
      11 months ago

      ngl, I love how “I don’t give a fuck” the slackware authors are, they didn’t even bother with https on their official website.