Website cannot write to files or create directories The 2019 Stack Overflow Developer Survey...
How come people say “Would of”?
Are spiders unable to hurt humans, especially very small spiders?
How to notate time signature switching consistently every measure
Keeping a retro style to sci-fi spaceships?
Deal with toxic manager when you can't quit
For what reasons would an animal species NOT cross a *horizontal* land bridge?
Why didn't the Event Horizon Telescope team mention Sagittarius A*?
Did any laptop computers have a built-in 5 1/4 inch floppy drive?
Short story: man watches girlfriend's spaceship entering a 'black hole' (?) forever
Ubuntu Server install with full GUI
Why “相同意思的词” is called “同义词” instead of "同意词"?
Why are there uneven bright areas in this photo of black hole?
What does Linus Torvalds mean when he says that Git "never ever" tracks a file?
Likelihood that a superbug or lethal virus could come from a landfill
"as much details as you can remember"
What is this sharp, curved notch on my knife for?
How to quickly solve partial fractions equation?
Is there a way to generate a uniformly distributed point on a sphere from a fixed amount of random real numbers?
Mathematics of imaging the black hole
How to support a colleague who finds meetings extremely tiring?
Worn-tile Scrabble
Loose spokes after only a few rides
Is it okay to consider publishing in my first year of PhD?
Button changing its text & action. Good or terrible?
Website cannot write to files or create directories
The 2019 Stack Overflow Developer Survey Results Are InApache2 permissions issuePermission error to access mounted directory in localhosthow to change default root in apache web server?What's wrong with these file permissions?RHEL / SELinux - Apache unable to write to a directory it can write toCorrect way to provision user so that any file/directory associated with their group is editablePHP user as member of a group cannot write to a folderApache is not creating directories with sgid enabledYou don't have permission to access /owncloud/ on this serverpermit ftp user to write in /var/www folder with pure-ftpdConfigure virtual host for custom directory
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I've been trying to install TeemIP for about 6+ months now and I've never been able to figure out this issue on Centos7.
The error I get is the following:
The directory '/var/www/teemip/public_html/web/log' exists but is not
writable for the application.TeemIp needs the directory '/var/www/teemip/public_html/web/env-production' to be writable. The
directory '/var/www/teemip/public_html/web/env-production' does not
exist and '/var/www/teemip/public_html/web/' is not writable, the
application cannot create the directory 'env-production' inside it.TeemIp needs the directory
'/var/www/teemip/public_html/web/env-production-build' to be
writable. The directory
'/var/www/teemip/public_html/web/env-production-build' does not exist
and '/var/www/teemip/public_html/web/' is not writable, the
application cannot create the directory 'env-production-build' inside
it.TeemIp needs the directory '/var/www/teemip/public_html/web/conf' to
be writable. The directory '/var/www/teemip/public_html/web/conf'
does not exist and '/var/www/teemip/public_html/web/' is not
writable, the application cannot create the directory 'conf' inside
it.The directory '/var/www/teemip/public_html/web/data' exists but is
not writable for the application.
I have created a user and group called www-data for the apache httpd and the permissions are as follows:
[root@TeemIP html]# ls -l
total 648
drwxrwsr-x. 3 www-data www-data 24 Apr 7 21:24 addons
drwxrwsr-x. 3 www-data www-data 4096 Apr 7 21:24 application
-rwxrwxr-x. 1 www-data www-data 245 Apr 7 21:24 approot.inc.php
drwxrwsr-x. 3 www-data www-data 4096 Apr 7 21:24 core
drwxrwsr-x. 6 www-data www-data 4096 Apr 7 21:24 css
drwxrwsr-x. 2 www-data www-data 58 Apr 7 21:24 data
drwxrwsr-x. 3 www-data www-data 17 Apr 7 21:24 datamodels
drwxrwsr-x. 2 www-data www-data 4096 Apr 7 21:24 dictionaries
drwxrwsr-x. 2 www-data www-data 30 Apr 7 21:24 documentation
drwxrwsr-x. 2 www-data www-data 24 Apr 7 21:24 extensions
drwxrwsr-x. 4 www-data www-data 8192 Apr 7 21:24 images
-rwxrwxr-x. 1 www-data www-data 1030 Apr 7 21:24 index.php
drwxrwsr-x. 7 www-data www-data 4096 Apr 7 21:24 js
drwxrwsr-x. 7 www-data www-data 84 Apr 7 21:24 lib
drwxrwsr-x. 2 www-data www-data 58 Apr 7 21:24 log
-rwxrwxr-x. 1 www-data www-data 603311 Apr 7 21:24 manifest.xml
drwxrwsr-x. 2 www-data www-data 4096 Apr 7 21:24 pages
drwxrwsr-x. 3 www-data www-data 55 Apr 7 21:24 portal
drwxrwsr-x. 5 www-data www-data 4096 Apr 7 21:24 setup
drwxrwsr-x. 5 www-data www-data 73 Apr 7 21:24 sources
drwxrwsr-x. 2 www-data www-data 141 Apr 7 21:24 synchro
-rwxrwxr-x. 1 www-data www-data 630 Apr 7 21:24 web.config
drwxrwsr-x. 2 www-data www-data 4096 Apr 7 21:24 webservices
From what I understand, the application, TeemIP, is using the http daemon to write to logs and create directories. The httpd.conf file includes the www-data user and group, the config is below.
# Dynamic Shared Object (DSO) Support
#
# To be able to use the functionality of a module which was built as a DSO you
# have to place corresponding `LoadModule' lines at this location so the
# directives contained in it are actually available _before_ they are used.
# Statically compiled modules (those listed by `httpd -l') do not need
# to be loaded here.
#
# Example:
# LoadModule foo_module modules/mod_foo.so
#
Include conf.modules.d/*.conf
#
# If you wish httpd to run as a different user or group, you must run
# httpd as root initially and it will switch.
#
# User/Group: The name (or #number) of the user/group to run httpd as.
# It is usually good practice to create a dedicated user and group for
# running httpd, as with most system services.
#
User www-data
Group www-data
# 'Main' server configuration
#
# The directives in this section set up the values used by the 'main'
# server, which responds to any requests that aren't handled by a
# <VirtualHost> definition. These values also provide defaults for
# any <VirtualHost> containers you may define later in the file.
#
# All of these directives may appear inside <VirtualHost> containers,
# in which case these default settings will be overridden for the
# virtual host being defined.
#
#
# ServerAdmin: Your address, where problems with the server should be
# e-mailed. This address appears on some server-generated pages, such
# as error documents. e.g. admin@your-domain.com
#
ServerAdmin root@localhost
#
# ServerName gives the name and port that the server uses to identify itself.
# This can often be determined automatically, but we recommend you specify
I tried:
Apache2 permissions issue
I also tried changing the user and group to a sudo user and group, but it didn't make a difference. I changed the owner of the /var/www directory to www-data and changed the permissions of the /var/www directory to 775 (recursively). Also, I created the www-data user and group specifically for the apache daemon, but I didn't do anything more than adduser user
and groupadd group
.
Let me know if you need any other information. I am not sure where else to look, as I do not have intermediate or expert level knowledge on Linux systems.
centos permissions apache-httpd chmod selinux
New contributor
add a comment |
I've been trying to install TeemIP for about 6+ months now and I've never been able to figure out this issue on Centos7.
The error I get is the following:
The directory '/var/www/teemip/public_html/web/log' exists but is not
writable for the application.TeemIp needs the directory '/var/www/teemip/public_html/web/env-production' to be writable. The
directory '/var/www/teemip/public_html/web/env-production' does not
exist and '/var/www/teemip/public_html/web/' is not writable, the
application cannot create the directory 'env-production' inside it.TeemIp needs the directory
'/var/www/teemip/public_html/web/env-production-build' to be
writable. The directory
'/var/www/teemip/public_html/web/env-production-build' does not exist
and '/var/www/teemip/public_html/web/' is not writable, the
application cannot create the directory 'env-production-build' inside
it.TeemIp needs the directory '/var/www/teemip/public_html/web/conf' to
be writable. The directory '/var/www/teemip/public_html/web/conf'
does not exist and '/var/www/teemip/public_html/web/' is not
writable, the application cannot create the directory 'conf' inside
it.The directory '/var/www/teemip/public_html/web/data' exists but is
not writable for the application.
I have created a user and group called www-data for the apache httpd and the permissions are as follows:
[root@TeemIP html]# ls -l
total 648
drwxrwsr-x. 3 www-data www-data 24 Apr 7 21:24 addons
drwxrwsr-x. 3 www-data www-data 4096 Apr 7 21:24 application
-rwxrwxr-x. 1 www-data www-data 245 Apr 7 21:24 approot.inc.php
drwxrwsr-x. 3 www-data www-data 4096 Apr 7 21:24 core
drwxrwsr-x. 6 www-data www-data 4096 Apr 7 21:24 css
drwxrwsr-x. 2 www-data www-data 58 Apr 7 21:24 data
drwxrwsr-x. 3 www-data www-data 17 Apr 7 21:24 datamodels
drwxrwsr-x. 2 www-data www-data 4096 Apr 7 21:24 dictionaries
drwxrwsr-x. 2 www-data www-data 30 Apr 7 21:24 documentation
drwxrwsr-x. 2 www-data www-data 24 Apr 7 21:24 extensions
drwxrwsr-x. 4 www-data www-data 8192 Apr 7 21:24 images
-rwxrwxr-x. 1 www-data www-data 1030 Apr 7 21:24 index.php
drwxrwsr-x. 7 www-data www-data 4096 Apr 7 21:24 js
drwxrwsr-x. 7 www-data www-data 84 Apr 7 21:24 lib
drwxrwsr-x. 2 www-data www-data 58 Apr 7 21:24 log
-rwxrwxr-x. 1 www-data www-data 603311 Apr 7 21:24 manifest.xml
drwxrwsr-x. 2 www-data www-data 4096 Apr 7 21:24 pages
drwxrwsr-x. 3 www-data www-data 55 Apr 7 21:24 portal
drwxrwsr-x. 5 www-data www-data 4096 Apr 7 21:24 setup
drwxrwsr-x. 5 www-data www-data 73 Apr 7 21:24 sources
drwxrwsr-x. 2 www-data www-data 141 Apr 7 21:24 synchro
-rwxrwxr-x. 1 www-data www-data 630 Apr 7 21:24 web.config
drwxrwsr-x. 2 www-data www-data 4096 Apr 7 21:24 webservices
From what I understand, the application, TeemIP, is using the http daemon to write to logs and create directories. The httpd.conf file includes the www-data user and group, the config is below.
# Dynamic Shared Object (DSO) Support
#
# To be able to use the functionality of a module which was built as a DSO you
# have to place corresponding `LoadModule' lines at this location so the
# directives contained in it are actually available _before_ they are used.
# Statically compiled modules (those listed by `httpd -l') do not need
# to be loaded here.
#
# Example:
# LoadModule foo_module modules/mod_foo.so
#
Include conf.modules.d/*.conf
#
# If you wish httpd to run as a different user or group, you must run
# httpd as root initially and it will switch.
#
# User/Group: The name (or #number) of the user/group to run httpd as.
# It is usually good practice to create a dedicated user and group for
# running httpd, as with most system services.
#
User www-data
Group www-data
# 'Main' server configuration
#
# The directives in this section set up the values used by the 'main'
# server, which responds to any requests that aren't handled by a
# <VirtualHost> definition. These values also provide defaults for
# any <VirtualHost> containers you may define later in the file.
#
# All of these directives may appear inside <VirtualHost> containers,
# in which case these default settings will be overridden for the
# virtual host being defined.
#
#
# ServerAdmin: Your address, where problems with the server should be
# e-mailed. This address appears on some server-generated pages, such
# as error documents. e.g. admin@your-domain.com
#
ServerAdmin root@localhost
#
# ServerName gives the name and port that the server uses to identify itself.
# This can often be determined automatically, but we recommend you specify
I tried:
Apache2 permissions issue
I also tried changing the user and group to a sudo user and group, but it didn't make a difference. I changed the owner of the /var/www directory to www-data and changed the permissions of the /var/www directory to 775 (recursively). Also, I created the www-data user and group specifically for the apache daemon, but I didn't do anything more than adduser user
and groupadd group
.
Let me know if you need any other information. I am not sure where else to look, as I do not have intermediate or expert level knowledge on Linux systems.
centos permissions apache-httpd chmod selinux
New contributor
1
Is SELinux enabled?
– garethTheRed
11 hours ago
I used the command "getenforce" and it says "enforcing", so I assume SELinux is enabled.
– Caine Kiewit
8 hours ago
add a comment |
I've been trying to install TeemIP for about 6+ months now and I've never been able to figure out this issue on Centos7.
The error I get is the following:
The directory '/var/www/teemip/public_html/web/log' exists but is not
writable for the application.TeemIp needs the directory '/var/www/teemip/public_html/web/env-production' to be writable. The
directory '/var/www/teemip/public_html/web/env-production' does not
exist and '/var/www/teemip/public_html/web/' is not writable, the
application cannot create the directory 'env-production' inside it.TeemIp needs the directory
'/var/www/teemip/public_html/web/env-production-build' to be
writable. The directory
'/var/www/teemip/public_html/web/env-production-build' does not exist
and '/var/www/teemip/public_html/web/' is not writable, the
application cannot create the directory 'env-production-build' inside
it.TeemIp needs the directory '/var/www/teemip/public_html/web/conf' to
be writable. The directory '/var/www/teemip/public_html/web/conf'
does not exist and '/var/www/teemip/public_html/web/' is not
writable, the application cannot create the directory 'conf' inside
it.The directory '/var/www/teemip/public_html/web/data' exists but is
not writable for the application.
I have created a user and group called www-data for the apache httpd and the permissions are as follows:
[root@TeemIP html]# ls -l
total 648
drwxrwsr-x. 3 www-data www-data 24 Apr 7 21:24 addons
drwxrwsr-x. 3 www-data www-data 4096 Apr 7 21:24 application
-rwxrwxr-x. 1 www-data www-data 245 Apr 7 21:24 approot.inc.php
drwxrwsr-x. 3 www-data www-data 4096 Apr 7 21:24 core
drwxrwsr-x. 6 www-data www-data 4096 Apr 7 21:24 css
drwxrwsr-x. 2 www-data www-data 58 Apr 7 21:24 data
drwxrwsr-x. 3 www-data www-data 17 Apr 7 21:24 datamodels
drwxrwsr-x. 2 www-data www-data 4096 Apr 7 21:24 dictionaries
drwxrwsr-x. 2 www-data www-data 30 Apr 7 21:24 documentation
drwxrwsr-x. 2 www-data www-data 24 Apr 7 21:24 extensions
drwxrwsr-x. 4 www-data www-data 8192 Apr 7 21:24 images
-rwxrwxr-x. 1 www-data www-data 1030 Apr 7 21:24 index.php
drwxrwsr-x. 7 www-data www-data 4096 Apr 7 21:24 js
drwxrwsr-x. 7 www-data www-data 84 Apr 7 21:24 lib
drwxrwsr-x. 2 www-data www-data 58 Apr 7 21:24 log
-rwxrwxr-x. 1 www-data www-data 603311 Apr 7 21:24 manifest.xml
drwxrwsr-x. 2 www-data www-data 4096 Apr 7 21:24 pages
drwxrwsr-x. 3 www-data www-data 55 Apr 7 21:24 portal
drwxrwsr-x. 5 www-data www-data 4096 Apr 7 21:24 setup
drwxrwsr-x. 5 www-data www-data 73 Apr 7 21:24 sources
drwxrwsr-x. 2 www-data www-data 141 Apr 7 21:24 synchro
-rwxrwxr-x. 1 www-data www-data 630 Apr 7 21:24 web.config
drwxrwsr-x. 2 www-data www-data 4096 Apr 7 21:24 webservices
From what I understand, the application, TeemIP, is using the http daemon to write to logs and create directories. The httpd.conf file includes the www-data user and group, the config is below.
# Dynamic Shared Object (DSO) Support
#
# To be able to use the functionality of a module which was built as a DSO you
# have to place corresponding `LoadModule' lines at this location so the
# directives contained in it are actually available _before_ they are used.
# Statically compiled modules (those listed by `httpd -l') do not need
# to be loaded here.
#
# Example:
# LoadModule foo_module modules/mod_foo.so
#
Include conf.modules.d/*.conf
#
# If you wish httpd to run as a different user or group, you must run
# httpd as root initially and it will switch.
#
# User/Group: The name (or #number) of the user/group to run httpd as.
# It is usually good practice to create a dedicated user and group for
# running httpd, as with most system services.
#
User www-data
Group www-data
# 'Main' server configuration
#
# The directives in this section set up the values used by the 'main'
# server, which responds to any requests that aren't handled by a
# <VirtualHost> definition. These values also provide defaults for
# any <VirtualHost> containers you may define later in the file.
#
# All of these directives may appear inside <VirtualHost> containers,
# in which case these default settings will be overridden for the
# virtual host being defined.
#
#
# ServerAdmin: Your address, where problems with the server should be
# e-mailed. This address appears on some server-generated pages, such
# as error documents. e.g. admin@your-domain.com
#
ServerAdmin root@localhost
#
# ServerName gives the name and port that the server uses to identify itself.
# This can often be determined automatically, but we recommend you specify
I tried:
Apache2 permissions issue
I also tried changing the user and group to a sudo user and group, but it didn't make a difference. I changed the owner of the /var/www directory to www-data and changed the permissions of the /var/www directory to 775 (recursively). Also, I created the www-data user and group specifically for the apache daemon, but I didn't do anything more than adduser user
and groupadd group
.
Let me know if you need any other information. I am not sure where else to look, as I do not have intermediate or expert level knowledge on Linux systems.
centos permissions apache-httpd chmod selinux
New contributor
I've been trying to install TeemIP for about 6+ months now and I've never been able to figure out this issue on Centos7.
The error I get is the following:
The directory '/var/www/teemip/public_html/web/log' exists but is not
writable for the application.TeemIp needs the directory '/var/www/teemip/public_html/web/env-production' to be writable. The
directory '/var/www/teemip/public_html/web/env-production' does not
exist and '/var/www/teemip/public_html/web/' is not writable, the
application cannot create the directory 'env-production' inside it.TeemIp needs the directory
'/var/www/teemip/public_html/web/env-production-build' to be
writable. The directory
'/var/www/teemip/public_html/web/env-production-build' does not exist
and '/var/www/teemip/public_html/web/' is not writable, the
application cannot create the directory 'env-production-build' inside
it.TeemIp needs the directory '/var/www/teemip/public_html/web/conf' to
be writable. The directory '/var/www/teemip/public_html/web/conf'
does not exist and '/var/www/teemip/public_html/web/' is not
writable, the application cannot create the directory 'conf' inside
it.The directory '/var/www/teemip/public_html/web/data' exists but is
not writable for the application.
I have created a user and group called www-data for the apache httpd and the permissions are as follows:
[root@TeemIP html]# ls -l
total 648
drwxrwsr-x. 3 www-data www-data 24 Apr 7 21:24 addons
drwxrwsr-x. 3 www-data www-data 4096 Apr 7 21:24 application
-rwxrwxr-x. 1 www-data www-data 245 Apr 7 21:24 approot.inc.php
drwxrwsr-x. 3 www-data www-data 4096 Apr 7 21:24 core
drwxrwsr-x. 6 www-data www-data 4096 Apr 7 21:24 css
drwxrwsr-x. 2 www-data www-data 58 Apr 7 21:24 data
drwxrwsr-x. 3 www-data www-data 17 Apr 7 21:24 datamodels
drwxrwsr-x. 2 www-data www-data 4096 Apr 7 21:24 dictionaries
drwxrwsr-x. 2 www-data www-data 30 Apr 7 21:24 documentation
drwxrwsr-x. 2 www-data www-data 24 Apr 7 21:24 extensions
drwxrwsr-x. 4 www-data www-data 8192 Apr 7 21:24 images
-rwxrwxr-x. 1 www-data www-data 1030 Apr 7 21:24 index.php
drwxrwsr-x. 7 www-data www-data 4096 Apr 7 21:24 js
drwxrwsr-x. 7 www-data www-data 84 Apr 7 21:24 lib
drwxrwsr-x. 2 www-data www-data 58 Apr 7 21:24 log
-rwxrwxr-x. 1 www-data www-data 603311 Apr 7 21:24 manifest.xml
drwxrwsr-x. 2 www-data www-data 4096 Apr 7 21:24 pages
drwxrwsr-x. 3 www-data www-data 55 Apr 7 21:24 portal
drwxrwsr-x. 5 www-data www-data 4096 Apr 7 21:24 setup
drwxrwsr-x. 5 www-data www-data 73 Apr 7 21:24 sources
drwxrwsr-x. 2 www-data www-data 141 Apr 7 21:24 synchro
-rwxrwxr-x. 1 www-data www-data 630 Apr 7 21:24 web.config
drwxrwsr-x. 2 www-data www-data 4096 Apr 7 21:24 webservices
From what I understand, the application, TeemIP, is using the http daemon to write to logs and create directories. The httpd.conf file includes the www-data user and group, the config is below.
# Dynamic Shared Object (DSO) Support
#
# To be able to use the functionality of a module which was built as a DSO you
# have to place corresponding `LoadModule' lines at this location so the
# directives contained in it are actually available _before_ they are used.
# Statically compiled modules (those listed by `httpd -l') do not need
# to be loaded here.
#
# Example:
# LoadModule foo_module modules/mod_foo.so
#
Include conf.modules.d/*.conf
#
# If you wish httpd to run as a different user or group, you must run
# httpd as root initially and it will switch.
#
# User/Group: The name (or #number) of the user/group to run httpd as.
# It is usually good practice to create a dedicated user and group for
# running httpd, as with most system services.
#
User www-data
Group www-data
# 'Main' server configuration
#
# The directives in this section set up the values used by the 'main'
# server, which responds to any requests that aren't handled by a
# <VirtualHost> definition. These values also provide defaults for
# any <VirtualHost> containers you may define later in the file.
#
# All of these directives may appear inside <VirtualHost> containers,
# in which case these default settings will be overridden for the
# virtual host being defined.
#
#
# ServerAdmin: Your address, where problems with the server should be
# e-mailed. This address appears on some server-generated pages, such
# as error documents. e.g. admin@your-domain.com
#
ServerAdmin root@localhost
#
# ServerName gives the name and port that the server uses to identify itself.
# This can often be determined automatically, but we recommend you specify
I tried:
Apache2 permissions issue
I also tried changing the user and group to a sudo user and group, but it didn't make a difference. I changed the owner of the /var/www directory to www-data and changed the permissions of the /var/www directory to 775 (recursively). Also, I created the www-data user and group specifically for the apache daemon, but I didn't do anything more than adduser user
and groupadd group
.
Let me know if you need any other information. I am not sure where else to look, as I do not have intermediate or expert level knowledge on Linux systems.
centos permissions apache-httpd chmod selinux
centos permissions apache-httpd chmod selinux
New contributor
New contributor
New contributor
asked 14 hours ago
Caine KiewitCaine Kiewit
11
11
New contributor
New contributor
1
Is SELinux enabled?
– garethTheRed
11 hours ago
I used the command "getenforce" and it says "enforcing", so I assume SELinux is enabled.
– Caine Kiewit
8 hours ago
add a comment |
1
Is SELinux enabled?
– garethTheRed
11 hours ago
I used the command "getenforce" and it says "enforcing", so I assume SELinux is enabled.
– Caine Kiewit
8 hours ago
1
1
Is SELinux enabled?
– garethTheRed
11 hours ago
Is SELinux enabled?
– garethTheRed
11 hours ago
I used the command "getenforce" and it says "enforcing", so I assume SELinux is enabled.
– Caine Kiewit
8 hours ago
I used the command "getenforce" and it says "enforcing", so I assume SELinux is enabled.
– Caine Kiewit
8 hours ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Caine Kiewit is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f511929%2fwebsite-cannot-write-to-files-or-create-directories%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Caine Kiewit is a new contributor. Be nice, and check out our Code of Conduct.
Caine Kiewit is a new contributor. Be nice, and check out our Code of Conduct.
Caine Kiewit is a new contributor. Be nice, and check out our Code of Conduct.
Caine Kiewit is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f511929%2fwebsite-cannot-write-to-files-or-create-directories%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Is SELinux enabled?
– garethTheRed
11 hours ago
I used the command "getenforce" and it says "enforcing", so I assume SELinux is enabled.
– Caine Kiewit
8 hours ago