php - Using flush on apache as cgi -
i using php cgi on apache webserver. writing text files using scripts. flush() did not work.
to make flush() work changed php "apache module". flush works, cannot access files anymore(permission denied).
how can both use flush , access files used before?
you need ensure apache user has write permissions on files , directory using.
the user can different when running fcgi module
Comments
Post a Comment