CENTOS, Apache & PHP



I have run out of space on a disk which houses a website written in PHP.

I created a symbolic link to another disk in the file system pointed to by the IP address which I was able to navigate through a putty window, but I couldn't navigate it through ftp.

I managed to adjust setup files for ftp and get past that and to adjust apache setup files so that I can serve up a regular web page from the linked directory through the apache server.

However when I try and serve up a php page, I get no error, but do get an empty page. The PHP code uses some advanced features like ftpassthru to hide elements of the directory structure.

I suspect that the problem is either in the php site code (though it works in the "real" non-linked directory structure just fine) or in the PHP ini files.

I did some research and I was studying this url: http://us2.php.net/manual/en/ini.core.php in the section "Paths and Directories" and saw the directive cgi.redirect_status_env the description of this directive is in the ball park, but I am not certain about it. Is cgi part of the interpretation of php on CENTOS?

Any help or guidance would be much appreciated.

Thanx

Dan
.



Relevant Pages

  • Re: Writing to CSV File
    ... I have a script that reads from a DB then inserts some data into a CSV ... PHP appears to maintain its own disk caching independent of the ...
    (comp.lang.php)
  • Re: Writing to CSV File
    ... I have a script that reads from a DB then inserts some data into a CSV ... PHP appears to maintain its own disk caching independent of the ...
    (comp.lang.php)
  • Re: [PHP] Storing values in arrays
    ... creation time everytime someone logged in... ... I guess I wrote it wrong, I meant that it should not write to disk before 1 minute... ... | An application and templating framework for PHP. ... scalable system for accessing system services | ...
    (php.general)
  • Re: [PHP] FW: looking for two remote functions
    ... > the disk in what is called clusters. ... but everything in PHP is fast and so is this. ... > To: Riyadh S. Alshaeiq ... I wrote a small perl script which returns the bytes read when a file is read from the disk and it, too, agrees with the filesize and header sizes. ...
    (php.general)
  • Re: php exec() and similar functions do not write on disk using iis
    ... I should start through php a dos program which should write an output ... I can't write anything on disk this way. ... If you want to invoke a doslike shell, start your command at least with cmd or command. ...
    (php.general)