Help with some WAMP stuff..
#1

Hey,

I currently run WAMP server on my dedicated server for some file hosting (servers only), and there seems to be a bandwidth cap limit on the data that is transferred at a time. Anyway, it's limited to about 300kbp/s and I was wondering if it is possible to raise that to any limit.

Was searching through ****** and found Apache's Mod_bandwidth setting or something, and apparently it SHOULD raise it. Thing is I just don't know how to do it, anyone here have a solution?
Reply
#2

>>REMOVED<<
Reply
#3

WAMP.

Quote:
Originally Posted by ******
Try these different settings in C:\wamp\bin\apache\apache2.2.8\bin\php.ini

Find:
post_max_size = 8M
upload_max_filesize = 2M
max_execution_time = 30
max_input_time = 60
memory_limit = 8M

Change to:
post_max_size = 750M
upload_max_filesize = 750M
max_execution_time = 5000
max_input_time = 5000
memory_limit = 1000M
Reply
#4

Hes talking about the bandwith speed, not the filesize
Reply
#5

Quote:
Originally Posted by WAMP Website
WARNING: WAMP was designed to be a testing and development server, not an actual production server. WAMP does not come with any real security in place so it offers no protection from any kind of attack. Any 10 year old with access to the internet can easily hack your WAMP server. If your website(s) have highly sensitive data (such as credit card numbers, social security numbers, user ids, passwords, etc.), you need to take this in consideration before your put this information online. Unless you are an experienced system administrator and can configure WAMP to be more secure, you should never user WAMP for a production server.
You could try XAMPP or XAMPP-Lite I'm not sure what the limits are on those two but I just thought I'd share the warning above if you wasn't aware.

Quote:
Originally Posted by joachimnor
My apologies.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)