Translations:Install i@nseo/22/sv: Difference between revisions

    From Ianseo
    (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...")
     
    (No difference)

    Latest revision as of 19:39, 13 April 2025

    Information about message (contribute)
    This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
    Message definition (Install i@nseo)
    Assign world writeable permissions to the folder and files with the following command.
     sudo chmod -R a+rwX /opt/ianseo
    Copy the apache configuration file located in <code>/opt/ianseo/Install/apache-ianseo.conf</code> in <code>/etc/apache2/conf-available</code> and enable the change in apache
     sudo cp  /opt/ianseo/Install/apache-ianseo.conf /etc/apache2/conf-available
     sudo a2enconf apache-ianseo
     sudo service apache2 reload

    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