Memory_limit Value Not Showing In Phpinfo
May 21, 2007
in my php.ini I have:
memory_limit = 32M
but when I load a phpinfo() page, the setting is displayed nowhere.
Is there a reason for this ? I fear the setting is not taken in consideration by the server because of this.
View 0 Replies
ADVERTISEMENT
May 20, 2009
how could I increase the memory limit on my server via SSH?
I have it currently on 30MB and need to increase it to 50MB.
View 3 Replies
View Related
Mar 23, 2009
if there's a standard "upgrade" number when setting the memory_limit in php.ini from the default 16MB. I always have a handful of scripts that demand a lot of memory.
View 9 Replies
View Related
Apr 17, 2009
when some one upload and load files with phpinfo()
he can see our server PHP Configuration.
how can us disable phpinfo()?
View 13 Replies
View Related
Feb 9, 2007
How do I set this Environment variable "SERVER_ADMIN" that I am seeing on phpinfo()?
View 1 Replies
View Related
Mar 6, 2007
Having this problem on chroot'ed sites in Ensim.
This is what I have in my php.conf:
Code:
[root@ns1 conf.d]# cat /etc/httpd/conf.d/php.conf
#
# PHP is an HTML-embedded scripting language which attempts to make it
# easy for developers to write dynamically generated webpages.
#
LoadModule php5_module modules/libphp5.so
SetOutputFilter PHP
SetInputFilter PHP
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
This prevents file.php.gif from executing in a non-chrooted site, but in my chrooted sites, file.php.gif will execute as a PHP file. Any idea why? Some other config I have to change?
View 10 Replies
View Related
Mar 27, 2007
i give following error so how can i enable phpinfo()
Code:
warning : phpinfo() has been disabled for security reasons
View 6 Replies
View Related
Mar 31, 2008
cat /proc/version
Linux version 2.6.23.15-80.fc7 (gcc version 4.1.2 20070925 (Red Hat 4.1.2-27)) #1 SMP Sun Feb 10 17:29:10 EST 2008
I installed Zend Optimizer (this is NOT a cpanel box to clarify)
1. Downloaded ZendOptimizer-3.3.3-linux-glibc23-i386.tar.gz
2. cd's into that directory
3. ./install.sh
No errors
[root@host ~]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [ OK ]
However, ZO does not show up in php info
php -v
PHP 5.2.4 (cli) (built: Sep 18 2007 08:50:58)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
with eAccelerator v0.9.5.2, Copyright (c) 2004-2006 eAccelerator, by eAccelerator
php -m
[Zend Modules]
eAccelerator
File: /usr/local/Zend/etc/php.ini
[Zend]
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3
zend_optimizer.version=3.3.3
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
Code:
[root@host lib]# ls -lh
total 32K
drwxr-xr-x 9 root root 4.0K 2008-03-28 20:27 Optimizer-3.3.3
drwxr-xr-x 7 root root 4.0K 2008-03-28 20:27 Optimizer_TS-3.3.3
-rwxr-xr-x 1 root root 11K 2008-03-31 16:21 ZendExtensionManager.so
-rwxr-xr-x 1 root root 11K 2008-03-31 16:21 ZendExtensionManager_TS.so
View 7 Replies
View Related
Jan 16, 2008
anyone have a cpanel server running centos 64bit or fedora ? i would appreciate a phpinfo. then you can remove it afterwards i need to debug something in 2 of my servers.
View 3 Replies
View Related
Jun 22, 2008
The issue starts after I reboot the server for another issue.
And then zend optimizer not show in phpinfo.
I have checked php -m and php -v,both normal.
[root@linux ~]# php -v
PHP 4.3.9 (cgi) (built: Sep 12 2007 11:09:31)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies
with Zend Optimizer v3.3.0, Copyright (c) 1998-2007, by Zend Technologies
[root@linux ~]# php -m
[PHP Modules]
bcmath
bz2
calendar
ctype
curl
dba
dbx
dio
domxml
exif
ftp
gd
gettext
gmp
iconv
imap
ldap
mbstring
mime_magic
mysql
openssl
overload
pcntl
pcre
posix
pspell
session
shmop
sockets
standard
sysvsem
sysvshm
tokenizer
wddx
xml
yp
Zend Optimizer
zlib
[Zend Modules]
Zend Extension Manager
Zend Optimizer
But phpinfo page only show
This program makes use of the Zend Scripting Language Engine:
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
I am headache and try to reinstall Zend many times and reboot the server many times but not work.
View 5 Replies
View Related
May 27, 2008
I find that lots of hosts don't put the link to a phpinfo() script on their websites, even though that would save everyone a lot of unnecessary questions.
So I figure we should have a thread where people can add links to phpinfo scripts on their own hosts, or hosts where they happen to have the URL of a phpinfo script.
For those of you who own your own web hosting services, here's a chance to show off all your installed goodness, and all it takes is placing a simple link here (and put one in your FAQ section on your web site too, for the love of God)..
Since the forum doesn't allow editing your own posts (I still think that is nuts), please include all previous links in your post, so visitors will only need to read the LAST post to find all the updated links in one place.
View 5 Replies
View Related
Mar 25, 2008
I have recently upgraded MySQL to 5.25
However, when I run phpinfo, I see the following:
mysql
MySQL Support enabled
Active Persistent Links 0
Active Links 0
Client API version 4.1.21
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/lib/mysql/mysql.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib/mysql -lmysqlclient
mysqli
MysqlI Support enabled
Client API library version 4.1.21
Client API header version 4.1.20
MYSQLI_SOCKET /var/lib/mysql/mysql.sock
View 4 Replies
View Related
Mar 10, 2007
There are always people who would like to know what the php settings are on the server. Is it a security risk to share the phpinfo.php file on a website, with anybody who visits that website, able to view it?
View 4 Replies
View Related
Nov 5, 2009
If you run into the fun error of Parallels VZA not showing your vps's
might try this
Code:
#
# Compatability fix for the vza from pim to vza
# Nicholas Rose nick.rose@nobistech.net
#
#updatedb
for i in `locate /ve.conf`; do
$vehost=`cat $i | grep HOSTNAME | grep HOSTNAME | awk -F '"' '{print $2}'`
sed -i 's/VE_TYPE="regular"//g' $i
echo 'VE_TYPE="regular"' >> $i
echo 'I just fixed '`cat $i | grep HOSTNAME | grep HOSTNAME | awk -F '"' '{print $2}'`
View 0 Replies
View Related
Jul 18, 2009
I've just did the following on Ubuntu Server 9.03:
Code:
sudo apt-get install mysql-server
sudo apt-get install apache2
sudo apt-get install php5
sudo apt-get install php5-mysql
sudo apt-get install phpmyadmin
But when I say [url]-- it cannot be found..
I tried [url]as well, It cannot be found either.
View 2 Replies
View Related
Jun 21, 2008
i recently installed CentOS 5.1 with some new hardware.
After installation when i type free in SSH the total amount of RAM shows as: 3359580
I have two brand new Corsair 2GB modules installed.
Is this normal?
View 14 Replies
View Related
Apr 15, 2007
How would I set up Bandmin to show the extra 5 IP's that I just added ?
It shows stats for the main shared IP, but isn't for the 5 new ones that I added via WHM.
Help plz.....
(these IP's are not assigned to any domains, as they are just used for downloads)
View 0 Replies
View Related
Dec 31, 2007
Whenever i try to connect to ftp through any of my server account then its not showing any directory inside public_html but when i use cpanel file manager then its working fine i also tried to used differect ftp client program but still problem not solve will any of you help me? ftp successfully connected but not showing files and folders .
View 3 Replies
View Related
Oct 4, 2007
I have a VPS and am looking for a way to show existing and potential clients the uptime levels of the server. I have a basic uptime page provided by WHMCS, but I want to go a little beyond that.
If I were to choose an uptime reporting service such as siteuptime.com, hyperspin.com or site24x7.com, what would you recommend that I monitor? Obviously HTTP, FTP, POP3 and MySQL, but anything else? Do these services monitor the server load also?
Also, is it a good idea to display these stats publicly?
View 5 Replies
View Related
Oct 19, 2007
php -v keep showing 4.4.7 even after i recompile apache as 5.0.4 via WHM > Apache Update. Any ideas how to fix this?
I am on the following server:
WHM 11.2.0 cPanel 11.11.0-S16999
CENTOS Enterprise 5 x86_64 - WHM X v3.1.0
./configure [@php-5.0.4]...(--enable-pic --with-libdir=lib64 --prefix=/usr --with-xml --with-mm --enable-bcmath --enable-calendar --with-curl --with-dom --with-dom-xslt --with-dom-exslt --enable-exif --with-swf=/usr/local/flash --enable-ftp --with-gd --with-jpeg-dir=/usr/local --with-png-dir=/usr --with-xpm-dir=/usr/X11R6 --with-gettext --with-imap=/usr/local/imap-2004g --enable-mbstring --enable-mbstr-enc-trans --enable-mbregex --with-mcrypt --with-mhash --enable-magic-quotes --with-mm --with-mysqli --with-mysql=/usr --with-snmp --enable-ucd-snmp-hack --with-openssl --enable-discard-path --with-pear --with-pspell --enable-safe-mode --enable-sockets --enable-track-vars --with-ttf --with-freetype-dir=/usr --enable-gd-native-ttf --enable-versioning --enable-wddx --with-xmlrpc --with-zip --with-zlib).... . . . . . . . . . . . . Done
configure: error: libXpm.(a|so) not found.
make [@php-5.0.4]...(-j 8 clean).... Done
make [@php-5.0.4]...(-j 8).... Done
make [@php-5.0.4]...(install).... Done
initfpsuexec: using apache 1.x support
PHP version file has been updated to 4.4.7
Adding cPanel default aliases ...disabled scgi-bin since suexec is installed
Done
Executing /scripts/postbuildapache (if exists)...Done
Configuring perl magic....Off
Configuring php-pear magic....Off
Configuring ruby magic....Off
Configuring php-pecl magic....Off
/etc/rc.d/init.d/httpd start: httpd started
initfpsuexec: using apache 1.x support
Attempting to restart httpd
Waiting for httpd to restart...
httpd started ok
View 2 Replies
View Related
Apr 14, 2009
I would like to be able to cause my server to show each error code from 404, to 501 etc and to run though the list and to show me what appears, is there a tool or a online tool that can do this?
View 23 Replies
View Related
May 3, 2009
cpanel is showing -
Disk /dev/sda1 (/) 91 % - Showing Red
what can i do to fix it.....
OS reload will be a problem for me...
View 14 Replies
View Related
Jul 23, 2009
i have hosted my website on dadicated windows hosting with rackspace. my webiste default page was index.aspx. now i have created new home page with name the of index.html and uploaded this page to server and deleted old home page index.aspx but my new index.html page not showing when i try to open open my website www.example.com but its opening when i try with www.example.com/index.html.
View 4 Replies
View Related
Jan 28, 2008
Centos4/WHM/Apache 2.2.6/eaccelerator
My access_log is only showing entries like:
127.0.0.1 - - [28/Jan/2008:17:26:46 -0600] "GET / HTTP/1.0" 200 2860
127.0.0.1 - - [28/Jan/2008:17:27:30 -0600] "GET / HTTP/1.0" 200 2860
127.0.0.1 - - [28/Jan/2008:17:27:31 -0600] "GET / HTTP/1.0" 200 2860 ....
View 1 Replies
View Related
Feb 27, 2008
my server runs centos with whm/cpanel,
some folder may contain over 1000s files,
and the ftp only can show 1000s files well,
where can i large the value and let it show more?
View 7 Replies
View Related
May 14, 2007
i have a vps account and am trying to setup my website i installed php 4 from a control panel where it auto installed php and there is mysql and i installed all of them but when i upload my script and go to install or go to the index of my site it shows the php code and does not execute.
my permissions are right on i also made a testphp file and used this code <?php phpinfo(); ?> and still nothing just shows the php code when you browse to the file i even went further i installed from the control panel another program called phpmyadmin and when i log in it does the same thing just shows php code so what the hell is going on you think i need to contact my host provider for this issue i sent an email out but waiting for a responce
View 7 Replies
View Related
Apr 1, 2013
When I go to the [URL] ... is loads the index page just fine. When I go use the [URL] .... it still loads the index page, I don't want it to do that, I want it it to load test.php. When I click on a link (for say [URL] ....) on index.php the url stays as [URL] ....; I actually want it to show [URL] .... (while I test things at least). Is this a .htaccess issue?
View 2 Replies
View Related
May 10, 2006
I changed the dns for a domain I purchased yesterday to a parking service at parked.com
Last night I changed the name servers to my hostgator ones. It worked. I was installing joomla, and publishing the site. Everything was fine when I went to bed.
So I wake up this morning.. now when I go to the site it shows the stupid parked.com parking page instead of what I was working on.
I deleted all the cache, history, temp internet files, cookies, everything.. I tried in firefox, and IE. I tried on two different computers. I can't get my site to load up.
I called hostgator and they said the site is fine and they don't see a park page. They told me just to clear my cache again.
the site is www.wiispecs.com
I would appreciate it if someone could check it out and tell me what site they see. I could use any ideas on how to fix this so I can view the page too.
I tried switching name servers to godaddy and then switching back to hostgator. I also emailed parked.com tech support.
View 9 Replies
View Related
Jul 5, 2007
hi, is there any way to stop my tun adapters ip address showing in the combo box of the create new account page (the Ip Address (only for new ip-based accounts) combo box).
View 8 Replies
View Related
Jan 27, 2009
A few days ago i was transferred to a different server within my hosting company. All of my sites remained the same except the only forum i have (phpbb3) now displays a blank page. All the files and database are still intact and nothing has been changed. Any suggestions as to how i would fix this problem? would it be best to backup the database and reinstall a new copy of phpbb?
View 9 Replies
View Related
Jun 13, 2009
I have problem with clipshare script. when i upload videos, they are successfully uploaded into video dir and thumbnails are also generated.
But when playing them, it constantly say loading....
I checked the flvideo dir, and it converted video(flv) is not there.
I searched a little and found a small changed needs to be done in convert.php. which i did but still it does not convert.
I wanted to know
* Where can i find conversion logs or more information on what exactly is going on, to further debug the issue.
* In convert.php i have replaced -lavfopts
i_certify_that_my_video_stream_does_not_use_b_frames -vop
WITH
-ofps 12 -vf
but still not fixed. should i roll back to previous state?
From siteadmin panel
system check
Code:
FLVIDEO Directory
writable (0777) (/home/hell2006/public_html/flvideo)
VIDEO Directory
writable (0777) (/home/hell2006/public_html/video)
THUMBS Directory
writable (0777) (/home/hell2006/public_html/thumb)
CHANNEL Directory
writable (0777) (/home/hell2006/public_html/chimg)
PHOTO Directory
writable (0777) (/home/hell2006/public_html/photo)
TMP Directory
writable (0777) (/home/hell2006/public_html/tmp)
Safe Mode
Open Basedir .....
View 6 Replies
View Related