{"id":112,"date":"2011-12-10T16:17:00","date_gmt":"2011-12-10T16:17:00","guid":{"rendered":"http:\/\/pheonixsolutions.com\/?p=112"},"modified":"2011-12-10T16:17:00","modified_gmt":"2011-12-10T16:17:00","slug":"limit-apache-bandwidth-per-user","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/blog\/limit-apache-bandwidth-per-user\/","title":{"rendered":"Limit apache bandwidth per user"},"content":{"rendered":"<div dir=\"ltr\" style=\"text-align: left;\" trbidi=\"on\">I have a server and running with Apache. I know that the cPanel has the bandwidth limit but the user should not exceed the normal limit of band width for a day or hour. How should I do that using Apache.<\/p>\n<p>You can use mod_bw on apache2 to limit the speed of which files get  uploaded. Make sure that you have installed this module in your Apache.<\/p>\n<p><span style=\"font-size: x-small;\">Check the bandwidth module installed in your apache:<\/span><br \/><b>#\/usr\/local\/apache\/bin\/apachectl -M |grep mod_bw<\/b><\/p>\n<p>Then,<\/p>\n<p><\/p>\n<div style=\"-qt-block-indent: 0; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-indent: 0px;\"><!--StartFragment--><span style=\"font-family: 'DejaVu Sans';\"><b><u>Method 1:<\/u><\/b><\/span><\/div>\n<div style=\"-qt-block-indent: 0; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-indent: 0px;\"><span style=\"font-family: 'DejaVu Sans';\"><b><u><br \/><\/u><\/b><\/span><\/div>\n<div style=\"-qt-block-indent: 0; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-indent: 0px;\"><span style=\"font-family: 'DejaVu Sans';\">Limit the bandwidth of the user to 250kbps<\/span><\/div>\n<div style=\"-qt-block-indent: 0; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-indent: 0px;\"><span style=\"font-family: 'DejaVu Sans';\">Check the config file &#8220;httpd.conf&#8221;<\/span><\/div>\n<div style=\"-qt-block-indent: 0; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-indent: 0px;\"><span style=\"font-family: 'DejaVu Sans';\">Go  to that location.<\/span><\/div>\n<div style=\"font-family: 'DejaVu Sans'; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-indent: 0px;\"><\/div>\n<p><span style=\"font-family: 'DejaVu Sans';\">Now create a directory with the username and domain name <\/span><br \/><span style=\"font-family: 'DejaVu Sans';\"><br \/><\/span><br \/><span style=\"font-family: 'DejaVu Sans';\"><b>\/usr\/local\/apache\/conf\/userdata\/std\/2\/USERNAME\/DOMAIN.COM<\/b><\/span><\/p>\n<div style=\"font-family: 'DejaVu Sans'; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-indent: 0px;\"><\/div>\n<p>eg:- username :  heman and domain name: hemanth.com<\/p>\n<p>\/usr\/local\/apache\/conf\/userdata\/std\/2\/heman\/hemanth.com<\/p>\n<p>Create a file &#8220;cp_bw_all_limit.conf&#8221; paste the contents and save and quit.  <\/p>\n<div style=\"-qt-block-indent: 0; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-indent: 0px;\"><span style=\"font-family: 'DejaVu Sans';\">vi cp_bw_all_limit.conf<\/span><\/div>\n<div style=\"-qt-block-indent: 0; -qt-paragraph-type: empty; font-family: 'DejaVu Sans'; font-size: 9pt; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-indent: 0px;\"><\/div>\n<div style=\"-qt-block-indent: 0; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-indent: 0px;\"><span style=\"font-family: 'DejaVu Sans'; font-size: 9pt;\"><b><IfModule mod_bw.c><\/b><\/span><\/div>\n<div style=\"-qt-block-indent: 0; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-indent: 0px;\"><span style=\"font-family: 'DejaVu Sans'; font-size: 9pt;\"><b>  BandWidthModule On<\/b><\/span><\/div>\n<div style=\"-qt-block-indent: 0; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-indent: 0px;\"><span style=\"font-family: 'DejaVu Sans'; font-size: 9pt;\"><b>  BandWidth all 256000<\/b><\/span><\/div>\n<div style=\"-qt-block-indent: 0; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-indent: 0px;\"><span style=\"font-family: 'DejaVu Sans'; font-size: 9pt;\"><b><\/IfModule><\/b><\/span><\/div>\n<p><b><\/b><\/p>\n<div style=\"-qt-block-indent: 0; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-indent: 0px;\"><span style=\"font-family: 'DejaVu Sans'; font-size: 9pt;\"><b><IfModule mod_bandwidth.c><\/b><\/span><\/div>\n<div style=\"-qt-block-indent: 0; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-indent: 0px;\"><span style=\"font-family: 'DejaVu Sans'; font-size: 9pt;\"><b>  BandWidthModule On<\/b><\/span><\/div>\n<div style=\"-qt-block-indent: 0; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-indent: 0px;\"><span style=\"font-family: 'DejaVu Sans'; font-size: 9pt;\"><b>  BandWidth all 256000<\/b><\/span><\/div>\n<div style=\"-qt-block-indent: 0; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-indent: 0px;\"><span style=\"font-family: 'DejaVu Sans'; font-size: 9pt;\"><b><\/IfModule><\/b><\/span><\/div>\n<div style=\"-qt-block-indent: 0; -qt-paragraph-type: empty; font-family: 'DejaVu Sans'; font-size: 9pt; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-indent: 0px;\"><!--EndFragment--><\/div>\n<p>This will limit the user bandwidth to 250kb\/s.<\/p>\n<p>The reason for this customized setup beacuse if you upgrade apache or do some modification this conf will remain the same. In case of upgrade the customized settings will be erased from the http.conf.<\/p>\n<p><\/p>\n<div style=\"-qt-block-indent: 0; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-indent: 0px;\"><!--StartFragment--><b><span style=\"font-family: 'DejaVu Sans';\"><u>Method 2<\/u><\/span><\/b><\/div>\n<div style=\"-qt-block-indent: 0; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-indent: 0px;\"><span style=\"font-family: 'DejaVu Sans';\"><b><\/b><\/span><\/div>\n<div style=\"margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-indent: 0px;\"><!--StartFragment--><span style=\"font-family: 'DejaVu Sans';\">Limit every user to a max of 10Kb\/s on a vhost :<b><\/p>\n<p><Virtualhost *><br \/>BandwidthModule On<br \/>ForceBandWidthModule On<br \/>Bandwidth all 10240<br \/>MinBandwidth all -1<br \/>Servername <\/b><\/span><a href=\"http:\/\/www.example.com\/\" style=\"font-weight: bold;\"><span style=\"color: #0057ae; font-family: 'DejaVu Sans'; text-decoration: underline;\">www.example.com<\/span><\/a><span style=\"font-family: 'DejaVu Sans';\"><b><br \/><\/Virtualhost><\/p>\n<p><\/b>Limit al internal users (lan) to 1000 kb\/s with a minimum of 50kb\/s , and <br \/>files greater than 500kb to 50kb\/s.<b><\/p>\n<p><Virtualhost *><br \/>BandwidthModule On<br \/>ForceBandWidthModule On<br \/>Bandwidth all 1024000<br \/>MinBandwidth all 50000<br \/>LargeFileLimit * 500 50000<br \/>Servername <\/b><\/span><a href=\"http:\/\/www.example.com\/\" style=\"font-weight: bold;\"><span style=\"color: #0057ae; font-family: 'DejaVu Sans'; text-decoration: underline;\">www.example.com<\/span><\/a><span style=\"font-family: 'DejaVu Sans';\"><b><br \/><\/Virtualhost><\/p>\n<p><\/b>Limit avi and mpg extensions to 20kb\/s.<b><\/p>\n<p><Virtualhost *><br \/>BandwidthModule On<br \/>ForceBandWidthModule On<br \/>LargeFileLimit .avi 1 20000<br \/>LargeFileLimit .mpg 1 20000<br \/>Servername <\/b><\/span><a href=\"http:\/\/www.example.com\/\" style=\"font-weight: bold;\"><span style=\"color: #0057ae; font-family: 'DejaVu Sans'; text-decoration: underline;\">www.example.com<\/span><\/a><span style=\"font-family: 'DejaVu Sans';\"><b><br \/><\/Virtualhost><\/p>\n<p><\/b>Using it the &#8220;right&#8221; way, with output filter by mime type (for text) <br \/>to 5kb\/s:<b><\/p>\n<p><Virtualhost *><br \/>BandwidthModule On<br \/>AddOutputFilterByType MOD_BW text\/html text\/plain<br \/>Bandwidth all 5000<br \/>Servername <\/b><\/span><a href=\"http:\/\/www.example.com\/\" style=\"font-weight: bold;\"><span style=\"color: #0057ae; font-family: 'DejaVu Sans'; text-decoration: underline;\">www.example.com<\/span><\/a><span style=\"font-family: 'DejaVu Sans'; font-weight: bold;\"> <br \/><\/Virtualhost> <\/span><!--EndFragment--><\/div>\n<p><\/div>\n","protected":false},"excerpt":{"rendered":"<p>I have a server and running with Apache. I know that the cPanel has the bandwidth limit but the user should not exceed the normal limit of band width for a day or hour. How should I do that using Apache. You can use mod_bw on apache2 to limit the&hellip; <a href=\"https:\/\/pheonixsolutions.com\/blog\/limit-apache-bandwidth-per-user\/\" class=\"more-link read-more\" rel=\"bookmark\">Continue Reading <span class=\"screen-reader-text\">Limit apache bandwidth per user<\/span><i class=\"fa fa-arrow-right\"><\/i><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":{"0":"post-112","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"hentry","6":"category-uncategorized","7":"h-entry","9":"h-as-article"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Pheonix Solutions - We Empower Your Business Growth<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pheonixsolutions.com\/blog\/limit-apache-bandwidth-per-user\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pheonix Solutions - We Empower Your Business Growth\" \/>\n<meta property=\"og:description\" content=\"I have a server and running with Apache. I know that the cPanel has the bandwidth limit but the user should not exceed the normal limit of band width for a day or hour. How should I do that using Apache. You can use mod_bw on apache2 to limit the&hellip; Continue Reading Limit apache bandwidth per user\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pheonixsolutions.com\/blog\/limit-apache-bandwidth-per-user\/\" \/>\n<meta property=\"og:site_name\" content=\"PHEONIXSOLUTIONS\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/\" \/>\n<meta property=\"article:published_time\" content=\"2011-12-10T16:17:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/09\/PX2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"3837\" \/>\n\t<meta property=\"og:image:height\" content=\"2540\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@pheonixsolution\" \/>\n<meta name=\"twitter:site\" content=\"@pheonixsolution\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/limit-apache-bandwidth-per-user\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/limit-apache-bandwidth-per-user\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/0ffa33d73c869faec2d50e79c24e3503\"},\"headline\":\"Limit apache bandwidth per user\",\"datePublished\":\"2011-12-10T16:17:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/limit-apache-bandwidth-per-user\\\/\"},\"wordCount\":324,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/limit-apache-bandwidth-per-user\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/limit-apache-bandwidth-per-user\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/limit-apache-bandwidth-per-user\\\/\",\"name\":\"Pheonix Solutions - We Empower Your Business Growth\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#website\"},\"datePublished\":\"2011-12-10T16:17:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/limit-apache-bandwidth-per-user\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/limit-apache-bandwidth-per-user\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/limit-apache-bandwidth-per-user\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Limit apache bandwidth per user\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\",\"name\":\"Pheonix Solutions\",\"description\":\"We Empower Your Business Growth\",\"publisher\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\",\"name\":\"PheonixSolutions\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/logo.png\",\"width\":454,\"height\":300,\"caption\":\"PheonixSolutions\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/PheonixSolutions-209942982759387\\\/\",\"https:\\\/\\\/x.com\\\/pheonixsolution\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/0ffa33d73c869faec2d50e79c24e3503\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"http:\\\/\\\/blog.pheonixsolutions.com\"],\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pheonix Solutions - We Empower Your Business Growth","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/pheonixsolutions.com\/blog\/limit-apache-bandwidth-per-user\/","og_locale":"en_US","og_type":"article","og_title":"Pheonix Solutions - We Empower Your Business Growth","og_description":"I have a server and running with Apache. I know that the cPanel has the bandwidth limit but the user should not exceed the normal limit of band width for a day or hour. How should I do that using Apache. You can use mod_bw on apache2 to limit the&hellip; Continue Reading Limit apache bandwidth per user","og_url":"https:\/\/pheonixsolutions.com\/blog\/limit-apache-bandwidth-per-user\/","og_site_name":"PHEONIXSOLUTIONS","article_publisher":"https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/","article_published_time":"2011-12-10T16:17:00+00:00","og_image":[{"width":3837,"height":2540,"url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/09\/PX2.png","type":"image\/png"}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@pheonixsolution","twitter_site":"@pheonixsolution","twitter_misc":{"Written by":"admin","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pheonixsolutions.com\/blog\/limit-apache-bandwidth-per-user\/#article","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/limit-apache-bandwidth-per-user\/"},"author":{"name":"admin","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/person\/0ffa33d73c869faec2d50e79c24e3503"},"headline":"Limit apache bandwidth per user","datePublished":"2011-12-10T16:17:00+00:00","mainEntityOfPage":{"@id":"https:\/\/pheonixsolutions.com\/blog\/limit-apache-bandwidth-per-user\/"},"wordCount":324,"commentCount":0,"publisher":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#organization"},"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pheonixsolutions.com\/blog\/limit-apache-bandwidth-per-user\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pheonixsolutions.com\/blog\/limit-apache-bandwidth-per-user\/","url":"https:\/\/pheonixsolutions.com\/blog\/limit-apache-bandwidth-per-user\/","name":"Pheonix Solutions - We Empower Your Business Growth","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#website"},"datePublished":"2011-12-10T16:17:00+00:00","breadcrumb":{"@id":"https:\/\/pheonixsolutions.com\/blog\/limit-apache-bandwidth-per-user\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pheonixsolutions.com\/blog\/limit-apache-bandwidth-per-user\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/pheonixsolutions.com\/blog\/limit-apache-bandwidth-per-user\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pheonixsolutions.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Limit apache bandwidth per user"}]},{"@type":"WebSite","@id":"https:\/\/pheonixsolutions.com\/blog\/#website","url":"https:\/\/pheonixsolutions.com\/blog\/","name":"Pheonix Solutions","description":"We Empower Your Business Growth","publisher":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pheonixsolutions.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/pheonixsolutions.com\/blog\/#organization","name":"PheonixSolutions","url":"https:\/\/pheonixsolutions.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/12\/logo.png","contentUrl":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/12\/logo.png","width":454,"height":300,"caption":"PheonixSolutions"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/","https:\/\/x.com\/pheonixsolution"]},{"@type":"Person","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/person\/0ffa33d73c869faec2d50e79c24e3503","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g","caption":"admin"},"sameAs":["http:\/\/blog.pheonixsolutions.com"],"url":"https:\/\/pheonixsolutions.com\/blog\/author\/admin\/"}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p7F4uM-1O","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/112","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/comments?post=112"}],"version-history":[{"count":0,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/112\/revisions"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/media?parent=112"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/categories?post=112"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/tags?post=112"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}