> hi! when i upload a file biggest than php.ini allow, the apache of
> redhat 8.0 return a message of error like "File biggest blabla", how i
> configure to return my system error page(not the apache page) if the
> user send a big file??
If the error message Apache serves you is a specific HTTP error, you can use
the ErrorDocument configuration directive to specify which page to display.
The most common use for this is for custom 404 (not found) error pages.
http://httpd.apache.org/docs/mod/core.html#errordocument
Take care,
nik