• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

configuration.php Unwriteable joomla

R

randata

Guest
Hi
iam working on seting upp a vps server with plesk
but when i try to install joomla i get configuration.php Unwriteable
i can chmod -R 777 but that will leave me server very open or what?=
and i do not like to do this manualy for all my cus
is it something els i have done wrong here
can it be file owener ship wrong or what?

i have i webhotel on a anther placa and there i have chmod 755
and thats works fine there but not on my server
so is it something else?


please help
 
Plesk with Virtuozzo on VPS

Now have a working install which I am testing. On the domain www.sl4me everything seems to work. Although obviously I still need to configure a few things and complete tests.

For others this is how I did it:

- FTP Joomla up onto the server
- Setup Joomla, but not the FTP Layer (this doesn't work)
- When you get to the end copy the code for configuration.php
- FTP in and create a file called configuration.php and paste the clipboard into it
- CHMOD config.php to 777 for now
- Log in to Virtuosso
- Use File Manager to go to the site
- Change the owner of the following directories to www-data and the group to www-data:
- - administrator/backups/
- - administrator/components/
- - administrator/language/
- - administrator/language/en-GB/
- - administrator/modules/
- - administrator/templates/
- - components/
- - images/
- - images/banners/
- - images/stories/
- - language/
- - language/en-GB/
- - language/pdf_fonts/
- - media/
- - modules/
- - plugins/
- - plugins/content/
- - plugins/editors/
- - plugins/editors-xtd/
- - plugins/search/
- - plugins/system/
- - plugins/user/
- - plugins/xmlrpc/
- - tmp/
- - templates/
- - Cache Directory /var/www/vhosts/yoursite/httpdocs/cache/
- - Cache Directory /var/www/vhosts/yoursite/httpdocs/administrator/cache/
- Continue to configure site (if using Fireboard you need to ftp files and change the directory owner as above)
- Finally CHMOD config.php to 444

I hope this helps.
 
Back
Top