[tools] update.script

Do you like use update.script ?

  • yes, all time

    Votes: 221 69.1%
  • no, some time

    Votes: 44 13.8%
  • some time

    Votes: 55 17.2%

  • Total voters
    320
Why Options[memory] is not gauge, growright?

And why we have maxbytes specified here as astatic (default) value from your mrtg.cfg?
 
Getting the next error when i installed mod security 2 on debian 4.

Starting httpd: httpd: Syntax error on line 19 of /etc/httpd/conf/httpd.conf: Cannot load /usr/lib/libxml2.so into server: /usr/lib/libxml2.so: cannot open shared object file: No such file or directory
 
Ill try this, but first an other bug report. I rebooted 2 of our production servers for client both had the problem that clients coulnt connect to mail. Then I found that clamd isnt starting at the boot of OS. How can I fix this?
 
Open a new topic :)

[OFFTOPIC]
You are running a company, and you can't manage your servers? Hire a system administrator.
[/OFFTOPIC]
 
Open a new topic :)

[OFFTOPIC]
You are running a company, and you can't manage your servers? Hire a system administrator.
[/OFFTOPIC]

Lol, i can manage but this script suppose to do that asswell. BTW already did locate libxml2.so when I ran on to the message. Its in /usr/lib/libxml2.so like it has to be. ;)
 
To fix mod security 2 with debian

use
Code:
LoadFile /usr/local/lib/libxml2.so
LoadModule security2_module     /usr/lib/apache/mod_security2.so
 
I've installed MODsecurity 2.5.7 included the Rules.
But is it possible to also use the rules of let's say gotroot.com?

Because if i install the rules (.conf) files in to /etc/modsecurity2
I receive error when restarting Httpd.
 
Oh Yeah, Sorry forgot the errors...just in case..

Invalid command 'SecFilterSelective', perhaps mis-spelled or defined by a module not included in the server configuration

and

Invalid command 'SecFilter', perhaps mis-spelled or defined by a module not included in the server configuration

and

Invalid command 'SecFilterRemove', perhaps mis-spelled or defined by a module not included in the server configuration
 
Oh Yeah, Sorry forgot the errors...just in case..

Invalid command 'SecFilterSelective', perhaps mis-spelled or defined by a module not included in the server configuration

and

Invalid command 'SecFilter', perhaps mis-spelled or defined by a module not included in the server configuration

and

Invalid command 'SecFilterRemove', perhaps mis-spelled or defined by a module not included in the server configuration
Those are old rules for ModSecurity 1.9. Use the newer ones on their site for 2.5.
 
Im install imap on server with your script, but i cant find configure.php
i have just /usr/local/directadmin/custombuild directory.
 
It's your choice... :D

Code:
/usr/local/directadmin/custombuild/configure/ap1/configure.php4
/usr/local/directadmin/custombuild/configure/ap1/configure.php5
/usr/local/directadmin/custombuild/configure/ap2/configure.php4
/usr/local/directadmin/custombuild/configure/ap2/configure.php5
/usr/local/directadmin/custombuild/configure/suphp/configure.php4
/usr/local/directadmin/custombuild/configure/suphp/configure.php5
 
Use "./build used_configs" to see which configuration file is used.
 
Back
Top