Page 1 of 1

phpsuexec problem

PostPosted: Fri Sep 14, 2007 6:03 am
Author: nikoz
Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Basic Knowledge
Board URL: http://abada-capoeira.gr

PHP Version:
MySQL Version:


What was done before the problem appeared?
The hosting server installed the phpsuexec


What was done to try to solve the problem?
I have changed the folders permissions from 777 to 755. I have also removed from .htaccess the following lines and put them into a php.ini file
<Limit>
order deny,allow
deny from all
allow from all
</Limit>
<Limit>
order deny,allow
deny from all
</Limit>




De.scription and Message

After the phpsuexec was installed in my hosting server my web site is not working anymore. I have contact with them and read the forum here and made the appropriate changes such as chmod the folders from 777 to 755. I have also removed the directives from the .htaccess and put them into a php.ini file but still is not working. But what i dont understand is that the integramod files are not placed into the public_html folder. In other words the http://www.abada-capoeira.gr it takes you to the public_html folder where it has the .htaccess and an index.html file which will direct you to the main site which is placed in another folder /public_html/IM141. My question is why i get the error before even entering to the main site? Is the problem placed in the .htacess file? Below is my .htaccess file
Code: Select all
 IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*  php_value memory_limit "16M"  AuthName [url=http]http://www.abada-capoeira.grAuthUserFile[/url] /home/nikoz/public_html/_vti_pvt/service.pwd  AuthGroupFile /home/nikoz/public_html/_vti_pvt/service.grp

Maybe i have to removed a line and put it into the php.ini file?
Do i have to chmod as well the 666 files(those i did during installation) to 646?
Thanx in advance

PostPosted: Fri Sep 14, 2007 9:57 am
Author: nikoz
ok
I have managed to solve half of the problem. I dont get anymore the 500 internal server error by removing the following line from the .htaccess file
php_value memory_limit "16M"
But when enter the site i get the error message(Fatal error: Allowed memory size of..)
I replaced this line in php.ini file with
memory_limit=16M but still doesnt work
Any idea how i could edit the php.ini file to solve this?
Thanx again in advance
http://www.abada-capoeira.gr (to see the error message)

Re: phpsuexec problem

PostPosted: Fri Sep 14, 2007 2:28 pm
Author: Helter
you can edit your php.ini

look for

"Resource Limits"
change
"memory_limit = 8M"
to something like
"memory_limit = 32M"