long time not making any tutorial . but i think now is the time
short background . recently my web backend for my android application exploded in popularity and because of that my vps cannot handle it . it starting to give error 500 , 520 , 502 , etc . after some finding i found out the cause to be the php-fpm that limit the processing power and make my site giving that error . i use php for backend simply because i dont know python,nodejs,etc
to fix it edit the www.conf file in /etc/php/{php version}/{apache or fpm(nginx)}/pool.d/www.conf . for example i use php7.0 and nginx so i use
now edit some variable on that www.conf file and find this variable and then change it like this
and then find the pm.max_request and remove the ';'
now restart the php-fpm using
and after that i get the error much less but still slowdown mostly because of the traffic . it not totally fix it for me but enough to be usable . hope you find this tutorial useful
short background . recently my web backend for my android application exploded in popularity and because of that my vps cannot handle it . it starting to give error 500 , 520 , 502 , etc . after some finding i found out the cause to be the php-fpm that limit the processing power and make my site giving that error . i use php for backend simply because i dont know python,nodejs,etc
to fix it edit the www.conf file in /etc/php/{php version}/{apache or fpm(nginx)}/pool.d/www.conf . for example i use php7.0 and nginx so i use
Code:
nano /etc/php/7.0/fpm/pool.d/www.confnow edit some variable on that www.conf file and find this variable and then change it like this
Code:
pm = dynamic
pm.max_children = 100
pm.start_servers = 100
pm.min_spare_servers = 25
pm.max_spare_servers = 100and then find the pm.max_request and remove the ';'
Code:
pm.max_request = 500now restart the php-fpm using
Code:
service php7.0-fpm restart (depend on what php version you are using)and after that i get the error much less but still slowdown mostly because of the traffic . it not totally fix it for me but enough to be usable . hope you find this tutorial useful
Dear Post4VPS Community Forum Members & Staff
Preface
Before I begin to write down what I want to say by posting this thread I would like to take a few sentences and explain what exactly this is about and what it isn't about.
- This thread isn't supposed to be a complaint towards / about the community members or staff members.
- I don't attempt / plan to offend, irritate or attack anyone with statements made here.
- I simply want to summarize the overall state of the forum(s) based on my view.
- I will not present detailed and real examples to avoid identifying any member.
So please don't take the statements here personally or too serious. If you should feel offended, irritated or attacked, well, I'm sorry.
Issues
1. I would like to start with the point of quality content. Sadly there is not much new quality content. By that I mean that at some point members simply stopped posting useful things such as tutorials, guidelines, interesting discussions about some news, security tips and et cetera. So there is barely anything new and interesting or useful posted here during the last months. Instead members resort to posting in the same topic or create topics with already existing subjects (which is fine I guess because the rules forbid bumping even with contributions and encourage to open a new topic).
2. The next problem I see is simply the overall lack of contributions by members. I barely see anyone coming up with new ideas for things to keep this forum nice and active. If I see anyone then these are the people who are always active anyway and do their best but the rest shows no sign of interest. That's really sad because it makes the whole forum boring and slow (not in terms of loading speed of the site and et cetera).
3. Next up is the lack of interest. By that I mean what I already said above but also a bit more. Some members (no names) don't have any interest to have any kind of respectful communication. When you are trying to help them they evade answering simple questions that would provide information to find a solution. And then there is the general disrespectful way where certain members are absolutely bossy to everyone and everything. This isn't alright at all. They start to be sarcastic in every way when you TRY have a normal communication with them. Last but not least they mostly completely ignore almost everyone else.
There also seems to be barely any interest for the most members to help in support cases. That however might be maybe simply due to lack of knowledge. Otherwise however it is sad to see that only a few people care to help out and provide solutions and tips.
Discuss
How do you see the current state? What do you have to say about the statements? Do you agree? Do you disagree? Do you have anything to add?
I would like once again thank the members who are active here and help out where they can with their contributions. The staff also deserves a big thanks for keeping the forum clean and running.
Preface
Before I begin to write down what I want to say by posting this thread I would like to take a few sentences and explain what exactly this is about and what it isn't about.
- This thread isn't supposed to be a complaint towards / about the community members or staff members.
- I don't attempt / plan to offend, irritate or attack anyone with statements made here.
- I simply want to summarize the overall state of the forum(s) based on my view.
- I will not present detailed and real examples to avoid identifying any member.
So please don't take the statements here personally or too serious. If you should feel offended, irritated or attacked, well, I'm sorry.
Issues
1. I would like to start with the point of quality content. Sadly there is not much new quality content. By that I mean that at some point members simply stopped posting useful things such as tutorials, guidelines, interesting discussions about some news, security tips and et cetera. So there is barely anything new and interesting or useful posted here during the last months. Instead members resort to posting in the same topic or create topics with already existing subjects (which is fine I guess because the rules forbid bumping even with contributions and encourage to open a new topic).
2. The next problem I see is simply the overall lack of contributions by members. I barely see anyone coming up with new ideas for things to keep this forum nice and active. If I see anyone then these are the people who are always active anyway and do their best but the rest shows no sign of interest. That's really sad because it makes the whole forum boring and slow (not in terms of loading speed of the site and et cetera).
3. Next up is the lack of interest. By that I mean what I already said above but also a bit more. Some members (no names) don't have any interest to have any kind of respectful communication. When you are trying to help them they evade answering simple questions that would provide information to find a solution. And then there is the general disrespectful way where certain members are absolutely bossy to everyone and everything. This isn't alright at all. They start to be sarcastic in every way when you TRY have a normal communication with them. Last but not least they mostly completely ignore almost everyone else.
There also seems to be barely any interest for the most members to help in support cases. That however might be maybe simply due to lack of knowledge. Otherwise however it is sad to see that only a few people care to help out and provide solutions and tips.
Discuss
How do you see the current state? What do you have to say about the statements? Do you agree? Do you disagree? Do you have anything to add?
I would like once again thank the members who are active here and help out where they can with their contributions. The staff also deserves a big thanks for keeping the forum clean and running.
This is an important notice from HostDoc who asks VPS Holders who have a VPS from HostDoc on the Singapore Node to please make backups of their VPSs. Since there is no one from post4vps using the Singapore node this won't affect us for now, but possibly @tiwil should take note of this and postpone plans for applying for a change to the Singapore node. Good part of this is that once the Singapore node is operational again, it will have sorted out all of its problems.
HostDoc Wrote:We unfortunately need to announce a scheduled maintenance on our NVMe SSD Singapore node (SG3) scheduled for 22nd June 2019 (3 weeks).
Please use the preparation period for a backup solution as the whole node is planned to be entirely teared down and rebuilt to address an ongoing issue that intermittently affects performance.
It is important to note that the downtime is expected to be in the region of 6-15 hours so prior preparations will need to be made for your backups and a temporary replacement for your server.
Closer to the planned maintenance window, for those that need a replacement server temporarily, we will try and provide a replacement node in SG while the work is carried out, however, this is not yet guaranteed.
We will send a reminder of this maintenance weekly to ensure all clients on SIngapore node SG3 are aware and prepared for the maintenance and subsequent downtime that will ensue.
If you have any questions or would like more information regarding this announcement, please contact support via live chat or ticket. Similarly, if a replacement server would be needed or our assistance is needed before/during/after the maintenance, please let us know promptly.
It is important that ALL clients have a backup of all their data before this maintenance takes place as all data on the node WILL be wiped.
As always, we will also take backups but a restore point is not offered nor guaranteed so it is in your best interest to ensure backups are taken and stored before the scheduled date.
Kind regards.
HostDoc Hosting Team
I already change the site port 80 throw another port so i was wondering if this could be possible,
when people type the server site with default port it will redirect him throw another link is that possible with Apache ?
OS: Debian 8 Jessie
when people type the server site with default port it will redirect him throw another link is that possible with Apache ?
OS: Debian 8 Jessie
Eid Mubarak to everyone, Eid one of the biggest festival in Islam "Festival of Breaking the Fast" is a religious holiday celebrated by Muslims worldwide that marks the end of Ramadan (the Islamic holy month of fasting) For my non-Muslim brothers and sisters you can read more about Eid and Ramadan on Wikipedia.
Eid is best festival for every kid because they receive cash called "Eidi" as a gift of the festival, I miss my old days
now we've to give cash even i don't have job.
In Pakistan mostly every single collect their Eidi to purchase ball-bullet gun and make teams for the battle.
Eid Mubarak to everyone, It doesn't matter, You are Muslim or not it's a festival of celebration happiness.
Eid is best festival for every kid because they receive cash called "Eidi" as a gift of the festival, I miss my old days
now we've to give cash even i don't have job.In Pakistan mostly every single collect their Eidi to purchase ball-bullet gun and make teams for the battle.
Eid Mubarak to everyone, It doesn't matter, You are Muslim or not it's a festival of celebration happiness.
Posted by: deanhills - 06-04-2019, 05:49 AM - Forum: VPS Downtimes
- No Replies
Discovered last night when I wanted to power down VPS 12 that VPSs 11 and 12 of HostDare were unresponsive. Upon inquiry by ticket HostDare responded as per below. HostDare says there will be downtime for 48-72 hours (or more!).
HostDare says there is no data loss. Only the network has been shut down.
HostDare has given our admin account a link to check and we will keep you up to date with news.
HostDare says there is no data loss. Only the network has been shut down.
HostDare has given our admin account a link to check and we will keep you up to date with news.
Quote:Our Asian optimized and china optimized cn2 GIA network have been shutdown temporally due to unfortunate event of blockage of our IP ranges .
To prevent further damage , we are temporarily shutting down network , It will last for next 48-72 hours ( or more) . We will lift it sooner, once we have any confirmation that issue has been resolved.
We are very sorry but there is no solution yet .
There is no data loss , only network has been shut down .
Please do not open any new tickets right now as our ticket board is full with thousands of tickets .
[...]
It is with GREAT PLEASURE that post4vps.com announces the addition of a new VPS 4 in our VPS Plans by Manal of Shadow Hosting! This is much appreciated @Manal.
The VPS will be available for competition during our 46th Giveaway in July.
VPS 5 has been one of our best performing and reliable KVM VPSs at post4vps, so to have VPS 4 also from Shadow Hosting is a very fitting tribute to his company. Let's wish @Manal everything of the best with the promotion of his company.
Here are the specs of the new VPS 4:
Requirements: Backlinks to https://shadowhosting.net and https://post4vps.com
The VPS will be available for competition during our 46th Giveaway in July.
VPS 5 has been one of our best performing and reliable KVM VPSs at post4vps, so to have VPS 4 also from Shadow Hosting is a very fitting tribute to his company. Let's wish @Manal everything of the best with the promotion of his company.
Here are the specs of the new VPS 4:
- 300 GB HDD Space
- 8 GB RAM
- 1 IPv4
- KVM Virtualization
- Unmetered Bandwidth
- 2 CPU Cores
- Virtualizor Control Panel
- 1 GBit/sec connection(Fair usage policy applied)
Requirements: Backlinks to https://shadowhosting.net and https://post4vps.com
ServerWala often has launched various types of plans and service that enhanced your business toward to growth. To keep Always ideas to the new height of business, every plan which is launched by us that fulfill the client requirement according to their budget. We believe in customer satisfaction that’s a reason, we always perform beyond the expectation of customers. Our servers are powered by Intel processors, each equipped with high-performance memory giving you the best hosting experience. Our Hardware and telecommunication resources are completely redundant to the needs of our customers. We do not over-pack our servers, so you can be sure that your website will be fast performing and highly responsive.
Contact us- Contact mail at [email protected], call to +91-9772222179 and check out website https://www.serverwala.org.
1. PROMO1US
Best selling servers
USA - Plan 1 - $ 65.00 MONTHLY
Intel Xeon E3-1230V3 |16 GB Ram |2 TB Storage |100 TB Bandwidth |4 x 3.40 GH Order Now
2. PROMO2US
Best selling servers
USA - Plan 2 - $ 95.00 MONTHLY
Intel Xeon E3-1270V6 |32 GB Ram|2 TB Storage |100 TB Bandwidth|4 x 3.26 GHz Order Now
3. US17
Best selling servers
USA - Plan 3- $ 100.00 MONTHLY
Dual Xeon L5520 |32 GB Ram |500 GB SSD Storage|100 TB Bandwidth|8 x 2.26 GHz Order Now
Contact us- Contact mail at [email protected], call to +91-9772222179 and check out website https://www.serverwala.org.
1. PROMO1US
Best selling servers
USA - Plan 1 - $ 65.00 MONTHLY
Intel Xeon E3-1230V3 |16 GB Ram |2 TB Storage |100 TB Bandwidth |4 x 3.40 GH Order Now
2. PROMO2US
Best selling servers
USA - Plan 2 - $ 95.00 MONTHLY
Intel Xeon E3-1270V6 |32 GB Ram|2 TB Storage |100 TB Bandwidth|4 x 3.26 GHz Order Now
3. US17
Best selling servers
USA - Plan 3- $ 100.00 MONTHLY
Dual Xeon L5520 |32 GB Ram |500 GB SSD Storage|100 TB Bandwidth|8 x 2.26 GHz Order Now
Hello Friends, I have created a blog.I have installed contact form 7 ( plugin ) for creating a contact us page.I have managed the form settings according to the recommendation.Now whenever i create a message to contact it shows that " There was an error trying to send your message. "
I asked it to the plugin author.He told me to check the solution from his website.I found that the message is showing error due to the wp_mail() function.I am not much expert in programming so asking here if anybody can help me to solve this.
I have explained in this link.
https://wordpress.org/support/topic/unab...t-11596828
I asked it to the plugin author.He told me to check the solution from his website.I found that the message is showing error due to the wp_mail() function.I am not much expert in programming so asking here if anybody can help me to solve this.
I have explained in this link.
https://wordpress.org/support/topic/unab...t-11596828
Hi,
I have a idea for update the rules for posting an advertisement because, a user which is new here comes only here to advertise and just post but no response or any like that. I had planned like this.
IDEA FOR NEW ADVERTISEMENT RULES:
Member must be at least registered for 30 Days.
They need to make 15 Quality posts.
No advertisements from banned hosting provider where under: MOFH / Banned providers in the current list.
They must be a provider that not gone in a few months like what users did no names posted.
One advertise per seven (7) days (VIP/Staff P4V does this rule not exist)
They must provide a good description about their hosting, so no one-liners or copied from other advertisers.
No overpriced hosting plans
No phone verification
Must provide a real Privacy Policy followed by their region/country (Hostlease in this case follows the EU Privacy Policy Rules)
Advertisement out-side the category to be deleted.
I have a idea for update the rules for posting an advertisement because, a user which is new here comes only here to advertise and just post but no response or any like that. I had planned like this.
IDEA FOR NEW ADVERTISEMENT RULES:
Member must be at least registered for 30 Days.
They need to make 15 Quality posts.
No advertisements from banned hosting provider where under: MOFH / Banned providers in the current list.
They must be a provider that not gone in a few months like what users did no names posted.
One advertise per seven (7) days (VIP/Staff P4V does this rule not exist)
They must provide a good description about their hosting, so no one-liners or copied from other advertisers.
No overpriced hosting plans
No phone verification
Must provide a real Privacy Policy followed by their region/country (Hostlease in this case follows the EU Privacy Policy Rules)
Advertisement out-side the category to be deleted.
| Welcome, Guest |
|
You have to register before you can post on our site. |
| Search Forums |
|
(Advanced Search) |
| Forum Statistics |
|
» Members: 2,271 » Latest member: orzpainter » Forum threads: 3,100 » Forum posts: 34,783 Full Statistics |
| Online Users |
|
There are currently 304 online users. » 0 Member(s) | 300 Guest(s) Bing, Google, Applebot, Yandex |
| Latest Threads |
|
⚡ EnjoyVPS.Com : 35+ Glob...
Forum: Others Last Post: RIYAD 01-06-2026, 01:21 AM » Replies: 0 » Views: 628 |
|
Get LLHOST Netherlands Fe...
Forum: Others Last Post: LLHOST 09-29-2025, 03:02 AM » Replies: 0 » Views: 1,002 |
|
Super Fast LLHOST Netherl...
Forum: Value VPS Providers Last Post: LLHOST 09-16-2025, 05:01 AM » Replies: 0 » Views: 723 |
|
Get LLHOST Netherlands Fe...
Forum: Cheap Providers Last Post: LLHOST 09-08-2025, 01:33 PM » Replies: 0 » Views: 854 |
|
Windows VPS @ $31.5/Year ...
Forum: Cheap Providers Last Post: DewlanceHosting 08-16-2025, 03:12 AM » Replies: 0 » Views: 968 |
|
Buy DemoTiger Videos on c...
Forum: Others Last Post: DewlanceHosting 08-16-2025, 03:10 AM » Replies: 8 » Views: 6,582 |
|
Budget Dedicated Servers ...
Forum: Others Last Post: HostNamaste 08-13-2025, 04:54 AM » Replies: 2 » Views: 2,005 |
|
☁️ How to Use VCCPRO Virt...
Forum: Cheap Providers Last Post: bestadvisor 07-13-2025, 09:36 AM » Replies: 0 » Views: 1,454 |
|
[Promo] 30% Discount – VP...
Forum: Cheap Providers Last Post: LLHOST 07-11-2025, 12:56 PM » Replies: 0 » Views: 1,028 |
|
✅ Affordable VPS Hosting ...
Forum: Cheap VPS Providers Last Post: RIYAD 07-02-2025, 03:02 AM » Replies: 0 » Views: 2,295 |