Displaying 20 results from an estimated 782 matches for "apache2".
Did you mean:
apache
2007 Oct 12
1
use ps -ef check service have some error.
hi,all.
I found that use the ps -ef command to check a service status
have some error. I test it .
run puppetd --debug --tags apache2 ,get this message.
=============
debug: Service[apache2](provider=debian): Executing ''ps -ef''
debug: Service[apache2](provider=debian): PID is 12062
============
but the apache2 service is not running. and if I run ps -ef|grep
apache2 ,may be get this meesage
============
m9...
2010 Aug 20
5
puppet dashboard gui looks odd from apache2
...ach
=> Ctrl-C to shutdown server
[2010-08-20 15:06:23] INFO WEBrick 1.3.1
[2010-08-20 15:06:23] INFO ruby 1.8.7 (2010-04-19) [x86_64-linux]
[2010-08-20 15:06:23] INFO WEBrick::HTTPServer#start: pid=8489 port=3000
And I can see all the nodes through the web.
Bu I am failing to see it in the apache2 + passenger. I am using
apache2 + passenger to run puppet master and that is
working fine. So no issue with apache2 + passenger.
I need help with the virtualhost config, so that I can see the nodes
through the apache2''s web
I copied the ext/passenger/dashboard-vhost.conf exactly as it it...
2010 Mar 04
3
Dependency cycles, please help.
Hi,
I''m having trouble writing a recipe to handle apache/passenger.
First, here is my apache2 class, found here :
http://www.reductivelabs.com/trac/puppet/wiki/Recipes/DebianApache2Recipe
---------------------------------------------
$apache2_sites = "/etc/apache2/sites"
$apache2_mods = "/etc/apache2/mods"
class apache2 {
[...]
define module ( $ensure = ''pre...
2014 Jun 10
1
apache server-status permission denied
...t one of
my nodes.
In my httpd.conf I have the following:
<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from 127.0.0.1 10.10.160
</Location>
If I do a ps grep I know that I'm using the right config:
[root at webhosta apache2]# ps -ef | grep apache | grep -v grep | head -5
root 28359 1 0 21:38 ? 00:00:00 /opt/apache2/bin/httpd -k
start
apache 28360 28359 0 21:38 ? 00:00:00 /opt/apache2/bin/httpd -k
start
apache 28361 28359 0 21:38 ? 00:00:00 /opt/apache2/bin/httpd -k
start
apache...
2013 Jan 31
1
The way Puppet installs things fail
...5] has
failures: true
Error: Could not update: Execution of ''/usr/bin/apt-get -q -y -o
DPkg::Options::=--force-confold install php5'' returned 100: Reading package
lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
apache2-mpm-prefork apache2-utils apache2.2-bin apache2.2-common
libapache2-mod-php5 libapr1 libaprutil1 libaprutil1-dbd-sqlite3
libaprutil1-ldap libonig2 libqdbm14 php5-cli php5-common php5-suhosin
ssl-cert
Suggested packages:
apache2-doc apache2-suexec apache2-suexec-custom php-pear
openssl-blac...
2015 Apr 13
2
How to discern when like dir names exist in 2 places
with these rsync rsync [...] /var/ /dir/
rsync [...] /etc/ /dir2/
And exclude file: excl
/apache2/*
That will exclude both /var/apache2/*
and /etc/apache2/*
How can I tell rsync I want /var/apache2 excluded, but not /etc/apache2?
I mean short of using separate excl files for each run
Using something like the start of an absolute name:
`/etc/apache2/*'
Allows both /et...
2005 Sep 07
1
Compiling Apache 2.0.54 on CentOS 4.1
Has anyone gotten Apache 2.0.54 to build on CentOS 4.1? Apache
2.0.52(distrbiuted with CentOS
4.1) compiles file. This is the error:
/scratch/apache2.src/httpd-2.0.54/srclib/apr/libtool --silent --mode=link
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER
-I/scratch/apache2.src/httpd-2.0.54/srclib/apr/include
-I/scratch/apache2.src/httpd-2.0.54/srclib/a...
2012 Jan 15
1
puppet client server connection refused when I use puppet kick
....d/nagios-nrpe-server reload]) Dependency File[/etc/
nagios/nrpe.cfg] has failures: true
Jan 15 14:01:24 www puppet-agent[20903]: (/Stage[main]/Nagios/
Exec[/etc/init.d/nagios-nrpe-server reload]) Skipping because of
failed dependencies
Jan 15 14:01:24 www puppet-agent[20903]: (/Stage[main]/Apache2/
File[/etc/apache2/conf.d/deny.conf]) Could not evaluate: Connection
refused - connect(2) Could not retrieve file metadata for
puppet:///apache2/etc/apache2/conf.d/deny.conf: Connection refused -
connect(2) at /etc/puppet/modules/apache2/manifests/init.pp:7
Jan 15 14:01:24 www puppet-agent[2090...
2012 Mar 13
2
vhost creation with and without ssl
...certchain = "", $certfile = "", $keyfile = "" ) {
$filename = $ssl ? {
''true'' => "${servername}-ssl",
''false'' => "${servername}",
}
file{ "/etc/apache2/sites-available/${filename}":
ensure => present,
content => template("${module_name}/vhost.erb"),
require => Package[''apache2''],
notify => Service[''...
2005 Dec 08
3
lighttpd proxy w/ apache2
I''ve tried a bunch of things trying to get ruby/apache2 and php working
together. I looked over my earlier post and followed the instructions
on ezra''s website to install lighttpd on debian. I''ve gotten really far
but I think there is one bit missing:
1. I got apache2 and php working together
2. I got lighttpd working on port 300...
2004 Dec 06
1
Help: Apache2, Tomcat5 and jk2_connector
...d first the j2sdk-1_4_2_06-linux-i586
java version...
everything was OK...
but when I try to install the jakarta-tomcat-connector
I get an error when executing the make command...
./configure (with parameters) work ok, with no error..
but with make I got the following:
# make
list=' server/apache2'; \
for i in $list; do \
echo "Making $target in $i"; \
if test "$i" != "."; then \
(cd $i && make) || exit 1; \
fi; \
done;
Making in server/apache2
make[1]: Entering directory
`/home/jakarta-tomcat-connectors-jk2-2.0.4-src/jk/nati...
2007 Aug 05
1
rsync always gets index.html
...still havent figured out:
while rsync does its job perfectly will, it cant refuse to transfer all files
with "index.html" in it, even if the files havent change.
example:
the following files are the same for years, but every night rsync copies them again:
opt_noraid/marcus/usr/local/apache2-140a/manual/vhosts/
opt_noraid/marcus/usr/local/apache2-140a/manual/vhosts/index.html
opt_noraid/marcus/usr/local/apache2-140a/manual/vhosts/index.html.de
opt_noraid/marcus/usr/local/apache2-140a/manual/vhosts/index.html.en
opt_noraid/marcus/usr/local/apache2-140a/manual/vhosts/index.html.ja.jis
op...
2011 Oct 31
6
useradd question
I am using Ubuntu LTS 10.04 with the backported puppet
2.6.1-0ubuntu2~lucid1
I am trying to create user with the following manifests but at the end
always getting the Could not find user git error message:
What am i missing, seems the manifest not creating the missing git
user.
/etc/modules/git/manifests/user.pp
class git::user {
user{''install'':
name
2011 Nov 15
0
apache2 gentoo prob
hi steve,
seit apache 2.2.21 bekomme ich beim neustart des apache
folgendes:
# /etc/init.d/apache2 restart
* Stopping apache2 ...
[ ok ]
* Starting apache2 ...
* start-stop-daemon: /usr/sbin/apache2 is already running
wenn ich dann schau,...
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
AuthLDAPGroupAttribute member
AuthLD...
2011 Dec 14
30
How can I get RVM/Passenger/Apache2 to play nicely together
Hello all,
Can anyone point me to any solid documentation on how to set up a
production server using RVM, Passenger, and Apache2? I have been at
this for a week with absolutely no luck at all so I thought I would
post here to see if anyone has managed to get this to work and written
down the steps they used.
Right now with my current implementation, I am getting a 404 error
when I attempt to locally point my browser to a b...
2007 Oct 18
1
Puppet client not working fine on Ubuntu 6.0.6
...m not sure whether puppet works fine on Ubuntu.
Also I wanted to do I package management on Ubuntu. I hope the below
should work. I count test this bcos the client doesn''t take any new
class added or deleted (update) from puppet server when running puppetd
--test
class cssn_apache2 {
package { apache2:
ensure => latest
}
file { "/etc/apache2/apache2.conf":
source => "puppet://puppet.df.comrepo/etc/apache2/apache2.conf",
mode => 644,
require => Package["apache2"]
}
group { apache2: gid => 4...
2006 Jan 03
3
RoR and Apache2 and app in local directory
...of a controller I get:
"You don''t have permission to access /~john/myapp/public/dispatch.cgi on
this server"
I''m guessing it has to do with not having CGI access in the directory,
but I don''t know how to get it set up. I haven''t touched the default
apache2.conf file (I''m not sure what to add), and adding the line:
Options +FollowSymLinks +ExecCGI
to the .htaccess file gives an error (''Options'' is not allowed in the
.htaccess file)
Does anyone have any hints or tips on what I need to change? I''m sure
it'&...
2009 Sep 10
2
passenger with ruby enterprise edition
Hi I am failing to start apache2 with ruby enterprise edition and
passenger 2.2.5
[Wed Sep 09 17:38:20 2009] [notice] Apache/2.2.11 (Ubuntu)
mod_ssl/2.2.11 OpenSSL/0.9.8g Phusion_Passenger/2.2.5 configured --
resuming normal operations
*** Exception LoadError in PhusionPassenger::Rack::ApplicationSpawner
(no such file to load --...
2005 Feb 03
1
AMP with SUSE9.2 (Apache2)
Hi all,
After pinging the AMP userlist at SourceForge, I got a great step by
step explanation as to how to set up AMP for Apache2 (some maybe obvious
stuff that wasn't in the Newbie Guide).
Thanks to Jason Becker of Coalescent Systems.
If anyone needs me to post Jason's instructions here, I can, but they
are in a thread called "AMP noob issues with Apache2/Suse9.2" at
SourceForge.
Again my thanks Jason, l...