similar to: PHP.ini question 5.5CentOS

Displaying 20 results from an estimated 1000 matches similar to: "PHP.ini question 5.5CentOS"

2003 Nov 13
2
Apache leaks sensitive info in PHP phpinfo() calls
Hi, I wanted to get some opinions on this subject before I submit a PR about it. I don't know if there are any pitfalls with the 'fix' I suggested and though it best to run it past people here before submitting. If there's a better place to post this please let me know (freebsd-ports?). The send-pr output I was about to send explains everything so I'll just paste it here:
2009 Jan 13
5
acroread = resource hog
Any have trouble with acroread taking up massive cpu and memory? I exited my Firefox browser and the lil bastard was still hogging up my resources. Took up 69% of 4GB, and wouldn't let go, until a kill -9 showed'em, have to do it every time I open a pdf in firefox. Any use Xpdf or something else?
2010 Aug 20
3
Load at 5, no CPU I/O or swap in use
We are currently running CentOS 5 update 4 on a Dell R910 server 16 cores/32 hyperthreaded with 64GB of memory. It is our main Oracle 11g DB server for one of our customers and is attached to an MD 3000 storage array. We are having a load averaging around 5 but see no swap in use, CPUs are pretty much idle and no I/O wait. We have Oracle dataguard turned on in transactional mode. I've checked
2008 Aug 01
2
Lost Sound after Firefox crash
My Firefox crashed and I lost sound, is there a way to release the lock Firefox had on sound when it crashed? I was streaming sirius radio at the time of the crash. Is there a daemon I can restart? I could just reboot but I'm not windows admin :) I logged out of the GUI then back in, would restarting X clear it up? -------------- next part -------------- An HTML attachment was scrubbed...
2011 Feb 15
3
apache 2 and php 5.2
Hi originally I installed php 4 on centos 5.5 and then a few repos including the remi repo to upgrade to php5, which seems to upgrade/work without any issues. However when I make a change to the /etc/php.ini file it doesn't look like apache is seeing it, for example if I change the post_max_size and upload_max_file to 25M each apache still sees the default 2M. I also removed the /etc/php.ini
2007 Mar 15
1
php still without mysql installing php-mysql
Am using php 5.1.6 and mysql 5.0.27 I installed php-mysql 5.1.6 from the centos repositories, I then restarted the server and on running phpinfo it still shows that mysql is not configured with php (--without-mysql), what might be wrong. The same happened after I installed php-gd too -------------- next part -------------- An HTML attachment was scrubbed... URL:
2002 Nov 12
7
Switching to another Samba server
I've been running Samba 2.2.2 for a while as a domain controller on my mostly Windows network. It's been working great up to this point. Anyway, I just put together a new Linux server and installed 2.2.2 on it as well. I copied the conf file and pretty much mirrored everything on the existing server, changed the paths and the "workgroup" field in the conf file to match the new
2010 Apr 28
1
peth0 unavailable for virt-manager virt-install
Command just times our for me virt-install --paravirt --vcpus=4 --name server1 --ram 4096 --file /opt/xen-images/hlcnwmmp01.img -x "ks=http://10.203.1.11/kickstart/ks-xen.cfg" --file-size 40 --location http://128.61.111.11/pub/centos/5.4/os/x86_64 -b peth0 Starting install... Retrieving file vmlinuz... | 1.9 MB 00:00 Retrieving file initrd.img...
2008 Mar 24
2
Health Monitoring
Hey, I am looking for healt monitoring software for my centos5.1 box. Nothing crazy (like nagios), just something that records memory/cpu usage every min to 5 mins. I added some vmware stuff and was looking to see when if swap gets used and cpu spikes. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Sep 06
1
Remove old kernel
I've switched from the xen kernel to regular kernel and trying to remove the xen one is giving me an error: [root@ ~]# rpm -e kernel-xen-2.6.18-92.1.10.el5 error: Failed dependencies: xen-hypervisor-abi = 3.1 is needed by (installed) xen-3.0.3-64.el5_2.1.i686 [root@ ~]# uname -r 2.6.18-92.1.10.el5 grub.conf: default=1 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu
2008 Jul 11
3
Linux equivalent of 'format' in solaris
It shows the physical disks on the server bash-2.05b# format Searching for disks...done AVAILABLE DISK SELECTIONS: 0. c0t2d0 <SUN18G cyl 7506 alt 2 hd 19 sec 248> /sbus at 3,0/SUNW,fas at 3,8800000/sd at 2,0 1. c0t3d0 <SUN18G cyl 7506 alt 2 hd 19 sec 248> /sbus at 3,0/SUNW,fas at 3,8800000/sd at 3,0 2. c0t4d0 <SUN18G cyl 7506 alt 2
2008 Jul 13
4
screen command
Anyone know which rpm give you the screen command? Or tell me how to figure this out on my own :-) Ed -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080713/98397ee7/attachment-0002.html>
2008 May 15
2
config checks and service bounces
Puppeteers, I''ve seen things in the documentation to make me think this is possible but I''m not sure how to implement it. Here''s what I''d like to do: puppetd pulls down a config file, say httpd.conf BEFORE puppetd moves it to $path, I''d like to have it check it''s integrity with apachectl configtest IF configtest passes, then puppetd should
2006 May 26
3
mongrel_rails cluster::start problem with multiple runs?
mongrel_rails cluster::start doesn''t seem to pay attention to whether or not the processes exist or not. If you run it twice, the first set of processes are created, then then second run will overwrite the log/{pidfiles} files with the new process numbers. Problem is that the second group of processes are gone, since the first ones had the port open. I''d think that the right
2002 Sep 24
1
Anonymous access to Samba, or something like it?
I know, why IIS when I can Apache? I'm actually running both... Kind of a hybrid network. Anyway, I'm trying to configure IIS to use a Samba share as its www root and I think I'm running into a security issue. See, in IIS, I have to connect as a specific user when I attach a network share as the www root. The share, from Samba's point of view, is read-only and every file in it
2017 Mar 15
2
Centos7 and apachectl
I am looking at: https://httpd.apache.org/docs/2.4/vhosts/index.html I tried: |apachectl -S | And no output. Even stopping httpd, no output. How to we see how apache parsed the config files? thank you
2009 Apr 14
3
Ring All Queue
Is there a way in the dialplan to figure out which agent in a ring all queue answered a line? I'd like to take specific action based on the agent upon hangup. Ryan M. Colbert Director of Information Technology Rissman, Barrett, Hurt, Donahue & McLain, P.A. 201 E. Pine Street, Suite 1500 Orlando, FL 32801 (407) 517-3105 - Direct Telephone (407) 839-0120 - Main Office (407) 841-9726 - Fax
2006 Mar 08
8
Acts_as_authenticated plugin?
Hi, I''ve just downloaded the acts_as_authenticated plugin but I can''t find much in the way of documentation. First is there anywhere that someone could point me to to get a handle on this. Second.. Does the plugin still require the use of generators to use? Thanx in advance Dan -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Jun 10
5
Deploying with Passenger question
Hi, I followed the instructions for deploying a site with Passenger from the screencast that is on the Phusion Passenger site and it didn''t work. I am using Dreamhost to host my site- could the problem be on their end? Someone suggested that I do: passenger-install-apache2-module on my command line but I already did that when I first installed Passenger and the Passenger Pref pane
2007 Mar 13
1
How to enable mysql support on php 5
I am using php 5.1.6 and mysql 5.0 on 4.3 centos on running phpinfo mysql is shown as not supported how can I enable mysql support on php 5 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070313/68c83440/attachment.html>