Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#1484750 closed Bugs (duplicate)

chmod logs and temp on clean install

Reported by: seansan Owned by:
Priority: 5 Milestone:
Component: Client Scripts Version: 0.1-rc2
Severity: normal Keywords:
Cc:

Description

When I download the latest SVN trunk (or rc2) and unzip or untar the fresh package then the directories logs and temp are not writeable by the server. This can be beacuse my server runs under apache.

Maybe we can add a check under whom the server runs and set directory rights based on the outcome? or set the folder to default chmod 777.

I have seen some accounts of this in the forum as well - I am guessing that we can circumvent this and make the log and temp dir work for all installations.

Change History (4)

comment:1 Changed 5 years ago by till

  • Milestone changed from 0.1-stable to 0.1.5

comment:2 Changed 5 years ago by till

Generally, I am not keen on advocating chmod 777

  • it's a potential security issue
  • not needed in php-cgi environments
  • knowledgable people would "chown apache:apache ..." instead
  • I started check.php (it's in trunk) - it checks that

comment:3 Changed 5 years ago by till

  • Resolution set to duplicate
  • Status changed from new to closed

I'm closing this, since it duplicates the discussion on #1483912.

comment:4 Changed 5 years ago by anonymous

  • Milestone 0.1.5 deleted

Milestone 0.1.5 deleted

Note: See TracTickets for help on using tickets.