I installed osCommerce using these instructions. During the initial run, I was asked to point at the MySQL database it should use and set up admin accounts. But to save the settings, it needed to modify an existing file:
The webserver was not able to write the installation parameters to its configuration file due to file permission problems.
Please verify the file permissions of the configuration file and try again by clicking on the Retry button below.
The configuration file is located at:
/var/www/oscommerce/osCommerce/OM/Config/settings.ini
What permission setting do I need to enable the web application to write, on what files, and how?
NB I can edit the file in question and save the settings manually, but to avoid issues in the future, I want to know how to let the web application run as it should.