All translations

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)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
 h svenska (sv)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 apache2 reload