Jump to content
View in the app

A better way to browse. Learn more.

The Uniform Server Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to start more Apache servers?

Featured Replies

I'm running 3.5-Apollo and using the Apache server to start/manage ong-running local processes via proc_open() (up to 3600 seconds).

 

But once I kick off 2 of these processes, my Apache server won't respond to any other requests - it just queues them up until one of the servers is free. Looking at the XP task manager, I only see 2 Apache.exe processes at any given time. Plus, my dual CPU usage is only around 25%.

 

How do I start more servers to handle the other requests?

 

I'm running the following in my httpd.conf:

 

<IfModule mpm_winnt.c>

ThreadsPerChild 250

MaxRequestsPerChild 0

</IfModule>

 

michael.

If you want to run dual servers, you best bet would be to try the MiniServer line... They can run besides each other so you can have more than 1 server running at the same time.

 

You can get it from the SourceForge.net Project Page.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.