Displaying 20 results from an estimated 5000 matches similar to: "Apache Passenger: Action 'configtest' failed"
2013 May 24
0
Apache Passenger Fail
I just setup my puppetmaster with passenger and I get the following error.
Any help would be appreciated. I''m on Ubuntu 13.04
puppet@puppetmastervm:/etc/apache2/mods-available$ sudo service apache2
restart[sudo] password for puppet:
Syntax error on line 3 of /etc/apache2/sites-enabled/puppetmaster:
Invalid command ''PassengerHighPerformance'', perhaps misspelled or
2014 Aug 29
0
Using puppet with Apache mod_disk_cache and passenger over SSL
I have tried to setup Apache with passenger to host the puppetmaster but I
also want to cache. I have no problems running puppet within Passenger with
httpd. I also enabled mod_disk_cache within Apache. However, I still see my
puppet client htting the puppetmaster and the puppetmaster compiles the
manifest every time. In /var/cache/mod_cache, I can see that the data was
properly cached.
2015 May 11
0
Authenticating Apache Against Active Directory
On 05/11/2015 08:24 AM, James wrote:
> Hello,
>
> Using Nagios on Ubuntu 14.04.1 LTS. I'm attempting to authenticate
> users against Samba 4.2.1. When I edit 'apache2.conf' with
>
>
> <Directory />
> Options FollowSymLinks
> AllowOverride None
> Require all granted
> Allow from all
> AuthName
2015 May 11
6
Authenticating Apache Against Active Directory
Hello,
Using Nagios on Ubuntu 14.04.1 LTS. I'm attempting to authenticate
users against Samba 4.2.1. When I edit 'apache2.conf' with
<Directory />
Options FollowSymLinks
AllowOverride None
Require all granted
Allow from all
AuthName "AD authentication"
AuthBasicProvider ldap
AuthType Basic
2013 Jul 23
3
Debugging Puppetmaster with Apache/Rack/Passenger
Hi,
I''m currently trying to debug a performance issue I''m having. Therefore I
would need "DEBUG" output. When using one puppetmaster process, this is
fairly easy by starting it like this:
> puppet master --no-daemonize --debug
Now I need to see this debug output when running puppetmaster the way I
ususally do - using Apache/Rack/Passenger. After looking
2012 Feb 06
1
Puppet / Passenger SSL Problems with DRBD
I am working on setting up a Puppet configuration where some of the
data is stored on a DRBD volume. The modules and vardir are stored on
the drbd volume. The puppet.conf files point to the drbd volume for
vardir. I created a cert for a VIP puppet-master using the puppetca --
create command
I had everything working on the primary drbd node, but when I fail
over, everything starts up fine, but I
2011 Jul 01
0
Puppet dashboard cannot work behind a Apache reverse proxy?
Dear All,
I already deploy puppet-dashboard with passanger.
i''m want to try puppet-dasboard work in like myserver.com/puppet-report
using apache proxy reverse, but still getting work, its just show the
index then when i try to click
some link like nodes, its will be goto myserver.com/nodes, not to
myserver.com/puppet-report/nodes
its just work if i try to reverse to myserver.com.
2011 Jun 29
0
Setting up puppetmaster-passenger on Debian
I am at the end of my rope here so I pray to the gods that
puppet-users can help.
Using Debian apt-get install puppetmaster-passenger you get a fairly
complete puppetmaster setup. I have the Pro Puppet book next to me and
following Chapter 4 on setting up Puppet with Passenger I can see that
apt has already done most of the ground work.
For example the config.ru script is owned by puppet,
2011 Oct 10
0
passenger , ruby on rails , apache 2.2.21
Hello,
I am configuring apache 2.2 to serve my rails app through passenger.
First, I redirect all http traffic to https with the following:
This is my web server apache conf file.
ServerName sampleapp
NameVirtualHost *:80
<VirtualHost *:80>
Options FollowSymLinks
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
2010 Aug 20
5
puppet dashboard gui looks odd from apache2
I downloaded the puppet-dashboard.git from
http://github.com/puppetlabs/puppet-dashboard and did the installation
in my
ubuntu lucid puppet server following the steps in "Installation".
Now I can run it fine using the WEBrick like this
root@sys-ubuntu { ~/git/puppet-dashboard }$ ./script/server -e production
=> Booting WEBrick
=> Rails 2.3.5 application starting on
2011 Feb 10
3
ror 3 + apache2 + passenger = apache test page
I set up Passenger on manual -
http://wiki.rubyonrails.org/deployment/apache-passenger
Passenger and Apache install without errors.
/etc/httpd/conf/httpd.conf:
>> ...
>> LoadModule passenger_module
>> /usr/local/lib/ruby/gems/1.9.1/gems/passenger-3.0.2/
>> ext/apache2/mod_passenger.so
>> PassengerRoot /usr/local/lib/ruby/gems/1.9.1/gems/passenger-3.0.2
>>
2009 Oct 19
7
Passenger Woes
Hello,
I really didn''t expect this to be difficult, but I''ve been struggling
with this all day :(
I''m running CentOS 5.3, with rubygems, rack and fastthread, from EPEL.
I''m running puppet-0.25.0-1 built from the spec file in the latest
stable tarball.
I''m using mod_passenger-2.2.5-2.el5 from Jeroen van Meeuwen (kanarip),
which is effectively EPEL
2010 Oct 19
4
Problem while installing passenger for apache
Hi,
I am trying to install passenger 3.0 for apache2 on Ubuntu 10.10.
It says that I need to install libopenssl-ruby.
But when I did ''sudo apt-get install libopenssl-ruby'', I got the
following error.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting ''libruby'' instead of
2005 Apr 22
1
Having problems with SSL and Apache on CentOS
I had a RH7.3 box that provided some web services, but the hard drive
recently started to throw errors. So I got another drive and built a
new system using CentOS4. Unfortunately, there is no one to one as far
as Apache since COS4 uses Apache 2 and there is a dramatic difference
in the way the config files are done. I have managed to get it to
recognize the directory on my other drive after
2012 Mar 09
6
Puppet Dashboard - Directory Index Forbidden
Hello all
Puppet, puppetmaster, ruby, etc installed from standard Ubuntu 11.10 x86_64
APT repos
Dashboard 1.26 from .deb pulled from
http://apt.puppetlabs.com/pool/oneiric/main/p/puppet-dashboard/
Apache config pulled
from /usr/share/puppet-dashboard/ext/passenger/dashboard-vhost.conf
My simple test with webbrick worked a treat. So I installed Apache and
passenger mod (from Ubuntu APT
2009 Apr 30
10
tweaking Passenger/Rack for performance.
so here are my unorganized thoughts on Passenger settings.
* PassengerMaxPoolSize
This depends a lot on two primary variables. a) How much RAM you have.
b) How much resident memory is needed for your environments/modules.
Only way to determine this is with tweaking, and you''ll need to be
much more conservative than the suggested settings on the Passenger
docs as your app takes up a lot
2012 Jun 12
1
Dashboard with RackbaseURI / and RailsAutoDetect off
Hi all
I am testing an installation on SLC 6.2 I am trying to configure my Vhost
so that RailsAutoDetect is set to off, and RackBaseURI /
However I keep in getting an error as follows:
*Error message:*
No such file or directory - config.ru
*Exception class:*
Errno::ENOENT
*Application root:*
/usr/share/puppet-dashboard
If I take out the RackBaseURI statement and return the
2009 Mar 08
2
Premature end of script headers error using Rails 2.3.1 and Passenger 2.1.1
I''m getting an HTTP 500 Internal Server Error using the latest beta of
Rails (2.3.1 aka 2.3 RC2) and Passenger (2.1.1) beta under Ubuntu
Intrepid (8.1).
I''ve put the Passenger configuration files into two separate files
under mods-available and I''ve created symbolic links from mods-
enabled. The default way of the Apache configuration under Ubuntu 8.1,
just
2020 Jun 18
3
Can't access Squirrelmail on Centos 8
> On Thu, 18 Jun 2020 16:11:01 -0400
> Jay Hart wrote:
>
>> Any suggestions????
>
> selinux issue?
I turned the firewall off and tried to access /webmail and the configtest file, Turning off the firewall resulted in same issue.
>
> I have this in my squirrelmail notes for Centos 6, maybe this is a similar issue for you on Centos 8:
>
> After configuring
2010 Jun 16
2
passenger and apache mpm's
Hi!
Is it safe to run phusion passenger with all apache kinds of MPM?
regards
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to