Translations:Install i@nseo/22/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 /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