<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title></title>
		<link>http://www.silverstripe.org/forums/rss</link>
		<atom:link href="http://www.silverstripe.org/forums/rss" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title>Re: Rewrite Htaccess</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/14474#post311731</link>
			<description>&lt;p&gt;I have the same problem with JustHost. They are using Apache. Here is the content of my htaccess.txt file&lt;/p&gt;&lt;p&gt;##&lt;br /&gt;# @version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$Id: htaccess.txt 21101 2011-04-07 15:47:33Z dextercowley $&lt;br /&gt;# @package&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Joomla&lt;br /&gt;# @copyright&amp;nbsp;&amp;nbsp;&amp;nbsp;Copyright (C) 2005 - 2011 Open Source Matters. All rights reserved.&lt;br /&gt;# @license&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;GNU General Public License version 2 or later; see LICENSE.txt&lt;br /&gt;##&lt;/p&gt;&lt;p&gt;##&lt;br /&gt;# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE!&lt;br /&gt;#&lt;br /&gt;# The line just below this section: 'Options +FollowSymLinks' may cause problems&lt;br /&gt;# with some server configurations.  It is required for use of mod_rewrite, but may already&lt;br /&gt;# be set by your server administrator in a way that dissallows changing it in&lt;br /&gt;# your .htaccess file.  If using it causes your server to error out, comment it out (add # to&lt;br /&gt;# beginning of line), reload your site in your browser and test your sef url's.  If they work,&lt;br /&gt;# it has been set by your server administrator and you do not need it set here.&lt;br /&gt;##&lt;/p&gt;&lt;p&gt;## Can be commented out if causes errors, see notes above.&lt;br /&gt;Options +FollowSymLinks&lt;/p&gt;&lt;p&gt;## Mod_rewrite in use.&lt;/p&gt;&lt;p&gt;RewriteEngine On&lt;br /&gt;RewriteOptions Inherit&lt;/p&gt;&lt;p&gt;## Begin - Rewrite rules to block out some common exploits.&lt;br /&gt;# If you experience problems on your site block out the operations listed below&lt;br /&gt;# This attempts to block the most common type of exploit `attempts` to Joomla!&lt;br /&gt;#&lt;br /&gt;# Block out any script trying to base64_encode data within the URL.&lt;br /&gt;RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]&lt;br /&gt;# Block out any script that includes a &amp;lt;script&amp;gt; tag in URL.&lt;br /&gt;RewriteCond %{QUERY_STRING} (&amp;lt;|%3C)([^s]*s)+cript.*(&amp;gt;|%3E) [NC,OR]&lt;br /&gt;# Block out any script trying to set a PHP GLOBALS variable via URL.&lt;br /&gt;RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]&lt;br /&gt;# Block out any script trying to modify a _REQUEST variable via URL.&lt;br /&gt;RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})&lt;br /&gt;# Return 403 Forbidden header and show the content of the root homepage&lt;br /&gt;RewriteRule .* index.php [F]&lt;br /&gt;#&lt;br /&gt;## End - Rewrite rules to block out some common exploits.&lt;/p&gt;&lt;p&gt;## Begin - Custom redirects&lt;br /&gt;#&lt;br /&gt;# If you need to redirect some pages, or set a canonical non-www to&lt;br /&gt;# www redirect (or vice versa), place that code here. Ensure those&lt;br /&gt;# redirects use the correct RewriteRule syntax and the [R=301,L] flags.&lt;br /&gt;#&lt;br /&gt;## End - Custom redirects&lt;/p&gt;&lt;p&gt;##&lt;br /&gt;# Uncomment following line if your webserver's URL&lt;br /&gt;# is not directly related to physical file paths.&lt;br /&gt;# Update Your Joomla! Directory (just / for root).&lt;br /&gt;##&lt;/p&gt;&lt;p&gt;# RewriteBase /&lt;/p&gt;&lt;p&gt;## Begin - Joomla! core SEF Section.&lt;br /&gt;#&lt;br /&gt;RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]&lt;br /&gt;#&lt;br /&gt;# If the requested path and file is not /index.php and the request&lt;br /&gt;# has not already been internally rewritten to the index.php script&lt;br /&gt;RewriteCond %{REQUEST_URI} !^/index\.php&lt;br /&gt;# and the request is for something within the component folder,&lt;br /&gt;# or for the site root, or for an extensionless URL, or the&lt;br /&gt;# requested URL ends with one of the listed extensions&lt;br /&gt;RewriteCond %{REQUEST_URI} /component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|raw))$ [NC]&lt;br /&gt;# and the requested path and file doesn't directly match a physical file&lt;br /&gt;RewriteCond %{REQUEST_FILENAME} !-f&lt;br /&gt;# and the requested path and file doesn't directly match a physical folder&lt;br /&gt;RewriteCond %{REQUEST_FILENAME} !-d&lt;br /&gt;# internally rewrite the request to the index.php script&lt;br /&gt;RewriteRule .* index.php [L]&lt;br /&gt;#&lt;br /&gt;## End - Joomla! core SEF Section.&lt;/p&gt;&lt;p&gt;I dont want to have an index.php, on my URL. Any help will be appreciated.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Rewrite Htaccess &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/14474#post311731&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/14474&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 08:58:40 +1300</pubDate>
			<dc:creator>mahir</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/14474#post311731</guid>
		</item>
		
		<item>
			<title>Re: Quercus and Google App Engine</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/10900#post311420</link>
			<description>&lt;p&gt;I just started trying to get silverstripe 2.4.5 working under Quercus after a few tweaks with url rewriting and how urls are passed to silverstripe the only problem seems to be how some of the statics are returned from Object::get_static which prevents forms and full database builds from working.&lt;/p&gt;&lt;p&gt;I did need to add the following code to sapphire to get things to even begin to load&lt;/p&gt;&lt;p&gt;sapphire/core/Core.php to correct a problem with interfaces not being loaded or found&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;// load interfaces manually for some reason they are being missed by the manifest builder and autoload&lt;br /&gt;$_interface_list = array(&lt;br /&gt;    'core/i18nEntityProvider.php' ,&lt;br /&gt;    'core/model/CurrentPageIdentifier.php'  ,&lt;br /&gt;    'core/control/NestedController.php',&lt;br /&gt;    'core/model/DataObjectInterface.php',&lt;br /&gt;    'core/model/HiddenClass.php',&lt;br /&gt;    'core/model/fieldtypes/CompositeDBField.php',&lt;br /&gt;    'security/PermissionProvider.php'&lt;br /&gt;);&lt;br /&gt;foreach($_interface_list as $_interface_class) {&lt;br /&gt;    require_once($_interface_class);&lt;br /&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;sapphire/main.php to get the stuff from my custom rewrite rules in. I added it before the IIS check&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;if(isset($_SERVER['SERVER_SOFTWARE']) &amp;amp;&amp;amp; (strpos($_SERVER['SERVER_SOFTWARE'],'Apache PHP Quercus') !== false)) {&lt;br /&gt;    $_quercus_url = $_quercus_request-&amp;gt;getAttribute('SS_URL');&lt;br /&gt;    $_quercus_qs = $_quercus_request-&amp;gt;getAttribute('SS_QS');&lt;br /&gt;    $_SERVER['REQUEST_URI'] = $_quercus_url;&lt;br /&gt;    $url = $_quercus_url;&lt;br /&gt;    if (!empty($_quercus_qs)) {&lt;br /&gt;        parse_str($_quercus_qs,$_GET);&lt;br /&gt;        if ($_GET) $_REQUEST = array_merge((array)$_REQUEST, (array)$_GET);&lt;br /&gt;    }&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;I was wondering if anybody else has done any work in this area.&lt;/p&gt;&lt;p&gt;FYI: this is my setup&lt;/p&gt;&lt;p&gt;jetty-8.0.4.v20111024 from &lt;a href=&quot;http://jetty.codehaus.org/jetty/&quot; rel=&quot;nofollow&quot;&gt;http://jetty.codehaus.org/jetty/&lt;/a&gt;&lt;br /&gt;urlrewrite filter verson 4.0 from &lt;a href=&quot;http://code.google.com/p/urlrewritefilter/&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/urlrewritefilter/&lt;/a&gt;&lt;br /&gt;quercus-4.0.18 from &lt;a href=&quot;http://www.caucho.com/&quot; rel=&quot;nofollow&quot;&gt;http://www.caucho.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Servlet Mapping for Quercus from web.xml:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;servlet&amp;gt;&lt;br /&gt;    &amp;lt;servlet-name&amp;gt;Quercus Servlet&amp;lt;/servlet-name&amp;gt;&lt;br /&gt;    &amp;lt;servlet-class&amp;gt;com.caucho.quercus.servlet.QuercusServlet&amp;lt;/servlet-class&amp;gt;&lt;br /&gt;    &amp;lt;init-param&amp;gt;&lt;br /&gt;      &amp;lt;param-name&amp;gt;script-encoding&amp;lt;/param-name&amp;gt;&lt;br /&gt;      &amp;lt;param-value&amp;gt;ISO-8859-1&amp;lt;/param-value&amp;gt;&lt;br /&gt;    &amp;lt;/init-param&amp;gt;&lt;br /&gt;    &amp;lt;init-param&amp;gt;&lt;br /&gt;          &amp;lt;param-name&amp;gt;ini-file&amp;lt;/param-name&amp;gt;&lt;br /&gt;          &amp;lt;param-value&amp;gt;WEB-INF/php.ini&amp;lt;/param-value&amp;gt;&lt;br /&gt;    &amp;lt;/init-param&amp;gt;&lt;br /&gt;&amp;lt;/servlet&amp;gt;&lt;br /&gt;&amp;lt;servlet-mapping&amp;gt;&lt;br /&gt;        &amp;lt;servlet-name&amp;gt;Quercus Servlet&amp;lt;/servlet-name&amp;gt;&lt;br /&gt;        &amp;lt;url-pattern&amp;gt;*.php&amp;lt;/url-pattern&amp;gt;&lt;br /&gt;&amp;lt;/servlet-mapping&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;UrlRewriteFilter config from web.xml&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;filter&amp;gt;&lt;br /&gt;        &amp;lt;filter-name&amp;gt;UrlRewriteFilter&amp;lt;/filter-name&amp;gt;&lt;br /&gt;        &amp;lt;filter-class&amp;gt;org.tuckey.web.filters.urlrewrite.UrlRewriteFilter&amp;lt;/filter-class&amp;gt;&lt;br /&gt;        &amp;lt;init-param&amp;gt;&lt;br /&gt;            &amp;lt;param-name&amp;gt;logLevel&amp;lt;/param-name&amp;gt;&lt;br /&gt;            &amp;lt;param-value&amp;gt;DEBUG&amp;lt;/param-value&amp;gt;&lt;br /&gt;        &amp;lt;/init-param&amp;gt;&lt;br /&gt;        &amp;lt;init-param&amp;gt;&lt;br /&gt;            &amp;lt;param-name&amp;gt;modRewriteConf&amp;lt;/param-name&amp;gt;&lt;br /&gt;            &amp;lt;param-value&amp;gt;false&amp;lt;/param-value&amp;gt;&lt;br /&gt;        &amp;lt;/init-param&amp;gt;&lt;br /&gt;    &amp;lt;/filter&amp;gt;&lt;br /&gt;    &amp;lt;filter-mapping&amp;gt;&lt;br /&gt;        &amp;lt;filter-name&amp;gt;UrlRewriteFilter&amp;lt;/filter-name&amp;gt;&lt;br /&gt;        &amp;lt;url-pattern&amp;gt;/*&amp;lt;/url-pattern&amp;gt;&lt;br /&gt;        &amp;lt;dispatcher&amp;gt;REQUEST&amp;lt;/dispatcher&amp;gt;&lt;br /&gt;        &amp;lt;dispatcher&amp;gt;FORWARD&amp;lt;/dispatcher&amp;gt;&lt;br /&gt;    &amp;lt;/filter-mapping&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;urlrewrite.xml&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&amp;gt;&lt;br /&gt;&amp;lt;!DOCTYPE urlrewrite PUBLIC &quot;-//tuckey.org//DTD UrlRewrite 4.0//EN&quot;&lt;br /&gt;        &quot;http://tuckey.org/res/dtds/urlrewrite4.0.dtd&quot;&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;urlrewrite&amp;gt;&lt;/p&gt;&lt;p&gt;    &amp;lt;rule&amp;gt;&lt;br /&gt;        &amp;lt;note&amp;gt;&lt;br /&gt;            The rule means that requests to /test/status/ will be redirected to /rewrite-status&lt;br /&gt;            the url will be rewritten.&lt;br /&gt;        &amp;lt;/note&amp;gt;&lt;br /&gt;        &amp;lt;from&amp;gt;/test/status/&amp;lt;/from&amp;gt;&lt;br /&gt;        &amp;lt;to type=&quot;redirect&quot;&amp;gt;%{context-path}/rewrite-status&amp;lt;/to&amp;gt;&lt;br /&gt;    &amp;lt;/rule&amp;gt;&lt;/p&gt;&lt;p&gt;    &amp;lt;!-- invoke special rule for silverstripe --&amp;gt;&lt;br /&gt;    &amp;lt;class-rule class=&quot;org.silverstripe.web.filters.SSPrettyUrlRewriteRule&quot; /&amp;gt;&lt;/p&gt;&lt;p&gt;    &amp;lt;outbound-rule&amp;gt;&lt;br /&gt;        &amp;lt;note&amp;gt;&lt;br /&gt;            The outbound-rule specifies that when response.encodeURL is called (if you are using JSTL c:url)&lt;br /&gt;            the url /rewrite-status will be rewritten to /test/status/.&lt;/p&gt;&lt;p&gt;            The above rule and this outbound-rule means that end users should never see the&lt;br /&gt;            url /rewrite-status only /test/status/ both in thier location bar and in hyperlinks&lt;br /&gt;            in your pages.&lt;br /&gt;        &amp;lt;/note&amp;gt;&lt;br /&gt;        &amp;lt;from&amp;gt;/rewrite-status&amp;lt;/from&amp;gt;&lt;br /&gt;        &amp;lt;to&amp;gt;/test/status/&amp;lt;/to&amp;gt;&lt;br /&gt;    &amp;lt;/outbound-rule&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/urlrewrite&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Custom Java Rules (I couldn't get the regular ones working properly for silverstripe)&lt;/p&gt;&lt;p&gt;#1) SSPrettyUrlRewriteMatch.java &lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;package org.silverstripe.web.filters;&lt;/p&gt;&lt;p&gt;/**&lt;br /&gt; * Created by IntelliJ IDEA.&lt;br /&gt; * User: smathews&lt;br /&gt; * Date: 1/24/12&lt;br /&gt; * Time: 10:18 PM&lt;br /&gt; */&lt;/p&gt;&lt;p&gt;import org.tuckey.web.filters.urlrewrite.extend.RewriteMatch;&lt;/p&gt;&lt;p&gt;import javax.servlet.RequestDispatcher;&lt;br /&gt;import javax.servlet.ServletException;&lt;br /&gt;import javax.servlet.http.HttpServletRequest;&lt;br /&gt;import javax.servlet.http.HttpServletResponse;&lt;br /&gt;import java.io.IOException;&lt;/p&gt;&lt;p&gt;public class SSPrettyUrlRewriteMatch extends RewriteMatch {&lt;/p&gt;&lt;p&gt;    public boolean execute(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {&lt;/p&gt;&lt;p&gt;        String qs = request.getQueryString();&lt;br /&gt;        String url = request.getRequestURI();&lt;/p&gt;&lt;p&gt;        // this these as server variables so php can see them&lt;br /&gt;        request.setAttribute(&quot;SS_QS&quot;,qs);&lt;br /&gt;        request.setAttribute(&quot;SS_URL&quot;,url);&lt;/p&gt;&lt;p&gt;        String forwardto = &quot;/sapphire/main.php&quot;;&lt;br /&gt;        RequestDispatcher rd = request.getRequestDispatcher(forwardto);&lt;/p&gt;&lt;p&gt;        rd.forward(request, response);&lt;/p&gt;&lt;p&gt;        return true;&lt;br /&gt;    }&lt;br /&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;#1) SSPrettyUrlRewriteRule.java&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;package org.silverstripe.web.filters;&lt;/p&gt;&lt;p&gt;/**&lt;br /&gt; * Created by IntelliJ IDEA.&lt;br /&gt; * User: smathews&lt;br /&gt; * Date: 1/24/12&lt;br /&gt; * Time: 10:01 PM&lt;br /&gt; */&lt;/p&gt;&lt;p&gt;import org.tuckey.web.filters.urlrewrite.extend.RewriteRule;&lt;br /&gt;import org.tuckey.web.filters.urlrewrite.extend.RewriteMatch;&lt;/p&gt;&lt;p&gt;import javax.servlet.http.HttpServletRequest;&lt;br /&gt;import javax.servlet.http.HttpServletResponse;&lt;br /&gt;import java.io.File;&lt;/p&gt;&lt;p&gt;public class SSPrettyUrlRewriteRule extends RewriteRule {&lt;/p&gt;&lt;p&gt;    private boolean isFile(String filename) {&lt;br /&gt;        boolean exists = false;&lt;br /&gt;        try {&lt;br /&gt;            File f = new File(filename);&lt;br /&gt;            exists = f.isFile() &amp;amp;&amp;amp; f.exists();&lt;br /&gt;        } catch(Exception e) {&lt;br /&gt;            exists = false;&lt;br /&gt;        }&lt;br /&gt;        return exists;&lt;br /&gt;    }&lt;/p&gt;&lt;p&gt;    public RewriteMatch matches(HttpServletRequest request, HttpServletResponse response) {&lt;/p&gt;&lt;p&gt;        // we don't want to match request from&lt;br /&gt;        if (request.getRequestURI().startsWith(&quot;/sapphire/main.php&quot;)) return null;&lt;/p&gt;&lt;p&gt;        // ignore all image types&lt;br /&gt;        if (request.getRequestURI().startsWith(&quot;.ico&quot;)) return null;&lt;br /&gt;        if (request.getRequestURI().startsWith(&quot;.png&quot;)) return null;&lt;br /&gt;        if (request.getRequestURI().startsWith(&quot;.gif&quot;)) return null;&lt;br /&gt;        if (request.getRequestURI().startsWith(&quot;.mov&quot;)) return null;&lt;br /&gt;        if (request.getRequestURI().startsWith(&quot;.jpg&quot;)) return null;&lt;/p&gt;&lt;p&gt;        String fileName = request.getServletContext().getRealPath(request.getRequestURI());&lt;/p&gt;&lt;p&gt;        // we don't process any request if there is an actual file&lt;br /&gt;        if (this.isFile(fileName)) return null;&lt;/p&gt;&lt;p&gt;        return new SSPrettyUrlRewriteMatch();&lt;/p&gt;&lt;p&gt;    }&lt;br /&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Quercus and Google App Engine &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/10900#post311420&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/10900&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 26 Jan 2012 19:11:53 +1300</pubDate>
			<dc:creator>Stuckinrealtime</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/10900#post311420</guid>
		</item>
		
		<item>
			<title>Re: Updating/ Modifying Hosting Permissions - HostPapa</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/18840#post311366</link>
			<description>&lt;p&gt;It is correct. The function is deprecated, however unfortunately the patch has been put off for the SSViewer rewrite in SS3.&lt;br /&gt;You basically have to just suppress the warning, the function still works.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Updating/ Modifying Hosting Permissions - HostPapa &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/18840#post311366&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/18840&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 24 Jan 2012 10:42:08 +1300</pubDate>
			<dc:creator>Plato</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/18840#post311366</guid>
		</item>
		
		<item>
			<title>Silverstripe at www.one.com</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/18887</link>
			<description>&lt;p&gt;I have been using this site to host silverstripe. &lt;/p&gt;&lt;p&gt;Problems&lt;/p&gt;&lt;p&gt;a) Can not get Subsite module to work&lt;br /&gt;b) no ssl&lt;/p&gt;&lt;p&gt;Any one can suggest an alternative for central Europe  with English UI`&lt;/p&gt;&lt;p&gt;thanks&lt;/p&gt;&lt;p&gt;Dave&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Silverstripe at www.one.com &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/18887&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/18887&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 31 Dec 2011 03:30:11 +1300</pubDate>
			<dc:creator>DaveTh</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/18887</guid>
		</item>
		
		<item>
			<title>Updating/ Modifying Hosting Permissions - HostPapa</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/18840</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I'm hosting SilverStripe 2.4.5 with HostPapa running PHP 5.3.8. &lt;/p&gt;&lt;p&gt;I get the following error when running dev/build or ?flush=all:&lt;/p&gt;&lt;p&gt;Deprecated: Function ereg_replace() is deprecated in /home/.../public_html/sapphire/core/ManifestBuilder.php on line 310&lt;/p&gt;&lt;p&gt;Hostpapa has suggested I modify the file permissions within Cpanel. I'm not sure what to update.. any help is appreciated. &lt;/p&gt;&lt;p&gt;Note: I also had some initial hosting problems which were resolved by setting the server requirements to match &lt;a href=&quot;http://www.silverstripe.org/system-requirements/&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/system-requirements/&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Updating/ Modifying Hosting Permissions - HostPapa &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/18840&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/18840&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 19 Dec 2011 21:27:01 +1300</pubDate>
			<dc:creator>greenpea</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/18840</guid>
		</item>
		
		<item>
			<title>Re: Local Host</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/18831#post310606</link>
			<description>&lt;p&gt;Yes  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;p&gt;If you've tried it and something isn't working you may want to try asking a more explicit question with a bit of context thrown in.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Local Host &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/18831#post310606&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/18831&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 18 Dec 2011 22:47:23 +1300</pubDate>
			<dc:creator>Tim Snadden</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/18831#post310606</guid>
		</item>
		
		<item>
			<title>Local Host</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/18831</link>
			<description>&lt;p&gt;Can I develop a site using my local host with WAMP?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Local Host &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/18831&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/18831&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 17 Dec 2011 21:57:26 +1300</pubDate>
			<dc:creator>darnson</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/18831</guid>
		</item>
		
		<item>
			<title>Orange Business Service = Bad</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/18808</link>
			<description>&lt;p&gt;For some reasons, I'm trying to install silverstripe on a shared host from orange business service in France.&lt;/p&gt;&lt;p&gt;And it's a bumpy road.&lt;/p&gt;&lt;p&gt;The service is as basic as can be : 5Gb static storage, 20Mb mysql DB, ftp access only.&lt;/p&gt;&lt;p&gt;Installing itself is eventless. Ftp the silverstripe tree, run php installer and it's set.&lt;/p&gt;&lt;p&gt;Almost. Because once you're there, you can't log into the CMS without adding ?isDev=1 to the url, you can't upload pictures (well, you can upload them actually, but you won't see them), and certainly other oddities I haven't spotted yet.&lt;/p&gt;&lt;p&gt;[edit]I dug into this a bit, and I solved the behavior I had by chmod'ing js files in assets/_combined to 666 ; this solved the admin access issue.[/edit]&lt;/p&gt;&lt;p&gt;I've read countless docs, and I think the main issue is files are owned by the ftp account (uid ftp, gid ftp) while apache certainly runs under its own uid/gid. When you want to create folders or upload files to the cms, they end up with rwxr_x___ attributes (0750), and when you want to access them from the site, you get a 403 forbidden error.&lt;/p&gt;&lt;p&gt;So far, I managed to sloppily hack this issue - nearly. I modified saphire/filesystem/Folder.php addUploadToFolder function circa line 249 like this :&lt;/p&gt;&lt;p&gt;...&lt;br /&gt;if (move_uploaded_file($tmpFile['tmp_name'], &quot;$base/$file$ext&quot;)) {&lt;br /&gt;//&lt;br /&gt;                        $oldumask = umask(0);&lt;br /&gt;                        chmod(&quot;$base/$file$ext&quot;, Filesystem::$file_create_mask);&lt;br /&gt;                        umask($oldumask);&lt;br /&gt;//&lt;br /&gt;                        // Update with the new image&lt;br /&gt;                        return $this-&amp;gt;constructChild(basename($file . $ext));&lt;br /&gt;                } else {&lt;br /&gt;...&lt;/p&gt;&lt;p&gt;and Filesystem.php (line 26) like this :&lt;/p&gt;&lt;p&gt;        static function makeFolder($folder) {&lt;br /&gt;                if(!file_exists($base = dirname($folder))) self::makeFolder($base);&lt;br /&gt;                if(!file_exists($folder)) {&lt;br /&gt;                        $oldumask = umask(0);&lt;br /&gt;                        mkdir($folder, Filesystem::$folder_create_mask);&lt;br /&gt;                        umask($oldumask);&lt;br /&gt;                        }&lt;br /&gt;        }&lt;/p&gt;&lt;p&gt;...&lt;/p&gt;&lt;p&gt;It sort of works ; folders are created with 775 rights, but files end up with a weird rwx-rwS-r_x permission set. As there is little risk someone will upload executable files, this works enough for me.&lt;/p&gt;&lt;p&gt;Does anyone have better clues on how to install silverstripe on this kind of config ?&lt;/p&gt;&lt;p&gt;Cheers,&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Orange Business Service = Bad &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/18808&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/18808&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 15 Dec 2011 04:06:03 +1300</pubDate>
			<dc:creator>Mauve</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/18808</guid>
		</item>
		
		<item>
			<title>Hardcoding config for cloudcontrol.com</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/18609</link>
			<description>&lt;p&gt;Is there documentation on hardcoding the config values for Silverstripe? I use cloudcontrol.com which requires hardcoding your config values (it's also a great test bed), it just has no writable file system. I'm going through the install.php file but just want to make sure I don't miss anything.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Hardcoding config for cloudcontrol.com &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/18609&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/18609&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 21 Nov 2011 11:19:46 +1300</pubDate>
			<dc:creator>xpyx</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/18609</guid>
		</item>
		
		<item>
			<title>Re: Mysql Service shuts down</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/18349#post308907</link>
			<description>&lt;p&gt;Just to confirm this, &lt;/p&gt;&lt;p&gt;We have to edit the site one at a time.  If i click on a item in the tree 5 times rapid fire, the mysql proccess falls down.  every time. &lt;/p&gt;&lt;p&gt;At this stage we can live with the slowness but it needs to be reliable.  &lt;/p&gt;&lt;p&gt;Is there anything we can do to fix this?&lt;/p&gt;&lt;p&gt;w&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Mysql Service shuts down &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/18349#post308907&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/18349&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 20 Oct 2011 18:53:06 +1300</pubDate>
			<dc:creator>asecondwill</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/18349#post308907</guid>
		</item>
		
		<item>
			<title>Mysql Service shuts down</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/18349</link>
			<description>&lt;p&gt;Hello.  &lt;/p&gt;&lt;p&gt;We have just deployed a site to our stage environment. Its a 500m Ram, &quot;Cloud&quot; VPS with Crucial Paradigm.  &lt;/p&gt;&lt;p&gt;If we both test it together, the cms ends up hanging, and then if i refresh the page i get:&lt;/p&gt;&lt;p&gt;PHP Fatal error:  DataObjects have been requested before the database is ready.&lt;/p&gt;&lt;p&gt;Looking in cpanel, the mysql service is off.  Rebooting it gets us going again until the next topple. &lt;/p&gt;&lt;p&gt;Whats to be done? could there be a configuration i have missed in the Silverstripe? Or does it need something special turned on at the server?&lt;/p&gt;&lt;p&gt;Thanks, will&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Mysql Service shuts down &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/18349&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/18349&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 20 Oct 2011 16:44:46 +1300</pubDate>
			<dc:creator>asecondwill</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/18349</guid>
		</item>
		
		<item>
			<title>Re: Hostgator?</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/17109#post308835</link>
			<description>&lt;p&gt;I've hosted a few dozen SilverStripe sites with HostGator, and never had an issue.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Hostgator? &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/17109#post308835&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/17109&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 19 Oct 2011 09:03:02 +1300</pubDate>
			<dc:creator>DanStephenson</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/17109#post308835</guid>
		</item>
		
		<item>
			<title>Re: Full Solution for Zeus Server Hosting!!</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/14633#post308824</link>
			<description>&lt;p&gt;Honestly, I have no idea, but it sounds like that hosting is totally unsuitable (old PHP, Zeus Hosting and not recognising your rewrite script). I would simply recommend moving the website hosting to a more suitable set-up. Sorry I can't be more help on this. If any of my clients have hosting on Register365.ie here in Ireland I recommend that they move to LetsHost.ie or MyHost.ie or Digiweb or Blacknight (pretty much all of the other hosts are suitable).&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Full Solution for Zeus Server Hosting!! &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/14633#post308824&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/14633&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 18 Oct 2011 23:17:41 +1300</pubDate>
			<dc:creator>neilcreagh</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/14633#post308824</guid>
		</item>
		
		<item>
			<title>Re: Web Hosting with Good Support</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/18236#post308790</link>
			<description>&lt;p&gt;This is not in the east... but these guys live chat 24 hours a day! They are super helpful and great price and host.&lt;br /&gt;&lt;a href=&quot;http://www.webhosting.uk.com/&quot; rel=&quot;nofollow&quot;&gt;http://www.webhosting.uk.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt; &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Web Hosting with Good Support &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/18236#post308790&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/18236&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 18 Oct 2011 10:15:29 +1300</pubDate>
			<dc:creator>pinkp</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/18236#post308790</guid>
		</item>
		
		<item>
			<title>Re: Full Solution for Zeus Server Hosting!!</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/14633#post308789</link>
			<description>&lt;p&gt;I have tried this with no success. Could you please help. &lt;br /&gt;I am installing on a Zeus server with Namesco and it is quickly draining my time and patience!&lt;br /&gt;I managed to install it with out any changes but this then meant the rewrite was not working and the links kept reading /index.php/mypage and the log in kept logging out and saying I was not the admin. So I am trying a fresh install.&lt;/p&gt;&lt;p&gt;I have:&lt;/p&gt;&lt;p&gt;* Removed .htaccess file&lt;br /&gt;* Added rewrite.script file with your code (although it still states &quot;I can't tell whether any rewriting module is running. You may need to configure a   rewriting rule yourself.&quot;)&lt;br /&gt;*Changed Index.php to read: define('BASE_SCRIPT_URL','');&lt;/p&gt;&lt;p&gt;The MySQL is only 4.1.22-log does that matter?&lt;/p&gt;&lt;p&gt;Now when I click install it gets stuck at:&lt;br /&gt;&quot;Building database schema...&quot;&lt;/p&gt;&lt;p&gt;any help appreciated thanks!!!&lt;/p&gt;&lt;p&gt;---------&lt;br /&gt;EDIT:&lt;/p&gt;&lt;p&gt;I upgraded the MySQL to 5 and it still freezes....&lt;/p&gt;&lt;p&gt;----------&lt;/p&gt;&lt;p&gt;---------&lt;/p&gt;&lt;p&gt;EDIT:&lt;/p&gt;&lt;p&gt;I think it may be the &quot;AllowOverride All&quot; is not set up and the host will not do this...&lt;br /&gt;What can I do now....?&lt;/p&gt;&lt;p&gt;--------&lt;/p&gt;&lt;p&gt;EDIT:&lt;/p&gt;&lt;p&gt;OK, so deleted and re-uploaded SS and made all the changes above and this time it worked. It did not freeze and the rewrite rule seems to be fine. The host was not able to set the allow override all but at the moment this is fine.&lt;/p&gt;&lt;p&gt;thanks for your reply.&lt;/p&gt;&lt;p&gt;----------&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Full Solution for Zeus Server Hosting!! &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/14633#post308789&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/14633&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 18 Oct 2011 10:09:08 +1300</pubDate>
			<dc:creator>pinkp</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/14633#post308789</guid>
		</item>
		
		<item>
			<title>Web Hosting with Good Support</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/18236</link>
			<description>&lt;p&gt;My current web host is in a time zone that's 4 hours difference than me, and it takes them way too long to get back to me.   &lt;/p&gt;&lt;p&gt;Can anyone suggest a good Silverstripe host in the Eastern or Atlantic Time Zone?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Web Hosting with Good Support &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/18236&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/18236&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 08 Oct 2011 03:15:42 +1300</pubDate>
			<dc:creator>RS26</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/18236</guid>
		</item>
		
		<item>
			<title>Re: Experiences with Arvixe (bad, unfortunately)</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/18184#post308421</link>
			<description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I'm sorry for your issues. Per my research, it appears that you were on the ostrich server. I can assure you that at Arvixe, large server side issues reach management very quickly. Some are easy to resolve and some take time. Whether at Arvixe, Dreamhost, Bluehost, etc. you are being placed on a single server out of hundreds or thousands under management. Your experience with that specific company's hosting services is summed up by not only their ability to properly manage the servers but also other customers' level of activity on the specific server. &lt;/p&gt;&lt;p&gt;I can agree with you that Ostrich has had some minor issues within the past week or so in regards to slower PHP processing. However, I would ask you to be reasonable in your assessment that a we had a server down for 5 days straight. The entire output looks a bit off when you have 5 days with literally no uptime (which has never happened in the history of Arvixe).&lt;/p&gt;&lt;p&gt;I'm attaching an uptime report for that server for the past 31 days. The uptime report uses the Nagios monitoring system setup in Seattle to ping the server every minute. This certainly only checks for the server's uptime. But for any monitoring system to be accurate, it needs to do not only minute by minute monitoring but also outline exactly what is being checked. Is the HTTP status code being checked? IF so, which status codes outline downtime and which status codes outline uptime? Or is it just ping? Do you know for a fact your monitoring system does minute by minute monitoring? Also, heavy access to the server can be considered abusive by the server firewall and therefore, the monitoring system could get blocked causing the monitoring system to show the extended downtime you are seeing.&lt;/p&gt;&lt;p&gt;To date, out of ~300 servers under management, not a single server has exhibited the level downtime shown in your report. I would welcome you to take a free account from me on a different server (or the same) and use a variety of monitoring services to monitor the service so that at the very least, you are left with a neutral feeling towards our services. I have no doubt that we'll be able to change your mind. And I can assure you that if you did end up on a poorly performing server on dreamhost and placed a post or blog post on the internet, you would not have someone from their management approaching you this quickly which I hope spreaks a bit to our concern for quality and excellence.&lt;/p&gt;&lt;p&gt;The screenshot mentioned above is attached. What I believe is the most important is the average uptime of a host's servers across a large number of different accounts and servers. There is one site that does a good job of taking each host's customers' domains when they leave a review and monitoring them to come up with an aggregated uptime report. That is available here: &lt;a href=&quot;http://uptime.besthostratings.com/webhosts-uptime.php&quot; rel=&quot;nofollow&quot;&gt;http://uptime.besthostratings.com/webhosts-uptime.php&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Experiences with Arvixe (bad, unfortunately) &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/18184#post308421&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/18184&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 04 Oct 2011 21:46:57 +1300</pubDate>
			<dc:creator>Arvand.Arvixe</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/18184#post308421</guid>
		</item>
		
		<item>
			<title>Experiences with Arvixe (bad, unfortunately)</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/18184</link>
			<description>&lt;p&gt;Had just had the unpleasant task of changing hosting companies twice in a month. My old host was in Australia, and with most of our business coming from the US, it made sense to move it over. I went with Arvixe on a tip from one of the SS team, and it wasn't a pleasant experience.&lt;/p&gt;&lt;p&gt;Posted the cautionary tale to my blog in case it saves anyone else grief: &lt;a href=&quot;http://www.geoffmcqueen.com/2011/10/03/moving-web-hosts-from-the-frying-pan-into-the-arvixe-fire/&quot; rel=&quot;nofollow&quot;&gt;http://www.geoffmcqueen.com/2011/10/03/moving-web-hosts-from-the-frying-pan-into-the-arvixe-fire/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;TL;DR version - I went with Dreamhost and have been happy so far (uptime report attached - changed to Dreamhost on the 30th)&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Experiences with Arvixe (bad, unfortunately) &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/18184&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/18184&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 03 Oct 2011 14:54:14 +1300</pubDate>
			<dc:creator>geoffmcqueen</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/18184</guid>
		</item>
		
		<item>
			<title>Re: Anyone using APC PHP Accelerator?</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/16685#post307475</link>
			<description>&lt;p&gt;If you're in dev mode on the site, you can add ?debug_profile=1 to the URL, e.g. &quot;mysite.com/about-us?debug_profile=1&quot;.&lt;/p&gt;&lt;p&gt;This will give you a list of times it took to render page components. While it's not the best profiler around, it does give you a good indication what parts of the page template are slow, and from there you can apply &lt;a href=&quot;http://doc.silverstripe.org/sapphire/en/reference/partial-caching&quot; rel=&quot;nofollow&quot;&gt;partial caching&lt;/a&gt; where appropriate.&lt;/p&gt;&lt;p&gt;Hope that helps.&lt;/p&gt;&lt;p&gt;Sean&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Anyone using APC PHP Accelerator? &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/16685#post307475&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/16685&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 05 Sep 2011 11:37:53 +1200</pubDate>
			<dc:creator>Sean</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/16685#post307475</guid>
		</item>
		
		<item>
			<title>Re: forced and random mbstring.func_overload</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/6191?start=16#post306982</link>
			<description>&lt;p&gt;Thanks for posting this Anatol.&lt;/p&gt;&lt;p&gt;I can confirm it's still an issue on some hosts when using version 2.4.5&lt;/p&gt;&lt;p&gt;I tried to copy a site which was previously installed on another server and had this error but patching the SSViewer.php file didn't work on a site which had been installed previously.&lt;br /&gt;The only solution I've found is to delete the files, empty the db, load up a fresh version of SilverStripe 2.4.5, patch the file and install as normal.&lt;/p&gt;&lt;p&gt;Just in case this helps anyone else.&lt;/p&gt;&lt;p&gt;Paul&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: forced and random mbstring.func_overload &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/6191?start=16#post306982&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/6191&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 18 Aug 2011 20:25:50 +1200</pubDate>
			<dc:creator>bennettpr</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/6191?start=16#post306982</guid>
		</item>
		
		<item>
			<title>Re: 64 bit </title>
			<link>http://www.silverstripe.org/hosting-requirements/show/17273#post306859</link>
			<description>&lt;p&gt;Yes. It's right.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: 64 bit  &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/17273#post306859&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/17273&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 14 Aug 2011 20:55:08 +1200</pubDate>
			<dc:creator>biapar</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/17273#post306859</guid>
		</item>
		
		<item>
			<title>Re: Anyone using APC PHP Accelerator?</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/16685#post306856</link>
			<description>&lt;p&gt;What kind of requests per_second are you guys seeing with APC installed?&lt;/p&gt;&lt;p&gt;I have APC installed on my Media Temple 3.5 dv server (1 GB RAM) with shared memory set to 100M. I also have partial caching in place (which I have tested and is working) with SS_Cache::pick_back_end set to use APC.&lt;/p&gt;&lt;p&gt;Using ap bench with a concurrency of 10, I am only seeing 6 to 7 requests pre second. I am new to server optimization, but isn't this really low?&lt;/p&gt;&lt;p&gt;Any thoughts on what I might be doing wrong or what I can do to increase my requests_per_second?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Anyone using APC PHP Accelerator? &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/16685#post306856&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/16685&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 14 Aug 2011 01:23:36 +1200</pubDate>
			<dc:creator>tv</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/16685#post306856</guid>
		</item>
		
		<item>
			<title>Re: Quadra Hosting and permission issues</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/17654#post306833</link>
			<description>&lt;p&gt;[EDIT] - oops, wrong post, sorry...  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Quadra Hosting and permission issues &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/17654#post306833&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/17654&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 13 Aug 2011 05:54:39 +1200</pubDate>
			<dc:creator>martimiz</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/17654#post306833</guid>
		</item>
		
		<item>
			<title>Re: SilverStripe on Media Temple</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/14353#post306816</link>
			<description>&lt;p&gt;Thanks Ryan. &lt;/p&gt;&lt;p&gt;Setting the permissions to 777 and changing the owner and group of the silverstripe-cache/cache folder did the trick. Media Temple automatically assigned an owner and group of apache to the cache folder. &lt;/p&gt;&lt;p&gt;Getting APC installed on dv 3.5 was a whole other bag of worms. I finally did get it installed, but whenever I up the shared memory to 128M, CPU usage peaks out on me. Right now I have shared memory set to 100M and everything seems to be holding steady.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: SilverStripe on Media Temple &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/14353#post306816&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/14353&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 12 Aug 2011 22:51:15 +1200</pubDate>
			<dc:creator>tv</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/14353#post306816</guid>
		</item>
		
		<item>
			<title>Re: SilverStripe on Media Temple</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/14353#post306812</link>
			<description>&lt;p&gt;Hi,&lt;br /&gt;i create a cache-folder inside the data folder from my media template account. so that it is siblings to the tmp folder where the php sessions are stored. i'm not 100% sure, if it's the best way, but it works...&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: SilverStripe on Media Temple &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/14353#post306812&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/14353&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 12 Aug 2011 17:43:55 +1200</pubDate>
			<dc:creator>joern</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/14353#post306812</guid>
		</item>
		
		<item>
			<title>Re: SilverStripe on Media Temple</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/14353#post306802</link>
			<description>&lt;p&gt;@tv:  My silverstripe-cache folders are set to 777 as well. That should work. Did you try setting your cache folder to that? You mentioned it was set to 755 instead.&lt;/p&gt;&lt;p&gt;@joern Sorry for my late reply! I don't subscribe to this thread and just noticed the new posts in the RSS feed today. Make sure your cache folder has the correct permissions.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: SilverStripe on Media Temple &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/14353#post306802&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/14353&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 12 Aug 2011 07:55:31 +1200</pubDate>
			<dc:creator>Ryan M.</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/14353#post306802</guid>
		</item>
		
		<item>
			<title>Re: SilverStripe on Media Temple</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/14353#post306767</link>
			<description>&lt;p&gt;Hi Ryan&lt;/p&gt;&lt;p&gt;I am running a Silverstripe install on Media Temple dv 3.5.&lt;/p&gt;&lt;p&gt;I am having a problem getting my cache blocks to work. I have my 'silverstripe-cache' directory permissions at 777, but nothing is being written to the 'cache ' folder within the 'silverstripe-cache' folder (no zend files). Therefore my partial cacheing is not working. My cache folder has permissions of 'owner: apache' and 755.&lt;/p&gt;&lt;p&gt;Have you ever experienced anything like this on Media Temple?&lt;/p&gt;&lt;p&gt;Any suggestions would be awesome! Thanks!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: SilverStripe on Media Temple &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/14353#post306767&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/14353&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 11 Aug 2011 13:40:10 +1200</pubDate>
			<dc:creator>tv</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/14353#post306767</guid>
		</item>
		
		<item>
			<title>Re: Quadra Hosting and permission issues</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/17654#post306234</link>
			<description>&lt;p&gt;After some help at IRC from mobiusnz, i have it working. (Thank you!)&lt;/p&gt;&lt;p&gt;Simply removing the CHMOD calls will make the system run.&lt;br /&gt;Files that was changed:&lt;br /&gt;Line 596 off cms/assetadmin //chmod($p-&amp;gt;FullPath, Filesystem::$file_create_mask);&lt;/p&gt;&lt;p&gt;and also the one added from the patch in sapphire/filesystem/Folder.php around line 250&lt;br /&gt;//chmod(&quot;$base/$file$ext&quot;, Filesystem::$file_create_mask);&lt;/p&gt;&lt;p&gt;There are still periodic notices of permisson problems in my tmp folder though, but this is related to using a custom TMP folder i guess.&lt;/p&gt;&lt;p&gt;--&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.nobrainer.dk/&quot; rel=&quot;nofollow&quot;&gt;www.nobrainer.dk&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Quadra Hosting and permission issues &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/17654#post306234&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/17654&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 29 Jul 2011 12:24:31 +1200</pubDate>
			<dc:creator>Nobrainer Web</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/17654#post306234</guid>
		</item>
		
		<item>
			<title>Quadra Hosting and permission issues</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/17654</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Just moved a copy of a working SS 2.4.5 site to  Quadra Hosting (&lt;a href=&quot;http://www.quadrahosting.com.au/&quot; rel=&quot;nofollow&quot;&gt;http://www.quadrahosting.com.au/&lt;/a&gt;) and now i simply cannot make the Asset Admin behave as intended.&lt;/p&gt;&lt;p&gt;My problems are:&lt;br /&gt;Uploading af file gives me [Warning] chmod(): Operation not permitted&lt;br /&gt;I'm using this fix &lt;a href=&quot;http://open.silverstripe.org/attachment/ticket/5547/2.4.1-FileUpload-2.diff&quot; rel=&quot;nofollow&quot;&gt;http://open.silverstripe.org/attachment/ticket/5547/2.4.1-FileUpload-2.diff&lt;/a&gt; to get passed the invalid file for upload error.&lt;br /&gt;(If i leave out the chmod part, the file is uploaded and can be choosen and used in the CMS)&lt;/p&gt;&lt;p&gt;Creating folder, gives Error creating folder, no further info.&lt;br /&gt;Folder is actually created, but will not be visible in asset admin untill you do a manualy sync  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/sad.gif'&gt; &lt;/p&gt;&lt;p&gt;Can someone help me find a solution to this? &lt;/p&gt;&lt;p&gt;Support at the host says everything is standard, and should be working - well it does not and i have never had these problems before.&lt;br /&gt;If there is no fix this host should be removed from recommended hosts.&lt;/p&gt;&lt;p&gt;Do you know a host that will run Silverstripe with no issues? please post here thank you.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Quadra Hosting and permission issues &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/17654&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/17654&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 29 Jul 2011 11:34:46 +1200</pubDate>
			<dc:creator>Nobrainer Web</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/17654</guid>
		</item>
		
		<item>
			<title>Re: Hosting in Australia</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/6935#post306129</link>
			<description>&lt;p&gt;Hello Distinct,&lt;/p&gt;&lt;p&gt;I'm having problems with uploads to a site hosted at Quadra Hosting - can you tell me how you managed these problems?&lt;/p&gt;&lt;p&gt;My problems are:&lt;br /&gt;Uploading af file gives me [Warning] chmod(): Operation not permitted&lt;br /&gt;I'm using this fix &lt;a href=&quot;http://open.silverstripe.org/attachment/ticket/5547/2.4.1-FileUpload-2.diff&quot; rel=&quot;nofollow&quot;&gt;http://open.silverstripe.org/attachment/ticket/5547/2.4.1-FileUpload-2.diff&lt;/a&gt; to get passed the invalid file for upload error.&lt;br /&gt;(If i leave out the chmod part, the file is uploaded and can be choosen and used in the CMS)&lt;/p&gt;&lt;p&gt;Creating folder, gives Error creating folder, no further info.&lt;/p&gt;&lt;p&gt;Looking in the Webshell at Quadra hosting, i see that files uploaded with FTP have different owner/group than files created through the Webshell.&lt;/p&gt;&lt;p&gt;Hope you can help&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Hosting in Australia &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/6935#post306129&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/6935&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 28 Jul 2011 01:12:06 +1200</pubDate>
			<dc:creator>Nobrainer Web</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/6935#post306129</guid>
		</item>
		
		<item>
			<title>Re: Moving web site to hosting service</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/5023#post305356</link>
			<description>&lt;p&gt;Thank you for posting! This was very helpful. I just moved to windows hosting and couldn't be happier. I used  &lt;a href=&quot;http://www.serverintellect.com/&quot; rel=&quot;nofollow&quot;&gt;http://www.serverintellect.com/&lt;/a&gt; for my hosting.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Moving web site to hosting service &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/5023#post305356&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/5023&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 12 Jul 2011 02:42:31 +1200</pubDate>
			<dc:creator>Jennifer Banks</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/5023#post305356</guid>
		</item>
		
		<item>
			<title>Re: &quot;File is not a valid upload&quot; could this be a problem with the server</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/14243#post305224</link>
			<description>&lt;p&gt;We should carefully upload files in content&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: &quot;File is not a valid upload&quot; could this be a problem with the server &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/14243#post305224&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/14243&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 08 Jul 2011 07:57:10 +1200</pubDate>
			<dc:creator>shimi</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/14243#post305224</guid>
		</item>
		
		<item>
			<title>Re: &quot;File is not a valid upload&quot; could this be a problem with the server</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/14243#post305131</link>
			<description>&lt;p&gt;I prefer this method rather than modifying code if you have WHM:&lt;/p&gt;&lt;p&gt;Login to the WHM panel &amp;gt;&amp;gt; Main &amp;gt;&amp;gt; Security &amp;gt;&amp;gt; Security Center &amp;gt;&amp;gt; open_basedir protection&lt;br /&gt;Here you can Disable/Enable the protection for particular domain or server wide.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: &quot;File is not a valid upload&quot; could this be a problem with the server &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/14243#post305131&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/14243&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 05 Jul 2011 12:58:38 +1200</pubDate>
			<dc:creator>rotamota</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/14243#post305131</guid>
		</item>
		
		<item>
			<title>Re: does anyone use 123-reg to host silverstripe sites?</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/17340#post305102</link>
			<description>&lt;p&gt;..ok i think it is to do with this.. sorry.&lt;/p&gt;&lt;p&gt;&quot;Point primary domain at hosting&quot; which i have now done. hopefully this will solve the problem.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: does anyone use 123-reg to host silverstripe sites? &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/17340#post305102&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/17340&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 05 Jul 2011 02:59:14 +1200</pubDate>
			<dc:creator>zim</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/17340#post305102</guid>
		</item>
		
		<item>
			<title>Re: does anyone use 123-reg to host silverstripe sites?</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/17340#post305099</link>
			<description>&lt;p&gt;Hi Ricky,&lt;/p&gt;&lt;p&gt;thanks for response. I am actually in the process of trying to install my first silverstripe site on 123-reg. as i went ahead and bought the full package.&lt;/p&gt;&lt;p&gt;so i have created a database, uploaded the silverstripe files to the /public_html folder.&lt;/p&gt;&lt;p&gt;However, when i go to &lt;a href=&quot;http://www.airugby.com/install.php&quot; rel=&quot;nofollow&quot;&gt;http://www.airugby.com/install.php&lt;/a&gt; i am being redirected to &lt;a href=&quot;http://www.123-reg.co.uk/&quot; rel=&quot;nofollow&quot;&gt;http://www.123-reg.co.uk/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I am about to send a question regarding this to 123-reg support. But do you know why this might be???&lt;/p&gt;&lt;p&gt;any advice much appreciated.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: does anyone use 123-reg to host silverstripe sites? &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/17340#post305099&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/17340&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 05 Jul 2011 02:20:48 +1200</pubDate>
			<dc:creator>zim</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/17340#post305099</guid>
		</item>
		
		<item>
			<title>Re: does anyone use 123-reg to host silverstripe sites?</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/17340#post305098</link>
			<description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;I work on behalf of 123-reg.&lt;/p&gt;&lt;p&gt;My understanding of  'AllowOveride All' is that it gives you the ability to modify the .htaccess file.&lt;/p&gt;&lt;p&gt;The function is available by default with all 123-reg Linux Hosting accounts.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.123-reg.co.uk/web-hosting/&quot; rel=&quot;nofollow&quot;&gt;http://www.123-reg.co.uk/web-hosting/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;Ricky&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: does anyone use 123-reg to host silverstripe sites? &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/17340#post305098&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/17340&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 05 Jul 2011 02:08:16 +1200</pubDate>
			<dc:creator>Webfusion</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/17340#post305098</guid>
		</item>
		
		<item>
			<title>Re: Issues with .htaccess and non www redirects</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/17357#post305045</link>
			<description>&lt;p&gt;All sorted, originaly when installing the add on domain the main .htaccess file would thorw out a 500 error so i used a different kind of set up htaccess to get around this so i could install, thinking that the error would come back i left it as is, but actually the right thing was to have it with the same .htaccess that is in the add on domain folder... now all is hunky dory!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Issues with .htaccess and non www redirects &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/17357#post305045&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/17357&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 03 Jul 2011 04:45:54 +1200</pubDate>
			<dc:creator>Mrfixer</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/17357#post305045</guid>
		</item>
		
		<item>
			<title>Issues with .htaccess and non www redirects</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/17357</link>
			<description>&lt;p&gt;I have a SS site set up on a server with hostgator no problems at all, however this site will also contain another SS &quot;Add on Domain&quot; which is installed into the public_html folder as addondomain.com, the problem i am having is with the url rewrites from non www to www. this is what i have:&lt;/p&gt;&lt;p&gt;Main domain:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;### SILVERSTRIPE START ###&lt;br /&gt;&amp;lt;Files *.ss&amp;gt;&lt;br /&gt;   Order deny,allow&lt;br /&gt;   Deny from all&lt;br /&gt;   Allow from 127.0.0.1&lt;br /&gt;&amp;lt;/Files&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;Files web.config&amp;gt;&lt;br /&gt;   Order deny,allow&lt;br /&gt;   Deny from all&lt;br /&gt;&amp;lt;/Files&amp;gt;&lt;br /&gt;ErrorDocument 404 /assets/error-404.html&lt;br /&gt;ErrorDocument 500 /assets/error-500.html&lt;/p&gt;&lt;p&gt;&amp;lt;IfModule mod_alias.c&amp;gt;&lt;br /&gt;   RedirectMatch 403 /silverstripe-cache(/|$)&lt;br /&gt;&amp;lt;/IfModule&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;IfModule mod_rewrite.c&amp;gt;&lt;br /&gt;DirectoryIndex index.php&lt;br /&gt;SetEnv HTTP_MOD_REWRITE On&lt;br /&gt;RewriteEngine On&lt;br /&gt;   RewriteBase /&lt;/p&gt;&lt;p&gt;RewriteCond %{HTTP_HOST} !^&lt;a href=&quot;http://www.maindomain.com$&quot; rel=&quot;nofollow&quot;&gt;www\.maindomain\.com$&lt;/a&gt;&lt;br /&gt;RewriteRule (.*) &lt;a href=&quot;http://www.maindomain.com/$1&quot; rel=&quot;nofollow&quot;&gt;http://www.maindomain.com/$1&lt;/a&gt; [R=301,L]&lt;/p&gt;&lt;p&gt;   RewriteCond %{REQUEST_URI} ^(.*)$&lt;br /&gt;   RewriteCond %{REQUEST_FILENAME} !-f&lt;br /&gt;   RewriteRule .* sapphire/main.php?url=%1&amp;amp;%{QUERY_STRING} [L]&lt;br /&gt;### SILVERSTRIPE END ###&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;in the add on domain htaccess:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;### SILVERSTRIPE START ###&lt;br /&gt;&amp;lt;IfModule mod_dir.c&amp;gt;&lt;br /&gt;DirectorySlash Off&lt;br /&gt;&amp;lt;/IfModule&amp;gt;&lt;/p&gt;&lt;p&gt;RewriteEngine On&lt;br /&gt;RewriteBase /&lt;/p&gt;&lt;p&gt;RewriteCond %{HTTP_HOST} ^addondomain.com [NC]&lt;br /&gt;RewriteRule ^(.*)$ &lt;a href=&quot;http://www.addondomain.com/$1&quot; rel=&quot;nofollow&quot;&gt;http://www.addondomain.com/$1&lt;/a&gt; [R=301,NC,L]&lt;/p&gt;&lt;p&gt;RewriteCond %{REQUEST_URI} !(\.gif)|(\.jpg)|(\.png)|(\.css)|(\.js)|(\.php)$&lt;/p&gt;&lt;p&gt;RewriteCond %{REQUEST_URI} ^(.*)$&lt;br /&gt;RewriteCond %{REQUEST_FILENAME} !-f&lt;br /&gt;RewriteRule .* sapphire/main.php?url=%1&amp;amp;%{QUERY_STRING} [L]&lt;br /&gt;### SILVERSTRIPE END ###&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;as advised the rewrite conditions for non www to www are running below RewriteBase, but what is happening is for both domains the urls from non www do get rewritten but at the end of the url they are suffixed with .com/sapphire/main.php?url=/ this is for both domains, i also tried to force non www through via mysite _config.php but this has the same result.. any ideas? thanks&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Issues with .htaccess and non www redirects &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/17357&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/17357&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 03 Jul 2011 01:40:00 +1200</pubDate>
			<dc:creator>Mrfixer</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/17357</guid>
		</item>
		
		<item>
			<title>does anyone use 123-reg to host silverstripe sites?</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/17340</link>
			<description>&lt;p&gt;does anyone use 123-reg to host silverstripe sites?&lt;/p&gt;&lt;p&gt;Does anyone know if they fulfill the best requirements for silverstripe intall?&lt;/p&gt;&lt;p&gt;I had a message from their support that said &lt;/p&gt;&lt;p&gt;&quot;You need a VPS server for the &quot;AllowOveride All&quot; part.&lt;/p&gt;&lt;p&gt;I thought that would be their responsibility, so am a little confused as to whether they do fulfil requirements or not?&lt;/p&gt;&lt;p&gt;Any advice much appreciated.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: does anyone use 123-reg to host silverstripe sites? &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/17340&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/17340&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 01 Jul 2011 02:47:28 +1200</pubDate>
			<dc:creator>zim</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/17340</guid>
		</item>
		
		<item>
			<title>Re: Hostgator?</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/17109#post304798</link>
			<description>&lt;p&gt;Yeah running a test site on hostgator isnt the most easiest of things due to how mod_rewrite is handled, i gave up trying to mod_rewrite when running a dev site on there, i contacted HG support and they just said go with what im doing, work on the site and once my clients ready to move from his old host company over to HG and his brand spanking website it would resolve itself when the DNS was switched, to aid that process though i had to have two .htaccess like this &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/show/16895&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/installing-silverstripe/show/16895&lt;/a&gt; (see my post for the .htaccess codes and explanation), as soon as that was done everything went perfectly on the DNS switching.&lt;/p&gt;&lt;p&gt;@janorbur will be starting a new SS dev on HG this coming tuesday so will give your .htaccess a whirl, regards&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Hostgator? &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/17109#post304798&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/17109&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 25 Jun 2011 22:44:00 +1200</pubDate>
			<dc:creator>Mrfixer</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/17109#post304798</guid>
		</item>
		
		<item>
			<title>Re: 64 bit </title>
			<link>http://www.silverstripe.org/hosting-requirements/show/17273#post304788</link>
			<description>&lt;p&gt;Hi Junglefish,&lt;/p&gt;&lt;p&gt;There's no problem between 32-bit and 64-bit versions. PHP can run as x86 on Windows x64 and IIS will install and operate the same between the two types.&lt;/p&gt;&lt;p&gt;Thanks,&lt;br /&gt;Sean&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: 64 bit  &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/17273#post304788&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/17273&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 25 Jun 2011 14:36:14 +1200</pubDate>
			<dc:creator>Sean</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/17273#post304788</guid>
		</item>
		
		<item>
			<title>Re: Hostgator?</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/17109#post304771</link>
			<description>&lt;p&gt;I have a test site running on Hostgator and may move a production site there soon. Had a heck of a time getting mod_rewrite to work. We ended up with an .htaccess that looks like:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;### SILVERSTRIPE START ###&lt;br /&gt;&amp;lt;Files *.ss&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Order deny,allow&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Deny from all&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Allow from 127.0.0.1&lt;br /&gt;&amp;lt;/Files&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;Files web.config&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Order deny,allow&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Deny from all&lt;br /&gt;&amp;lt;/Files&amp;gt;&lt;br /&gt;ErrorDocument 404 /assets/error-404.html&lt;br /&gt;ErrorDocument 500 /assets/error-500.html&lt;/p&gt;&lt;p&gt;&amp;lt;IfModule mod_alias.c&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;RedirectMatch 403 /silverstripe-cache(/|$)&lt;br /&gt;&amp;lt;/IfModule&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;IfModule mod_rewrite.c&amp;gt;&lt;br /&gt;DirectoryIndex index.php&lt;br /&gt;SetEnv HTTP_MOD_REWRITE On&lt;br /&gt;RewriteEngine On&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;RewriteBase /&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;RewriteCond %{REQUEST_URI} ^(.*)$&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;RewriteCond %{REQUEST_FILENAME} !-f&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;RewriteRule .* sapphire/main.php?url=%1&amp;amp;%{QUERY_STRING} [L]&lt;br /&gt;### SILVERSTRIPE END ###&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;The big problem we had was that &quot;index.php&quot; would remain in the page paths. This was only fixed by changing the perms on the sapphire directory to 755 from the installed 775. I don't know if the 775 perms were from the original install or an artifact of having copied the directory structure from another server but it solved the problem.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Hostgator? &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/17109#post304771&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/17109&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 25 Jun 2011 03:38:36 +1200</pubDate>
			<dc:creator>janorbur</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/17109#post304771</guid>
		</item>
		
		<item>
			<title>64 bit </title>
			<link>http://www.silverstripe.org/hosting-requirements/show/17273</link>
			<description>&lt;p&gt;Our production dept wants to move our current SS installation from &quot;Windows Server 2003, 32 bit&quot; to &quot;Windows Server 2008, 64 bit&quot;.  &lt;/p&gt;&lt;p&gt;The page here says that Windows Server 2008 is fine, &lt;a href=&quot;http://www.silverstripe.org/system-requirements/&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/system-requirements/&lt;/a&gt;, but there's no mention of which type.&lt;/p&gt;&lt;p&gt;Does anyone know if SS runs okay on 64 bit?&lt;/p&gt;&lt;p&gt;jf/&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: 64 bit  &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/17273&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/17273&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 24 Jun 2011 03:56:18 +1200</pubDate>
			<dc:creator>Junglefish</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/17273</guid>
		</item>
		
		<item>
			<title>Re: Hostgator?</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/17109#post304108</link>
			<description>&lt;p&gt;Never used hostgator but what issues are you running into? most problems aren't limited to just one provider.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Hostgator? &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/17109#post304108&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/17109&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 06 Jun 2011 15:37:05 +1200</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/17109#post304108</guid>
		</item>
		
		<item>
			<title>Hostgator?</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/17109</link>
			<description>&lt;p&gt;Has anyone used Hostgator when installing SS?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Hostgator? &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/17109&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/17109&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 04 Jun 2011 08:11:32 +1200</pubDate>
			<dc:creator>violetflowers</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/17109</guid>
		</item>
		
		<item>
			<title>Re: SilverStripe on Media Temple</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/14353#post303584</link>
			<description>&lt;p&gt;Hi,&lt;br /&gt;i have the same problems at media temple. what did you do? my cache folder is already in the html-root directory but it doesn't make any improvements.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: SilverStripe on Media Temple &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/14353#post303584&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/14353&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 23 May 2011 19:58:23 +1200</pubDate>
			<dc:creator>joern</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/14353#post303584</guid>
		</item>
		
		<item>
			<title>[Warning] Wrong parameter count for session_set_cookie_params()</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/16960</link>
			<description>&lt;p&gt;Hi All,&lt;/p&gt;&lt;p&gt;I've installed Silverstripe on a server my client chose and I'm getting this error. I'm assuming it's a server configuration issue, but I don't know where to go from here. When I comment out the Director::set_environment_type('dev'); line on my config file I can enter the site and the admin however, there are certain pagetypes that I can create but when I click on 'save and publish' nothing happens. There are no Javascript errors and the Publishing message just stays there.&lt;/p&gt;&lt;p&gt;One thing I noticed was that the page types I can't save are the ones that have an ImageDataObjectManager. I don't know if all of these issues are related, but I really need to get this sorted ASAP.&lt;/p&gt;&lt;p&gt;The client insisted on using a local hosting service, but I could not find one that was running php 5.2 so the one they chose has 5.1.6. I know the requirements call for 5.2, but it is just not available. I hope this is not the issue.&lt;/p&gt;&lt;p&gt;Thanks to anyone that can help.&lt;/p&gt;&lt;p&gt;[Warning] Wrong parameter count for session_set_cookie_params()&lt;br /&gt;GET /&lt;/p&gt;&lt;p&gt;Line 438 in ....../sapphire/core/Session.php&lt;/p&gt;&lt;p&gt;Source&lt;/p&gt;&lt;p&gt;429 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;self::load_config();&lt;br /&gt;430 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$path = self::get_cookie_path();&lt;br /&gt;431 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$domain = self::get_cookie_domain();&lt;br /&gt;432 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$secure = self::get_cookie_secure();&lt;br /&gt;433 &lt;br /&gt;434 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(!session_id() &amp;amp;&amp;amp; !headers_sent()) {&lt;br /&gt;435 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($domain) {&lt;br /&gt;436 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;session_set_cookie_params(self::$timeout, $path, $domain, $secure /* secure */, true /* httponly */);&lt;br /&gt;437 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;} else {&lt;br /&gt;438 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;session_set_cookie_params(self::$timeout, $path, null, $secure /* secure */, true /* httponly */);&lt;br /&gt;439 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;440 &lt;br /&gt;441 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// @ is to supress win32 warnings/notices when session wasn't cleaned up properly&lt;br /&gt;442 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// There's nothing we can do about this, because it's an operating system function!&lt;br /&gt;443 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($sid) session_id($sid);&lt;br /&gt;444 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;@session_start();&lt;br /&gt;Trace&lt;/p&gt;&lt;p&gt;session_set_cookie_params(0,/,,,1) &lt;br /&gt;Line 438 of Session.php&lt;br /&gt;Session::start() &lt;br /&gt;Line 68 of main.php&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: [Warning] Wrong parameter count for session_set_cookie_params() &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/16960&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/16960&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 20 May 2011 16:02:38 +1200</pubDate>
			<dc:creator>Tesla</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/16960</guid>
		</item>
		
		<item>
			<title>Re: Anyone using APC PHP Accelerator?</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/16685#post302502</link>
			<description>&lt;p&gt;I wasn't sure if you were talking about mod_deflate.&lt;/p&gt;&lt;p&gt;I installed APC and there is definately a great gain to be made using it. &lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Anyone using APC PHP Accelerator? &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/16685#post302502&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/16685&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 28 Apr 2011 01:15:05 +1200</pubDate>
			<dc:creator>Blackdog</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/16685#post302502</guid>
		</item>
		
		<item>
			<title>Re: Anyone using APC PHP Accelerator?</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/16685#post302495</link>
			<description>&lt;p&gt;&lt;em&gt; it's been running on my server for months - nothing negative to report&lt;/em&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Anyone using APC PHP Accelerator? &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/16685#post302495&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/16685&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 27 Apr 2011 20:00:40 +1200</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/16685#post302495</guid>
		</item>
		
		<item>
			<title>Re: Anyone using APC PHP Accelerator?</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/16685#post302492</link>
			<description>&lt;p&gt;I have been using mod_deflate and htacces file caching rules which have helped overall site speed.&lt;/p&gt;&lt;p&gt;My concern has shifted lately with a site we host which is attracting upward of 3000 visits a day. This is putting a large amount of load on apache and I either need to look at putting them on their own vps or install something to help reduce the load.&lt;/p&gt;&lt;p&gt;Just to confirm, you are running APC on your server?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Anyone using APC PHP Accelerator? &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/16685#post302492&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/16685&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 27 Apr 2011 15:09:15 +1200</pubDate>
			<dc:creator>Blackdog</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/16685#post302492</guid>
		</item>
		

	</channel>
</rss>
