Report this

What is the reason for this report?

Get file out of www directory with php

Posted on April 11, 2014

I am working on a control panel for a game server and hence keeping config files in the www directory is the worst thing I could probably do.

I need to access a file called latest.tx in /srv/

So, how do I do it?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

to answer to this question requires more details. <br>Do you have Su-Exec ? Does PHP run under mod_php or PHP-FPM? <br>also what chroot uses (if it uses) Apache as well as PHP. <br>http://www.php.net/manual/en/function.chmod.php <br> <br>BTW: <br>and please do not post again as an answer to “https://www.digitalocean.com/community/questions/any-real-private-networking-solution” if you do not understand what I’m talking about.

Try reading <code>/srv/latest.tx</code>, e.g. <code>file_get_contents(‘/srv/latest.tx’);</code>Assuming the user apache is running as (most likely www-data) has access to read the file, it should work.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.