Translations:Install i@nseo/22/sv: Difference between revisions
(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
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