|
What is the maximum length that a file name can be on a Linux system (32-bit) running Apache HTTP server? (Server version is 2.2.17)
Additionally, can you do things like this:
Filename: connection.guest.php or- Filename: connection.guest.inc
Or do you have to stick to a filename, a period, and then an extension only?
Someone told me it was 24 cahracters (not including the extension), but I'm not sure if that's even true, espeically on a linux system. What is the recommended max that I should use for a web server on Linux running Apache?
Last edited by cbassett01 on Mon May 30, 2011 7:32 pm, edited 2 times in total.
|