similar to: RoR on OpenBSD 3.8

Displaying 20 results from an estimated 7000 matches similar to: "RoR on OpenBSD 3.8"

2006 Mar 30
1
Howto configure Lighttpd with fastcgi on Ubuntu?
Hi it''s Noobie Thompson, new to linux and to rails. Has anyone configured Lighttpd with fastcgi to run rails on Ubuntu? I am useing Dapper (flight 5). I have php5 with php5-cgi (downloaded via Synaptic). I have got lighttpd installed and running but I am unable to get the fastcgi/rails side going. I get message to the effect that I must recompile php with Fastcgi enabled. Can anyone help
2013 Jan 31
1
The way Puppet installs things fail
Basically, the way puppet installs things things with /usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install <package_name> fails due to authentication WARNING: The following packages cannot be authenticated But if I do it from an ssh console normally, using apt-get install <package_name> it works fine without issues. Is there a way to change how puppet uses the
2013 Sep 18
7
Puppet requires second run to execute some catalog items.
Hi, I''ve inherited a puppet setup for automating php installation and extension management. We''re on Debian and we''ve encountered a strange issue that I''ve traced down back to puppet I think. I''ve stripped back the configuration and made the problem reproducible, logs and config pasted below. 1. php5-common, php5-memcache, and php5-mysql are all
2009 Dec 01
3
Duplicate definition on the same line and in the same file ?
Hi, I''m trying to add libapache2-mod-php5 as a dependency in my php5 module here is what I get info: Loading facts in raidcontroller info: Loading facts in raidcontroller debug: Format s not supported for Puppet::Resource::Catalog; has not implemented method ''from_s'' err: Could not retrieve catalog from remote server: Error 400 on SERVER: Duplicate definition:
2012 Apr 03
6
2 package resources for the same package installation in two differents modules caused errors
Hello, We had the following situation where including two classes that were ensuring the installation of the same package "php5-imagick" and it was causing an error indicating that two ressources of the same name are forbidden (sorry, I don''t have the exact message error since we fixed quickly the error). Since we are newbies in puppet, we would like to understand what this
2007 May 23
1
Debian etch packages of php5-xapians have old style flat function interface
I'm running Debian stable (etch) on a server, and have the following Xapian packages installed. root@seagrass:/etc/php5/apache# dpkg -l | grep xap ii libxapian-dev 0.9.9-1 Development files for Xapian search engine l ii libxapian13 0.9.9-1 Search engine library ii php4-xapian
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): >> >> >> "
2015 May 11
2
appdynamics php agent prevented by SELinux
Hey guys, I've got another C7 problem I was hoping to solve. I installed appdynamics-php-agent-4.0.5.0-1.x86_64 on a C7.1 host. It's failing to communicate with it's controller on another host. And this is the interesting part. Whether or not I have SELinux enabled, I have apache reporting SELinux problems. [root at web1:~] #getenforce Permissive May 10 20:47:56 web1 python[25735]:
2013 Apr 24
2
puppet apache module dependency cycle
I am trying to use puppetlabs apache module on CentOS to install mod php package. class {''apache::mod::php'': } It returns error "Error: Could not find dependency Package[httpd] for A2mod[php5]". I am using Puppet 3.1 version. Do I need to call class{''apache'': } explicitly to get mod-php install working? If I try that as follows then it
2006 Jan 23
3
[OT] Lighttpd + AWStats
Hello ~ I have posted a tutorial on my blog, http://www.benr75.com/pages/lighttpd_awstats_tutorial, on how to get AWStats and Lighttpd to work together. I thought it might be of interest to Rails folk as I know many run Light. Enjoy, -- Ben Reubenstein http://www.benr75.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
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
2006 Feb 21
1
0.9.3+ bindings and php5
hi all, i noticed php5 is now supported, however ./configure isn't seeing it. here's a snippet from running ./configure: ----- checking for php-config... /usr/bin/php-config checking for ... no checking for php5... no checking for php... no ----- 'php-config --version' reports '5.0.5-pl5-gentoo' any ideas? thanks much, andrew
2007 Oct 18
3
Changing php5 with php4 in CentOS 5
Hi, In our server CentOS 5 is installed. Some of our web pages are compatible with php4 but in centOS 5 , php5 is installed and we cannot see our pages. I want to remove php5 and install php4 but i could not find php4 rpm for CentOS 5. Can anybody help me? Thanks Can ?izer -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Sep 20
3
running php4 and php5 parallel
Is it possible to run php4 and php5 parallel in Centos4 somehow? If the parallel php5 could be installed from rpm also that would be great also. Regards, Peter
2018 Apr 05
1
Centos 7 LAPP setup PHP 5 vs 7
Another questions regarding my new server setup. As with the Postgresql setup, different pages describing setting up a Centos LAPP server have differing opinions about PHP versions. The default distro's appear to still be installing PHP5 while some sites instruct on how to install PHP7. I am porting my old server which must be 10 years old, running Fedora 9 and PHP5 onto the new server,
2007 Feb 10
1
php5 rpm to be installed in parallel with php4?
Hi, I'm looking for a php5 rpm which I can install in parallel with php4. Therefore, the centosplus rpm is (AFAIK) not usable for me as it replaces php4. Does centos provide an php5 rpm which does not touch my php4? Is there a matching srpm on web? Sorry, if this question is a FAQ. Thanks for your help :) fs
2006 Mar 28
3
compiling php with fcgi on tiger
I can''t figure out how to compile php with fcg enabled. I found a website which gives an example of how to write options in configure http://scoops.totallyrule.com/articles/2006/02/01/mysql5-ab-package-and-php5 So I wrote ./configure --prefix=/usr/local --program-suffix=5 --enable-fastcgi --enable-discard-path --enable-force-cgi-redirect --with-mysqli=/usr/local/mysql/bin/mysql_config
2006 Sep 01
2
PHP5?
Hi everyone, I wish to run PHP5 on my web servers. Does CentOS support PHP5 yet or does this have to be manually built? Thanks.
2006 May 13
2
PHP5 questions
If I install PHP5 from centosplus it will replace PHP4, is this correct? Or is there a way to have it installed in parallel? I know I can't run both modules at the same time, but I'd prefer having them installed in parallel, so I can switch back/between easier. When I try updating I get a dependency warning from php-eaccelerator (from dag repo) - can I ignore that? Searching thru my
2006 Jan 27
59
Why Macs instead of AMD or Intel ? Just curious
My first computer was a Mac (SE30) but it was also my last so I am not without appreciation of Apples wonderful aptitude for design. Without starting a flame-fest why do so many ruby and rails developers use a Mac ? It seems to be a commonality within the ruby and RoR community. Especially laptops. The first ruby users group meeting I attended was about 50% Macs (or so it seemed to me - I