Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Apache
Author Message
killing-hours
RavenNuke(tm) Development Team



Joined: Oct 01, 2010
Posts: 438
Location: Houston, Tx

PostPosted: Fri Feb 10, 2012 2:49 pm Reply with quote

I'm having difficulty overriding my php.ini settings on my dev server.

Setup:

Ubuntu Server 10.xx LTS
PHP 5.3.2
Apache 2


Specifically I'm trying to override the max_upload_filesize and post_max_size settings. I've read around the net and it seems every "claims" it can be overridden with something like...

Code:
<IfModule mod_php5.c>

php_value upload_max_filesize 100M
php_value post_max_size 100M
<IfModule>


in the .htaccess file. I've tried it in the module root folder... as well as the root .htaccess.

This seems to have no effect on the server though. Anyone have any other thought tips or suggestions??

Note** I have access to change it via the php.ini... but not every has that access on their server and I'm looking for an alternate method to change the settings if possible.

_________________
Money is the measurement of time - Me
"You can all go to hell…I’m going to Texas" -Davy Crockett 
View user's profile Send private message
kd8hho
Worker
Worker



Joined: Mar 30, 2009
Posts: 132

PostPosted: Fri Feb 10, 2012 10:20 pm Reply with quote

i think most pay hosts has the ability to change some php.ini settings

I had to make some mods to mine where I am at. i believe it got saved in /cgi-bin/ as php.ini

might want to try that

_________________
Linux Register User #481509 | Ubuntu Register User #25492 
View user's profile Send private message Visit poster's website
killing-hours







PostPosted: Sat Feb 11, 2012 4:27 pm Reply with quote

kd8hho, Thanks for the attempted answer, however, I'm running my own server and an issue I ran up against is the max sizes in the php.ini settings. I have full control of the server and can edit it to be w/e I want... hence the...

Quote:
Note** I have access to change it via the php.ini... but not every has that access on their server and I'm looking for an alternate method to change the settings if possible.


note I put at the end. The idea is to have a fallback method in place in the instance the user does NOT have the ability to change php.ini settings.
 
montego
Site Admin



Joined: Aug 29, 2004
Posts: 9457
Location: Arizona

PostPosted: Sat Feb 11, 2012 8:41 pm Reply with quote

killing-hours,

Since you know what version of PHP you're running locally, have you tried taking out the first and last lines? Just curious...

Also, have you tried a script with just phpinfo() in it placed in the same directory as your .htaccess and checked the settings? Something tells me you have to have the overriding .htaccess file in the directory where the core script is at. For example, I used to use Gallery long back and, of course, it had need for a much larger upload size. It also was integrated with *nuke in such a way that it wasn't called through modules.php, but rather directly. So, I had to place a separate .htaccess in the directory of the "controller" script for Gallery and then it picked it up.

Just wondering if this might be where you are having issues.

_________________
Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Visit poster's website
killing-hours







PostPosted: Sun Feb 12, 2012 9:35 pm Reply with quote

montego,

The idea was to have an override in place packaged with the module to set a higher limit on some settings. On my server I didn't have "Allowoverrides All" enabled in the httpd.conf (and still don't) so that was the cause.

This raised an issue though... if the end user has no idea about allowoverrides or doesn't have it turned on in their shared server then the upload would silently fail.

The solution I think I'm going to land on is checking the information and raising attention to it so the user will be aware of the limitations of of the environment as well as provide links on how to change it if they can.
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Apache

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©