Displaying 20 results from an estimated 10000 matches similar to: "Suggested Rails Architectures (OS/Webserver/Other Languages)"
2007 Feb 08
1
mod_perl and httpd2
I've got httpd and mod_perl installed, but I seem to have an
application that requires part of mod_perl that doesn't seem
to be properly installed into perl, notably, the 'Apache' portion.
To 'fix' this, cpan would like to install either mod_perl-1.29,
or alternatively to install mod_perl-2.0.2. 1.29 doesn't seem
smart, and 2.0.2 absolutely will not install over the
2008 Feb 10
1
Apache2::Request on CentOS 5
Hi,
Running mod_perl, and trying to get Apache2::Request installed. I can't seem
to find an RPM for it. Has anyone got this working on CentOS 5?
TIA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20080210/abb1419d/attachment.html>
2007 Jan 10
2
request tracker
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The wiki page http://wiki.centos.org/RT_3.4.x_On_CentOS_4.x describes
step by step how to install RT. Unluckily the install fails on step 4
because auf a missing dependency:
Error: Missing Dependency: mod_perl >= 2.0.0 is needed by package rt
Error: Missing Dependency: perl(Apache2::Log) is needed by package
perl-Log-Dispatch
Error: Missing
2005 Sep 20
1
CentOS4 and Apache-DBI
Has anybody gotten Apache-DBI to work under CentOS4?
My installed rpms are:
httpd-2.0.52-12.1.ent.centos4 (came with CentOS4)
mod_perl-1.99_16-4.centos4 (came with CentOS4)
perl-Apache-DBI-0.94-1.2.el4.rf (from Dag's site)
--this includes Apache::DBI and Apache::AuthDBI
In my '/etc/httpd/conf/httpd.conf' file, I added:
PerlModule Apache::DBI
2017 Jun 02
0
more recent perl version?
Warren Young wrote:
> On May 24, 2017, at 9:38 AM, hw <hw at gc-24.de> wrote:
>>
>> Warren Young schrieb:
>>> On May 24, 2017, at 7:05 AM, hw <hw at gc-24.de> wrote:
>>>> apache uses mod_perl
>>>
>>> mod_perl was dropped from Apache in 2.4, and Red Hat followed suit with RHEL 7.
>>
>> What is it using instead?
>
>
2015 Aug 12
0
Apache mod_perl cross site scripting vulnerability
How about something like:
<Location /perl-status>
# disallow public access
Order Deny, Allow
Deny from all
Allow from 127.0.0.1
SetHandler perl-script
PerlResponseHandler Apache2::Status
</Location>
2015-08-11 14:46 GMT+03:00 Proxy One <proxy-one at mail.ru>:
> Hello,
>
> I've failed latest PCI scan because of
2014 May 06
0
poor write performance or locking issues with ocfs2
Hello all,
I've got heavy troubles with my ocfs2 environment. Cluster filesystem worked fine for about 3-6 weeks after initial setup, but since 1 week performance issues occurs. I've already searched long time in google and on this mailing list but I wasn't able to found any solution. I've found a lot of posts with "same" problems but without the magic answer :-)
2005 Feb 18
1
R crashes on Repeated ODBC Queries
Hi,
I've been up all night trying to get the following to work.
First here is the setup. I have a P4 1G mem running WinXP SP2, R 2.0.1
patched 2005-01-15, MySQL 4.1.7 and MyODBC 3.51.
I've been pulling data from MySQL using the code at the end of the post,
where start.date and end.date are chron objects and auction.type is a
string. I've been rushed so the code, especially the
2017 May 24
3
more recent perl version?
On May 24, 2017, at 9:38 AM, hw <hw at gc-24.de> wrote:
>
> Warren Young schrieb:
>> On May 24, 2017, at 7:05 AM, hw <hw at gc-24.de> wrote:
>>> apache uses mod_perl
>>
>> mod_perl was dropped from Apache in 2.4, and Red Hat followed suit with RHEL 7.
>
> What is it using instead?
There are various options. We use mod_fcgid + Plack here.
And
2008 Jun 27
0
408 Request Timeout
Dear puppet masters,
I''m having frequent timeout errors reported from my puppet clients in syslog:
Jun 27 01:23:41 nc82 puppetd[9089]: Could not call
fileserver.describe: #<RuntimeError: HTTP-Error: 408 Request Timeout >
Jun 27 01:23:41 nc82 puppetd[9089]:
2007 Dec 21
5
simulating provider in a module
Hi,
What is the best way for you to simulate a provider behavior in
modules ? For exemple if you have an webserver module and want to have
a apache2, lighthttpd prividers. How would you do so the call to the
modules functions stay like:
webserver::addvhost { ... }
and not
webserver::apache2::addvhost
Any best practices you can share ? I know that conditional include
would not work
2011 Apr 20
2
Cannot get progress bars to work w/ Apache Progress Module
I am following this screencast
http://railsillustrated.com/screencast-file-uploads-progress-in-rails-passenger.html
as well as comparing this against all the other rails Apache Progress Module
progress bar examples and I can''t figure out why I am always getting a 404
routing error:
ActionController::RoutingError (No route matches "/progress"):
I have a feeling that
2007 Oct 09
2
Failure to find definition
Hi,
I''m trying to set up apache2 under puppet, as in this recipe:
http://reductivelabs.com/trac/puppet/wiki/Recipes/DebianApache2Recipe
I have a file "apache2.pp" as shown there, and then a webserver.pp file
(see below).
On running puppetd on the client, I get this message:
err: Could not retrieve configuration: Could not find definition site in
file
2007 Mar 05
2
Scheduled workers only run once unless you call self.delete inside the worker
I had a worker scheduled to run every minute with
backgroundrb_schedules.yml:
ebay_runner:
:class: :ebay_auction_worker
:job_key: :ebay_auction_runner
:trigger_type: :cron_trigger
:trigger_args: 0 * * * * * *
This worker posts an auction to eBay from a queue of auctions every minute.
I was having a problem where the worker would run ok the first time, but
never any subsequent minutes
2006 Apr 27
2
easiest rails install for LAMP webserver?
Greetings! Here''s my first nuby question, apologies to all because it''s
probably not /your/ first time hearing one.
I''ve been learning Ruby lately, and would like to start some Rails
development as soon as school''s done. So, in the midst of finals and
term papers and moving out into the world of dial-up, I''d like to get
things set up on a hosted
2014 Nov 05
0
kernel crashes after soft lockups in xen domU
And some more information ...
Am 2014-10-13 12:04, schrieb Jonas Meurer:
> Am 2014-08-19 12:26, schrieb Jonas Meurer:
>> I encounter kernel crashes on an up-to-date Debian/Wheezy Xen domU
>> with the
>> stock kernel. The dom0 runs the same linux kernel and
>> xen/4.1.4-3+deb7u1.
>
> the bug is still reproducible with the latest kernel and Xen packages
>
2006 Mar 31
35
Frustrated with RoR environment splintering
Why isnt the RoR community focusing on robust and scalable mod_perl style of
Apache environment, rather then splintering all over the place with
lighthttp, mongrel, WEBrick, SCGI, fcgi, etc???
Its frustrating as someone who is trying to migrate to RoR.
Its very unlikely I would ever get a contract to work on any webserver
except Apache, so it would seem logicaly to focus all our efforts to
2007 Jun 05
3
custom type, recipe, how to solve this ?
Hi,
I have a little trickky thing i wanted to do with puppet, mainly this
is configuring web host on servers. I have a tree like this :
NODE
- WEB
-APACHE
- 1.x
- 2.x
- FTP
- VSFTP
- PROFTPD
- STATS
-AWSTATS
- if FTP then configure awstats for awstats
- URCHIN5
So my issue is that i want to be able to have
2007 Jun 15
0
CentOS-announce Digest, Vol 28, Issue 12
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2016 Dec 29
0
php-fpm user other than webserver user?
Hi,
I don't really know where to post this, i'll try here since i use both
CentOS and RHEL...
I'd like to know how others handle the setup of Apache httpd and PHP-FPM
when the PHP-FPM user is different from the webserver user. This is the
case in the default configuration of IUS PHP-FPM packages (not in stock
CentOS/RHEL). So I have httpd running as 'apache' and PHP