﻿<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>Quomon - apache</title>
    <link>https://quomon.com</link>
    <description>Questions and Answers for IT &amp; Graphic Design Professionals - apache</description>
    <language>en-us</language>
    <copyright>Quomon</copyright>
    <generator />
    <webMaster />
    <lastBuildDate>Tue, 09 Jun 2026 11:11:30 GMT</lastBuildDate>
    <ttl>20</ttl>
    <item>
      <guid>https://quomon.com/52239/Is-there-a-size-limit-to-a-PHP-file-being-called-by-Apache</guid>
      <title>Is there a size limit to a PHP file being called by Apache?</title>
      <link>https://quomon.com/52239/Is-there-a-size-limit-to-a-PHP-file-being-called-by-Apache</link>
      <description>I have a very long ifelse statement in a php file using the echo() function being called by my Apache server. There are 30 different categories with 20 different banner ads per if statement so that is about 1200 echo() statements. I am not storing the data in MySQL because the length of the columns are different returning an error in MySQL. Therefore, I am just storing the data in the php file. However, when I got to the sixth if statement I had an internal server error. Is there a limitation to how big a php file can be that is being called by Apache? If there is, how do I fix it? What's even more strange is to fix the problem I just deleted the php file, created another one with the same data, and then it worked. </description>
      <author>Crosb234</author>
      <pubDate>Fri, 30 Sep 2011 10:26:59 GMT</pubDate>
      <comments>https://quomon.com/52239/Is-there-a-size-limit-to-a-PHP-file-being-called-by-Apache#comments</comments>
      <category>Errors, servers, PHP, file, mysql, apache</category>
    </item>
    <item>
      <guid>https://quomon.com/49077/String-index-out-of-range-when-uploading-pdf-file-mysql-database</guid>
      <title>String index out of range when uploading pdf file mysql database</title>
      <link>https://quomon.com/49077/String-index-out-of-range-when-uploading-pdf-file-mysql-database</link>
      <description>I have used the mysql table and even mediumblob data size but error of this type happens. do i have to do some more 
&lt;br&gt;
&lt;br&gt;ava.lang.StringIndexOutOfBoundsException: String index out of range: -378881
&lt;br&gt;java.lang.String.substring(Unknown Source)
&lt;br&gt;</description>
      <author>askquestion</author>
      <pubDate>Fri, 09 Apr 2010 12:15:39 GMT</pubDate>
      <comments>https://quomon.com/49077/String-index-out-of-range-when-uploading-pdf-file-mysql-database#comments</comments>
      <category>Errors, database, mysql, java, pdf, apache</category>
    </item>
    <item>
      <guid>https://quomon.com/46517/How-to-setup-server-to-ignore-htaccess-files-in-subdirectories</guid>
      <title>How to setup server to ignore .htaccess files in subdirectories.</title>
      <link>https://quomon.com/46517/How-to-setup-server-to-ignore-htaccess-files-in-subdirectories</link>
      <description>I would like to set up a configuration so that some, but not all, .htaccess files are ignored - or handled as a regular (text-)file.
&lt;br&gt;
&lt;br&gt;This should be setup in an .htaccess file and prevent i.e. Apache from processing .htaccess files in any subdirectory to the current. But I don't know which directive(s) to use.
&lt;br&gt;
&lt;br&gt;The reason is that I have a folder where user uploads are stored. To prevent the user executing scripts (i.e. php) I have changed the handler for the files of the directory and subdirectories. But they could still upload an .htaccess to a subdirectory that reverted that change.
&lt;br&gt;
&lt;br&gt;I know that the software should also dissallow certain files - and it will - but I don't wanna rely on the software alone, since 'any' bug could potentially render that useless.
&lt;br&gt;
&lt;br&gt;I also cannot use the Apache conf file for this.
&lt;br&gt;And lastly, the solution has to know nothing about the actual directory names it trying to protect.
&lt;br&gt;
&lt;br&gt;Is it possible?
&lt;br&gt;
&lt;br&gt;Thanks for your help,
&lt;br&gt;Jakob</description>
      <author>jgivoni</author>
      <pubDate>Thu, 10 Jan 2008 16:48:40 GMT</pubDate>
      <comments>https://quomon.com/46517/How-to-setup-server-to-ignore-htaccess-files-in-subdirectories#comments</comments>
      <category>servers, .htaccess, apache, security</category>
    </item>
    <item>
      <guid>https://quomon.com/43880/Limitations-of-PHP-in-large-scale-web-applications</guid>
      <title>Limitations of PHP in large scale web applications?</title>
      <link>https://quomon.com/43880/Limitations-of-PHP-in-large-scale-web-applications</link>
      <description>Before I start building my next site, using PHP and MySQL as I usually do, I would like to know if you have any advice regarding what problems I could run in to if the site becomes very successful and needs to handle thousands of simultaneous users.
&lt;br&gt;
&lt;br&gt;What would be the average maximun capacity for a single server? What to do, if that limit is reached?
&lt;br&gt;Are there any reasons, with regards to this, that I shouldn't use PHP?
&lt;br&gt;
&lt;br&gt;I would really appreciate it if you have experience in these matters, and be warned that I might ask you further questions if you participate in this discussion!
&lt;br&gt;
&lt;br&gt;Cheers,
&lt;br&gt;Jakob</description>
      <author>jgivoni</author>
      <pubDate>Wed, 20 Sep 2006 22:53:24 GMT</pubDate>
      <comments>https://quomon.com/43880/Limitations-of-PHP-in-large-scale-web-applications#comments</comments>
      <category>PHP, Web Design, apache, mysql</category>
    </item>
  </channel>
</rss>