search for: webserver

Displaying 20 results from an estimated 1884 matches for "webserver".

2006 Feb 01
0
Kernel Panic
Greetings, Had a system lock up last night. I've captured the following data from the logs: Jan 31 18:13:04 webserver kernel: Unable to handle kernel NULL pointer dereference at virtual address 00000400 Jan 31 18:13:04 webserver kernel: printing eip: Jan 31 18:13:04 webserver kernel: c013f952 Jan 31 18:13:04 webserver kernel: *pde = 20ae6001 Jan 31 18:13:04 webserver kernel: Oops: 0000 [#1] Jan 31 18:13:04 webser...
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 so... :) -- Cordi...
2015 Feb 12
2
Samba4 kinit issue with principal and keytab file
Hi All ! Using Samba Version 4.1.12, updated from source from 4.0beta1 I've created a user, let say kerbuser, for a web server to authenticate with kerberos and provide SSO to the end-users. In my example, my domain is MYDOMAIN.LOCAL, the apache server is webserver.mydomain.local and the AD user is kerbuser I've added a principal on the user and exported everything in a keytab so the result of a ktutil list is the following : 1 2 HTTP/webserver.mydomain.local at MYDOMAIN.LOCAL 2 2 HTTP/webserver.mydomain.local at MYDOMAIN.LOCAL 3 2 HTTP/webserver.m...
2007 Jan 17
11
scope issue after upgrade
I just upgraded to 0.22.0 from 0.18.4 and I''m running into what I think are problems due to changes in scope rules. In my site.pp manifest, I have the following: import "classes/*" node nfsserver { include nfsserver } node webserver { include webserver } class cluster1_sites { website { "example.com": ...; "example2.com": ...; } } node www01,www02 inherits webserver { include cluster1_sites } node fs01 inherits nfsserver { include cluster1_sites } The idea is that new websites can be adde...
2007 Oct 05
5
DRbConnError when using script/runner
...as_ferret (stable from svn) in a rails 1.2.3 app in production using the DRb server. I recently upgraded my configuration and the method with which I start and stop the server no longer works: Here is the command I would like to use (and have used in the past) to start the aaf server: $ /Library/WebServer/rails/ccdb/current/script/runner -e production /Library/WebServer/rails/ccdb/current/script/ferret_start /opt/local/lib/ruby/1.8/drb/drb.rb:736:in `open'': druby://localhost:9090 - #<Errno::ECONNREFUSED: Connection refused - connect(2)> (DRb::DRbConnError) from /opt/local/lib/...
2007 Dec 13
1
Help me understand class namespacing
I asked on IRC but no one responded. Suppose the following: class basenode { include users include security class webserver { include apache, php } } node web1a { include basenode::webserver } Does node web1a imply including users and security specified under class basenode as well? Similarly, does this mean the same thing? class basenode { include users include security } class basenode::webserver { in...
2004 Sep 02
2
Redirect to intranet webserver if not on maclist
First off, I want to say that everyone on this list is great. So heres what I want to do..I have a maclist setup with all my users (roughly 400). There are constantly people leaving (deleting their accounts which removes their MAC address) and registering for internet access ( I have a php webserver that registers them, adds them to the maclist, and allows them on the net). Is there a way to force the computers that are not on the maclist(not registered) to my registration webserver automatically? Right now, the user has to stop what the browser is trying to process and then type in the webs...
2013 Jun 04
11
Share Hiera configuration between 2 nodes?
...am trying to use Hiera in puppet 3 and I have two nodes that both need the same configuration. In this case they are two web servers which have the same apache configuration. Rather than creating two seperate hiera files for node1.yaml and node2.yaml is there a way to group these by role (e.g. webserver.yaml)? I want to avoid duplicating the configuration if possible and keep the data in hiera. Thanks! Joe -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email t...
2005 May 10
4
SIPURA SPA-2000 webserver dead after firmware upgrade
I just got a refurb Sipura SPA-2000 and was able to assign it an IP address with DHCP and ping the device, but then I ran the firmware upgrade utility to bring it up to spa2k-2.0.13g which seemed to work just fine, but after it rebooted I cannot connect to its webserver for configuration. I can still ping the unit. When I use the built in voice menu it reads back the right IP address, webserver port, and claims the webserver is enabled, but I can't connect to port 80 on the device and running the firmware upgrade utility says that it cannot connect to the un...
2007 Jan 30
2
"self-awareness" from a definition?
Looking at Puppet for a new installation. Wondering about the following capability: Say I have a reference to some definition, where I call out a relationship: silo( webservers => "server1", databaseservers => "server2" ); (sorry if syntax is incorrect). Is it possible for the definition of this to trigger "server1" to be in a "webservers" class and invoke webserver "appropriate" things, and "server2" t...
2005 Mar 15
0
0.10.0, Routes and Query strings
...#39;' This is all cool and everything works fine http://www.siteroot.com/ maps to http://www.siteroot.com/main_controller/index But when I add a query string to the end like this... http://www.siteroot.com/?offset=10 ...the poop hits the fan And I get this stacktrace in my error.log /Library/WebServer/sidewayspony/public/../config/..//vendor/activesupport/lib/active_support/core_ext/hash/keys.rb:27:in `symbolize_keys'': undefined method `to_sym'' for nil:NilClass (NoMethodError) from /Library/WebServer/sidewayspony/public/../config/..//vendor/activesupport/lib/active_supp...
2008 Oct 22
5
LDAP Problem
...description: Default objectClass: device objectClass: top objectClass: puppetClient puppetclass: defaultapps # basenode, Hosts, xyz.com dn: cn=basenode,ou=Hosts,dc=xyz,dc=com cn: basenode description: Basenode objectClass: device objectClass: top objectClass: puppetClient puppetclass: baseapps # webserver, Hosts, xyz.com dn: cn=webserver,ou=Hosts,dc=xyz,dc=com cn: webserver description: Webserver objectClass: device objectClass: top objectClass: puppetClient parentnode: basenode puppetclass: apache puppetclass: squid puppetclass: named # www1.testing.com, Hosts, xyz.com dn: cn=www1.testing.com,ou=H...
2020 Jan 30
5
SSH certificates - restricting to host groups
...llo, I am trying to work out the best way to issue SSH certificates in such way that they only allow access to specific usernames *and* only to specific groups of host. As a concrete example: I want Alice to be able to login as "alice" and "www" to machines in group "webserver" (only). Also, I want Bob to be able to login as "bob" and "www" to machines in group "webserver" (only). I have been through the ssh-keygen and sshd_config manpages, and various blog postings, in particular Facebook's one here: <https://engineering.fb...
2012 May 08
1
deploying class *only* via puppet kick
I''m trying to set up a system in which the web devs can deploy new websites via puppet kick. I''m not having a problem with puppet kick itself, but rather figuring out how to make my "webserver::sitelist" class *only* get deployed via puppet kick, and not have it regularly evaluated in the nodes.pp file. I don''t want webserver::sitelist to ever get automatically run by the puppet daemon. I only want that manually run via puppet kick. Here''s my puppet kick comma...
2005 Jul 06
4
Server and router on the same box
Hello list. I''m trying to set up traffic shaping on a (web) server which is also a router(NAT) for my LAN. It is connected to the LAN via Ethernet and also has PPP Internet connection on another interface. I need traffic shaping to make sure that the upstream is fully available to the web-server when it''s active so when a LAN client is bulk downloading the web-server clients
2007 Jun 12
3
ip_conntrack table filling up, dropping packets
Hi, my ip_conntrack table is filling up and now my server is dropping packets. I'm running CentOS release 4.4 (Final) on a fairly busy webserver. The table is full of various connections, including a lot of "ESTABLISHED" tcp connections from my webserver (the src is my webserver ip), and some other random connections to my webserver, and many "ASSURED" connections. So why is it filling up? I changed the default timeout...
2004 Aug 06
2
I can´t access from my intranet to the webserver using www.mydomain.com ....
I´m not suscribed to the list. Hi, i have a little intranet with 2 servers, both of them are running mandrake 10, one of them is dedicated as firewall and router, this one use shorewall 2.0 and has been configured like says on the quick guide for two interfaces. The other one is been used as webserver, mail server and ftp server. I used apache 2.0 as webserver. Thing is that i can access the webserver from the intranet and the internet, but i can access the server from the intranet only if i use the server IP, i would like to access to it using www.mydomain.com from any terminal from the in...
2006 May 19
2
RoR and IBM Webservers
Folks, is it possible, or has anyone, gotten RoR to run any any IBM webservers? If so, can you offer details, links, advice, etc? Thanks, Marcus -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060519/d3c4adaf/attachment.html
2010 Dec 10
4
How To Run VB6 Appliactions with SQL Server 2000 at back end
...ations in Ubuntu 10.10 under Wine. So far I have managed to run the Application by running the exe of the application through Wine but the application cannot access the database which is SQL-Server 2000 and this SQL server is running on Win2003 Operating system and the name of this machine is "webserver" and its ip is 192.168.41.87. Actually the developer has used either machine name or ip in the code. How can this be configured so that Wine can see it and able to read and write data. Please guide me I am a new bie in Linix.
2007 Jul 20
2
CentOS based router dropping connections
Hello, I am trying to figure out a problem I'm having using CentOS on a machine as a router. The short story is: any traffic routed through the router seems to get disconnected at random occasionally. The hardware setup is: I have two switches, the router sits between them, the webserver on the LAN switch. The machine I'm using for the router is a Dell 860 1U rackmount with two NICs, one NIC on the internet, one NIC on the LAN. The routing setup is: I'm using IPTABLES for routing, with the following command: iptables -t nat -A PREROUTING -p tcp -m tcp -i eth1 --dport 668...