similar to: General question about PHP

Displaying 20 results from an estimated 4000 matches similar to: "General question about PHP"

2007 Sep 26
0
General question about PHP - continued with mod_python
Oops, I just missed the python part. Does mod_python have similar options? Or how to stop other users to run python scripts in some directories? On 9/26/07, Miskell, Craig <Craig.Miskell at agresearch.co.nz> wrote: > > > > Hello, > > > > Is that possible to disable running of PHP on certain directories? > > I am running a server which provides personal
2008 Feb 04
4
IPTables GUIs
Hi, This is semi-OT, but is Centos-related. I'm looking for an IPTables GUI to help us with our expanding network configuration. I know there's plenty out there, but most of them seem to manage the firewall on the computer on which they run, or only handle one firewall at a time. I need one that can easily manage multiple firewalls from some sort of central location/repository, i.e.
2007 Jul 03
2
good resources for making RPMs, Craig in N.Z.
>Message: 23 >Date: Tue, 3 Jul 2007 08:19:43 +1200 >From: "Miskell, Craig" <Craig.Miskell at agresearch.co.nz> >Subject: RE: [CentOS] good resources for making RPMs > <D5DBA313349A4B458528BE63B387F36C05792DB2 at imail.agresearch.co.nz> Craig: Did you see the message Johnny posted a few days ago? I think he was looking for people who use CentOS in New
2006 Mar 22
11
yum failing
I have two Centos servers here..only one of them is having this issue. Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Downloading header for glibc to pack into transaction set. glibc-2.3.4-2.19.i686.rpm 100% |=========================| 118 kB 00:00 ---> Package glibc.i686 0:2.3.4-2.19 set to be updated ---> Downloading header for
2007 Jun 12
1
Selinux custom policy issue - Centos 5
Hi, I've got a Centos 5 box (recently replaced a Centos4 box of the same function). The means of applying custom SELinux policy has changed somewhat from 4->5. I've got it mostly figured out; I have a local.te file with my custom policy and also which defines a few new file types, and a local.fc with appropriate defintions of file contexts. When I run: # checkmodule -M -m -o
2007 Jul 09
1
Loss of Prompt & Cursor
When I log into a virtual console as ordinary user, I initially have a prompt & cursor. After I print 24 lines or more, the last visible (24th) line will be data instead of the prompt & cursor. The up arrow no longer gives the previous commands. A clear command will restore the prompt & cursor. This bug first appeared after I installed CentOS5. I do not believe it is a CentOS5
2006 Apr 27
2
smux service (port 199)
Hi, when I run a nmap localhost I see that port 199 is open for the smux service but when I check the services gui in runlevel 3 or 5 I don't find it. It's also not in /etc/init.d/ At the moment almost everything is inactive except for some well known services like httpd crond etc. but mux is still there. Does anyone know how to colse this service? regards, ivago -------------- next
2006 Jan 10
3
LVM
How many people use LVM's in their production servers? Are they reliable for use in these sorts of systems? I am asking this because i was reading the LVM Howto about upgrading discs etc. Regards, Peter
2005 Oct 27
2
Question on Quad Opteron HP DL 585
Hi, I have a HP DL 585 server with Quad Opteron processors and 32 Gbytes of RAM. I would like to know whether CentOS 3.5 x86_64 will recognize all 4 CPUs and 32 Gbytes of RAM. I will also running EDA tools like PriteTime, and Magma on this server. Does CentOS has any issues with these tools? your help on this question is appreciated. Thanks Siva. -------------- next part -------------- An
2007 May 24
2
newer HP G4 and G5 servers and centos :-)
Greets Anyone on the list using newer HP G4 or G5 server hardware like DL36X or DL38X with Centos? Or other HP hardware? Are you running Intel, AMD, or both? Are you using SAS or SATA or a mix? Are you using Centos 3, CentOS 4, or starting migration to CentOS 5 Are things rock solid stable without any issues? I know older Compaq and HP boxen have been rock solid for us for years yet we
2008 Jun 09
2
Help, PHP/Mysql connections are so slow.
Hi. I've got a new Centos 5.1 x86-64 server that uses PHP to communicate with MySQL5. On this server, PHP/Mysql connections are dead slow and unresponsive. It takes sometimes up to a minute to list tables in phpmyadmin for example. I've verified on the server that the issue has to be PHP/Mysql related. If I use a CGI based Mysql admin tool, communication is fast and there are no delays.
2016 Mar 26
2
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
Hi Olly and co, On an Ubuntu 15.10, following the docs at https://trac.xapian.org/wiki/FAQ/PHP%20Bindings%20Package When running debuild -e PHP_VERSIONS=5 -us -uc I get (sorry for the French): " dpkg-buildpackage -rfakeroot -D -us -uc dpkg-buildpackage: paquet source xapian-bindings dpkg-buildpackage: version source 1.2.21-2.1 dpkg-buildpackage: distribution source unstable
2007 Oct 07
2
File retrieval from outside hangs, internally is okay, only Centos5 affected
Hi! I have a really weird problem with some of my servers, namely all the ones running Centos5 When I try to download a file from the server to a machine outside our Cisco 6500 router/firewall, the download hangs about half the times (15 out of 40) when less than half a megabyte into the transfer (varied from 76 kb to 496 kb). One server has a portchannel (Cisco speak for ethernet bundle),
2008 Nov 19
2
Migration from VMWare to HP Blade
Hi all, A few months ago, I migrated some of our internal servers to HP blades, as the VMWare box they were previously running on was getting too slow. However, it wasn't without it's problems, and eventually the only way I could get them to work was: Install the same version of CentOS on the blade (believed to be 5.0, but /etc/redhat-release says 5.2) Took down both servers, booting
2015 Jul 01
2
[LLVMdev] C as used/implemented in practice: analysis of responses
On 1 July 2015 at 17:15, Russell Wallace <russell.wallace at gmail.com> wrote: > I'm proposing that LLVM unilaterally replace most undefined behaviour with > implementation-defined behaviour. That's precisely the problem. Which behaviour? Let's have an example: struct Foo { long a[95]; char b[4]; double c[2]; }; void fuzz(Foo &F) { for (int i=0; i<100;
2011 Nov 13
3
can I use puppet for security configuration check in centos
hi all,can I use puppet for security configuration check in centos ? 1.check the kernel version whether great than 2.8.18.237-1 or not. 2.check the glibc,systemtap and udev version whether great than secure version or not. 3.check the php.ini whether set safe_mode to on or not. 4.check the sshd_config whether set PermitRootLogin to no or not. If puppet can make it ,would you like to be kind
2006 Jun 09
2
PXE booting HP BL25p - Smart Array extended bios data area problem
Hi, I recently took delivery of a bunch of HP BL25p blades to add to my collection. I am attempting to install Centos4 x86_64 using PXE - the initial PXE DHCP stuff works, and the kernel and initrd are downloaded, but the server then immediately clears the screen and displays: "1706-Smart Array Controller Extended BIOS Data Area Memory Corrupted Array Controller Interrupt 14h BIOS Cannot
2016 Mar 26
3
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
Le 26/03/16 18:04, Olly Betts a ?crit : > On Sat, Mar 26, 2016 at 04:51:35PM -0500, Yannick Warnier wrote: >> On an Ubuntu 15.10, following the docs at >> https://trac.xapian.org/wiki/FAQ/PHP%20Bindings%20Package >> >> When >> >> running debuild -e PHP_VERSIONS=5 -us -uc >> >> I get (sorry for the French): >> >> >> "
2006 Mar 15
2
New update problems
yum apparently still can't cope with transparent proxies. I tried the following and got the yum http behind proxy error: Is there an ftp version of the mirrorlist or are those of us that have to use transparent proxies stuck without this new feature? [root at joshua ~]# yum install yum-plugin-fastestmirror Setting up Install Process Setting up repositories Reading repository metadata
2011 May 04
4
apache docroot permissions
I have a group of users (content editors) who need read-write access to apache document root. The apache web server is running as user:apache and group:apache. The filesystem permissions are currently set as apache:apache. How should I modify filesystem permission so that content editors can have read-write permissions and webserver can serve files as well? Following is what I have setup now, but