Translations:Install i@nseo/22/sv

    From Ianseo
    Revision as of 19:39, 13 April 2025 by ERoner (talk | contribs) (Created page with "Ställ in "world writeable permissions" för katalogen och underliggande filer och kataloger med följande kommando. sudo chmod -R a+rwX /opt/ianseo Kopiera konfigurationsfilen för Apache som du hittar i <code>/opt/ianseo/Install/apache-ianseo.conf</code> till <code>/etc/apache2/conf-available</code> och registrera ändringen i Apache genom att skriva: sudo cp /opt/ianseo/Install/apache-ianseo.conf /etc/apache2/conf-available sudo a2enconf apache-ianseo sudo service...")
    (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

    Ställ in "world writeable permissions" för katalogen och underliggande filer och kataloger med följande kommando. sudo chmod -R a+rwX /opt/ianseo Kopiera konfigurationsfilen för Apache som du hittar i /opt/ianseo/Install/apache-ianseo.conf till /etc/apache2/conf-available och registrera ändringen i Apache genom att skriva: sudo cp /opt/ianseo/Install/apache-ianseo.conf /etc/apache2/conf-available

    sudo a2enconf apache-ianseo
    sudo service apache2 reload