Tagged Questions
0
votes
0answers
69 views
Plesk Backup Strategy + Backup own configs for installed Programs
I'm administering a server which is managed by plesk. Also there are additional programs installed, like ldap for example. And there has been a ton of changes to configurations around apache, like ...
0
votes
0answers
101 views
Web-based configuration service for distributed LAMP-stack
I have a set of virtual linux hosts, each will perform a specific part in a LAMP stack (a database host, static frontend, apache backend etc.) Is there any web-based administration panel that would ...
1
vote
1answer
573 views
Using Augeas to modify Squid configuration
I'm running squid-deb-proxy and I want to alter the configuration using Puppet/Augeas.
When I try this:
augeas {'squid-deb-proxy.conf':
lens => 'Squid.lns',
incl => ...
0
votes
1answer
207 views
Apache configuration in production environment
I have an apache configuration (the test version) that is working good. When I pass to production configuration, my clients says that they have the error 400 bad request when requesting web services ...
1
vote
1answer
60 views
Cataloging web/db/app servers in an organisation - Excel/Wiki/?
I've inherited "ownership" of various servers (the hardware itself and server software that runs on in - lots of Apache/Oracle/MySQL) with a wide variety of configurations. I'm a developer - I've been ...
2
votes
3answers
424 views
maintaining entries in linux config files like syslog.conf automagically in a robust manner
sometimes I want to automatically add a config to a conf file that I can scriptably remove later, for example I want to temporarily make 10 hosts log to a remote syslog server. So I so something like ...
5
votes
4answers
4k views
Puppet : How to override / redefine outside child class (usecase and example detailled)
The use case i try to illustrate is when to declare some item (eq mysqld service) with a default configuration that could be included on every node (class stripdown in the example, for basenode), and ...