PDA

View Full Version : Small Install SIze


sderrick
04-11-2005, 01:40 PM
We are tyring to install the server on a space limited device and need to trim any access baggage.

I noticed that there is a 2 MB file /admin/fcgi-bin/admin_php

and what looks to be an identical file /fcgi-bin/php

Instead of having both files, can I make one of them a link to the other?

Any thing else I can do to reduce the size of he install?

thanks,

Scott

mistwang
04-11-2005, 02:09 PM
Yes, you can.
You can also strip the debug symbol of those executables, like "strip -g lshttpd", remove updateagent if it is not needed. Also, those license files.
I think it is pretty much what you can do.