View previous topic :: View next topic |
Author |
Message |
rinacabj Tux's lil' helper
Joined: 26 Dec 2003 Posts: 82 Location: Richmond, VA
|
Posted: Wed Jul 21, 2004 8:43 pm Post subject: Apache download speeds slow |
|
|
I just set up a download server with apache hosting files over http. I've got shorewall on the box for firewall. Even on LAN, the download speeds seem to hang around 165 kb/s. I know it must be a config error or something like that because when I was on the box downloading the stuff to serve, I was getting roughly 7 mb/s. Is there some speed limitation settings in the network/firewall/apache config at all?
The machine is a Sun Ultra5 400MHz 128MB with the onboard 10/100 Happy Meal card.
Thank you! |
|
Back to top |
|
|
rinacabj Tux's lil' helper
Joined: 26 Dec 2003 Posts: 82 Location: Richmond, VA
|
Posted: Wed Jul 21, 2004 9:15 pm Post subject: |
|
|
I confirmed that it is not an apache config problem. I set up an FTP server on LAN and uploaded the file at the same ~160 kb/s. Is there some lan configuration that needs to be setup? linkspeed? How can I tell it to operate at 100Mb/s full duplex? |
|
Back to top |
|
|
rinacabj Tux's lil' helper
Joined: 26 Dec 2003 Posts: 82 Location: Richmond, VA
|
Posted: Thu Jul 22, 2004 12:02 am Post subject: |
|
|
fixed it with:
Code: | ethtool -s eth0 autoneg off speed 100 duplex full |
|
|
Back to top |
|
|
|