[plug] installing PHP 4 and Php 5 in one server

2007-07-11 Thread Mike A.
Hi, Is anyone have an experience in installing PHP 4 and PHP 5 in an RHEL 4 server? I know this is possible but I can't find any resources or websites in the web. All I can see is an upgrade from PHP 4 to PHP 5. RHEL 4 have PHP 4 installed but because of new features that PHP 5 have, I want to

Re: [plug] installing PHP 4 and Php 5 in one server

2007-07-11 Thread Linuxpol
check this link, unfortunately it is debian base but at least you can have some idea. http://www.debianhelp.co.uk/apachephp.htm Mike A. [EMAIL PROTECTED] wrote: Hi, Is anyone have an experience in installing PHP 4 and PHP 5 in an RHEL 4 server? I know this is possible but I can't find any

Re: [plug] installing PHP 4 and Php 5 in one server

2007-07-11 Thread John Peter Loh
You can with two instances of Apache running, each having their own port. All you have to do is have two copies of httpd.conf for each version of PHP. Then start Apache with a different configuration file: apachectl -k stop apachectl -f /path/to/httpd_for_php4.conf -k start apachectl -f

Re: [plug] installing PHP 4 and Php 5 in one server

2007-07-11 Thread Michael Tinsay
I read that you can have both php5 and php4 in the same instance. You assign php4 or php5 as the one processed by mod_php, then assign the other as a fastcgi handler. This means you'll have to distinguish them via extensions, like .php and/or .php5 for php5 and .php4 for php 4 --- mike t.

Re: [plug] Anyone working on the ISO/OOXML issue?

2007-07-11 Thread Ciaran O'Riordan
loiscastillo [EMAIL PROTECTED] writes: http://www.noooxml.org/delegations So this means the pinoy delegation can only vote to disapprove? This would be very useful. There are 104 members who can vote. If there are 26 No votes, the application will probably be rejected. To get a No vote,

[plug] how to access a windows shared folder.

2007-07-11 Thread Lloyd Martin T. Yong
Hi Guys, I have a RH machine that needs to access a windows shared folder on a windows XP machine. how will i do it? can't find the right the right help googling around. thanks! -- Lloyd Martin T. Yong Network Specialist Suy Sing Commercial Corporation 10/F San Fernando Tower No. 514 Plaza

Re: [plug] how to access a windows shared folder.

2007-07-11 Thread Linuxpol
# mkdir /mnt/winclient # mount -t smbfs -o username=username //winclient/share /mnt/winclient or # smbmount //winclient/share /mnt/winclient -o username=username Lloyd Martin T. Yong [EMAIL PROTECTED] wrote: Hi Guys, I have a RH machine that needs to access a windows shared folder on a

Re: [plug] installing PHP 4 and Php 5 in one server

2007-07-11 Thread Caloocan Gangsta
i think you need chroot environment to do that. ciao! Michael Tinsay [EMAIL PROTECTED] wrote: I read that you can have both php5 and php4 in the same instance. You assign php4 or php5 as the one processed by mod_php, then assign the other as a fastcgi handler. This means

Re: [plug] apache tomcat

2007-07-11 Thread Caloocan Gangsta
Afaik mod_jk is already discontinued for lack of support, i ialready tested tomcat using fedora core 6 and centos 4 and 5 and it worked like it should using port 8080 or whatever port you assigned to it. Ciao! jan gestre [EMAIL PROTECTED] wrote: On 7/10/07, JM Ibanez [EMAIL

Re: [plug] how to access a windows shared folder.

2007-07-11 Thread Kelsey Hartigan Go
mount -t smbfs -ousername=abc,password=cdf //windowsfileserver/accountname /media/smbfs On 7/11/07, Lloyd Martin T. Yong [EMAIL PROTECTED] wrote: Hi Guys, I have a RH machine that needs to access a windows shared folder on a windows XP machine. how will i do it? can't find the right the

[plug] RH to access Windows shred folder

2007-07-11 Thread Noel Dave
://lists.hosting.qsr.com.ph/mailman/private/plug/attachments/20070711/442f2331/attachment.htm -- Message: 2 Date: Wed, 11 Jul 2007 13:38:39 +0800 From: Orlando Andico [EMAIL PROTECTED] Subject: Re: [plug] Capitalization/spaces in Spanish Names To: Philippine Linux Users' Group (PLUG

[plug] centos 64Bit on ASUS M2N-MX, Athlon 64x2 4200

2007-07-11 Thread Caloocan Gangsta
one best suggestion is replace your mobo, you have a very good proc, asus chipset is headache by nature especially if you are using via vt8237a, the only linux OS that works on that board is fedora core 6 and up, i tried testing it on centos 4 and 5 without success and a pain in the butt

Re: [plug] installing PHP 4 and Php 5 in one server

2007-07-11 Thread Mike A.
Thanks for the help guys! I've also been searching the web for some other options and found this one. http://timdorr.com/archives/2006/02/php4_and_php4_s.php I'm still searching and hope I can find a straightforward approach on how to do this in RHEL4. I'm very much careful because i'll be

Re: [plug] how to access a windows shared folder.

2007-07-11 Thread Jay Jesus Amorin
Lloyd Martin T. Yong wrote: Hi Guys, I have a RH machine that needs to access a windows shared folder on a windows XP machine. how will i do it? can't find the right the right help googling around. thanks! Lloyd, install samba on your redhat machine, then you can use nautilus or

[plug] OT: Embedding NP-complete problems in restaurant orders

2007-07-11 Thread Daniel Escasa
http://xkcd.com/c287.html -- Daniel O. Escasa independent IT consultant and writer contributor, Free Software Magazine (http://www.freesoftwaremagazine.com) personal blog at http://descasa.i.ph If we choose being kind over being right, we will be right every time.

Re: [plug] OT: Embedding NP-complete problems in restaurant orders

2007-07-11 Thread Pablo Manalastas
I am working on a program to solve the linear Diophantine equation in N variables. So far, it can solve for any N, but the solutions are, as yet, integers. I still need to write the part which selects only non-negative solutions. I gave my solver the restaurant ordering problem: ./diophan 215

Re: [plug] centos 64Bit on ASUS M2N-MX, Athlon 64x2 4200

2007-07-11 Thread Froilan Romualdo
Naglagay ako ng brandnew Palit brand of video PCI-Express card na 128Mb. I tried again to install Ubuntu and Mandriva 64 bit editions, pero it did not detect the video card. Upon installation palang e nag-ha-hang na ang PC. Hindi natutuloy ang installation. Sa Simply Mephis 64-bit it was ok, but

Re: [plug] Nagios

2007-07-11 Thread Froilan Romualdo
I'm more comfortable with RedHat, kasi ito na dati ang gamit ko sa mga servers namin. Siguro I'll use CentOS sa nagios. Until now diko pa na-download ang docs. Hope next month tuloy na ito talaga. I'll try it using 2.0Ghz Celeron proc... Salamat ulit sa mga nag-share...

Re: [plug] Alternative RBL

2007-07-11 Thread Jun Salen
Me, I follow the article from Howtoforge.com. Please visit my site at http://aisalen.wordpress.com/2007/06/08/how-to-block-spam-before-it-enters-the-server-postfix/ for the link. Just like Mhac, our spam also drop dramatically. Thanks, - From: Mhac Janapin

[plug] ICH8 support on Linux

2007-07-11 Thread plug bert
Has anyone (successfully) installed any linux distro on mobos with the embedded ICH8/ICH8R SATA controller? We recently ran into this problem after purchasing a few MSI P965S boards. We used CentOS 5.0 for the test installation. It is able to load the ata_piix driver upon startup, but

Re: [plug] problem ko sa laptop ko.

2007-07-11 Thread Dax Solomon Umaming
On Thursday 12 July 2007 9:47:05 am JALANI paner C. MONTILA wrote: Pag on ko cya, nakikita ko display then bigla lang nag black ang LCD pero may nakikita ako na mukhang malabo. parang nawawala ang light ng LCD, meron cyang display pero hindi masyado makita. gagamitan pa ng flashlight. ANo

Re: [plug] problem ko sa laptop ko.

2007-07-11 Thread Michael Tinsay
Dude, have your laptop repaired. HW problem na ito. I had a couple of similar experiences. --- mike t. - Original Message From: JALANI paner C. MONTILA [EMAIL PROTECTED] To: Philippine Linux Users' Group (PLUG) Technical Discussion List plug@lists.linux.org.ph Sent: Thursday,

Re: [plug] problem ko sa laptop ko.

2007-07-11 Thread JALANI \paner\ C. MONTILA
Nako po, Sir, may nakikita pa ako sa LCD pero parang shadow lang nya. Backlights kaya ito ? bigla kasi nag black then pag ON Ko ulit, WHITE Color nanaman then bigla black. Dax Solomon Umaming [EMAIL PROTECTED] wrote: On Thursday 12 July 2007 9:47:05 am JALANI paner C. MONTILA wrote: Pag on

Re: [plug] ICH8 support on Linux

2007-07-11 Thread Cha Gascon
I got CentOS5 and Fedora7 to install on MSI P965 Neo motherboard. IDE cd/dvd rom drive, and sata hard disk on the jmicron sata port (not the intel ich8 ports). If I plug the sata hard disks on the ich8 ports, the installer won't detect it, even with all_generic_ide option. Actually if I set

Re: [plug] how to access a windows shared folder.

2007-07-11 Thread jopoy solano
If you are using nautilus, just type: smb://windowsservername/ip/ on the address bar. Hth. 'Jopoy On 7/11/07, Kelsey Hartigan Go [EMAIL PROTECTED] wrote: mount -t smbfs -ousername=abc,password=cdf //windowsfileserver/accountname /media/smbfs On 7/11/07, Lloyd Martin T. Yong [EMAIL

Re: [plug] how to access a windows shared folder.

2007-07-11 Thread Luisito G. Trinidad
try using $ nautilus smb://IP cheers! On 7/12/07, jopoy solano [EMAIL PROTECTED] wrote: If you are using nautilus, just type: smb://windowsservername/ip/ on the address bar. Hth. 'Jopoy On 7/11/07, Kelsey Hartigan Go [EMAIL PROTECTED] wrote: mount -t smbfs -ousername=abc,password=cdf

[plug] Ink check!

2007-07-11 Thread Luisito G. Trinidad
hi guys!! how to be able to know if your printer dont have enough catridge ink?? how about if you already change it with a new one... eh wla siyang print text kahit ano!! what do you think guys the possible reason?? thnx... -- Luisito G. Trinidad Registered Linux User #446936

Re: [plug] Ink check!

2007-07-11 Thread Tito Mari Francis EscaƱo
Maybe you better tell what printer make and model you have so that people who knows about this can help you better. Thanks! On 7/12/07, Luisito G. Trinidad [EMAIL PROTECTED] wrote: hi guys!! how to be able to know if your printer dont have enough catridge ink?? how about if you already change

Re: [plug] Alternative RBL

2007-07-11 Thread Ian Penguin
Hello Nelson.. I always get my updated lists of spammers @ http://www.stearns.org/sa-blacklist/ Cheers, Ian On 7/11/07, Nelson Serafica [EMAIL PROTECTED] wrote: Hi guys, I setup my own RBLDNSD to fight against spam. I download the copy of spammers in tqmcube.com. The thing is tqmcube.com

Re: [plug] Simulate a test network?

2007-07-11 Thread Martin Acupanda
Try XEN for virtualizing the workstations you testing a thin-client system. On 7/10/07, Elijah Alcantara [EMAIL PROTECTED] wrote: Hi group, I would like to try out a thin-client network but there's not enough hardware available, do you think it's possible to have some kind of test network

Re: [plug] problem ko sa laptop ko.

2007-07-11 Thread Michael Tinsay
Baka nasa repair warranty pa 'yan. HW problem talaga 'yan. - Original Message From: JALANI paner C. MONTILA [EMAIL PROTECTED] To: Philippine Linux Users' Group (PLUG) Technical Discussion List plug@lists.linux.org.ph Sent: Thursday, July 12, 2007 10:09:26 AM Subject: Re: [plug]