The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
8 views

ModuleFile for OpenFOAM doesn't export enviroment

I'm setting a OpenFOAM installation with Modules, but I'm able to get the OpenFOAM enviroment available. It needs the execution of a own bashrc to set the enviroment, so I do in the modules file: ...
0
votes
2answers
50 views

installing MIME::Tools fails with an error in t/Smtpsend.t

System: debian 7 x64 RC 1 Perl Version:v5.14.2 When trying to install MIME::Tools I can't get it to properly compile. cpan[4]> install MIME::Tools Going to read '/root/.cpan/Metadata' Database ...
0
votes
2answers
47 views

Where to find the mod_cgi.c script

Where is the mod_cgi.c script, or where are all the modules in the apache software? I have a problem with the RLimitNProc settings on my server, because this settings don't work properly. I've found ...
0
votes
0answers
259 views

tun device fails to load due to missing modules.dep [closed]

Our hoster (ovh) apparently removed tun/tap support from the kernel root@ovh:/lib/modules# modprobe tun FATAL: Could not load /lib/modules/3.2.13-grsec-xxxx-grs-ipv6-64/modules.dep: No such file or ...
1
vote
1answer
38 views

Puppet 3.0: am I supposed to be able to invoke a module from a similarly named subclass of another module?

I have a module named drbd which I need to use in another module named hacluster. Initially I thought to segregate drbd's stuff in its own class like this: modules/drbd/[stuff] # this ...
0
votes
1answer
255 views

Enabling mod_headers on apache2

I'm trying to enable the module "headers" into my apache2 installation on ubuntu 10.04 system, here's some info: Server version: Apache/2.2.14 (Ubuntu) when I run the command: a2enmod headers I ...
1
vote
2answers
58 views

Why each process of Apache loads all related modules?

Every time an httpd process is started it will access all PHP and Apache modules. Is there any way to change this behavior?
3
votes
1answer
221 views

Cpan/m fails to install Cache::Cache because of method “set_size”

just starting out with perl (trying to get an Request Tracker install working): For some reason I can't install Cache::Cache! (or rather the tests are failing): Notes: perl 5.8.8 on CentOS 5.8 Final ...
0
votes
2answers
302 views

How can I use shared functions in a remote Powershell session?

I have some Powershell scripts for setting up IIS web applications, message queues, etc. They use a set of shared function libraries we've created - so each script starts with the line . ...
0
votes
0answers
67 views

Would you recommend project honey pot's mod_httbl? [closed]

I'm very interested in project honey pot. It seems like a smart way of blocking harversters etc from your web server. I found out about mod_httpbl for apache but I haven't find much to read about it ...
0
votes
0answers
174 views

Is there any replacement for Webmin file manager? [closed]

I was wondering if there is any third party module to replace Webmin Java file manager. I couldn't find anything in Webmin website. so is there anything I can try?
1
vote
2answers
135 views

Automating Jenkins module install

Is there any way to automate the install of modules within Jenkins? I'm trying to script/automate the install of my CI box as much as possible. I have just about everything working but at the moment ...
0
votes
1answer
1k views

Fatal: module iscsi_trgt not found — trying to get my iscsi target to run on debian

Sorry about the formatting below... Linux Microknoppix 2.6.39.3 #21 SMP PREEMPT Sat Jul 23 09:48:39 CEST 2011 i686 GNU/Linux modprobe iscsi_trgt results in FATAL: Module iscsi_trgt not ...
2
votes
1answer
143 views

Installed mod_geoip, but is not appearing in php $_SERVER variable

I just installed mod_geoip on a dedicated server, I did something like this: cd /usr/share/GeoIP/ wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz gzip -d ...
4
votes
1answer
197 views

add_header directives in location overwriting add_header directives in server

Using nginx 1.2.1 I am able to add multiple headers using add_header as follows: server { listen 80; server_name localhost; root /var/www; add_header Name1 Value1; <=== ...
1
vote
2answers
167 views

How to install python modules for specific python version

I needed to install UCS2 python next to UCS4 python. So I went to comp.lang.python and asked them about it. Probably not the best place to ask it, but they answered ...
3
votes
1answer
287 views

Kernel appears to have no modules

Useful info: OS: CentOS 5.8 final Kernel: 2.6.32-042stab056.8 My kernel came prebuilt with the server, I don't know anything about kernels and not a lot about linux however as far as I do know I ...
2
votes
1answer
80 views

Restored server from backup, now I'm missing a lot of modules

I had to restore a trashed filesystem from backup, now its not loading a lot of modules lsmod before: http://pastebin.com/MxEDZmqs lsmod after: http://pastebin.com/BthWiVXL It was a different ...
0
votes
1answer
161 views

how to install apache modules with apt-get

Like this titles say, can you install Apache modules with apt-get? or do i have to find the .so file and configure it all manually? I thought i saw that some could, didn't know if that applied to all ...
0
votes
1answer
980 views

How can I find installed php extensions on Debian?

Is it possible to get a list of installed php extensions on Debian? Is there any simple way to find which extensions exist in debian php packages and which have to be compiled manually (actually three ...
1
vote
1answer
344 views

could not load modules on centos directory does not exist?

im trying to allow ftp access on my server I am running Centos 5.x i have instantiated the correct rules in my iptables but when trying to load "ip_conntrack_ftp i get this error: FATAL: Could not ...
3
votes
1answer
475 views

Find out if an Apache module can be disabled from website usage

I can see the list of core and other modules loaded by apache using the below command: $ apache2ctl -t -D DUMP_MODULES Loaded Modules: core_module (static) mpm_prefork_module (static) http_module ...
0
votes
0answers
33 views

Is there a virtualmin fossil-scm module

I recently installed Virtualmin to help me manage a dev server as well as a repository for version control. I've decided at this point that Fossil-SCM is the right repository for my purposes however I ...
0
votes
3answers
83 views

PHP cannot open shared object file

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php53/modules/mailparse.so' - /usr/lib64/php53/modules/mailparse.so: cannot open shared object file: No such file or directory in ...
0
votes
1answer
230 views

python 2.7 3rd party modules not accessible all users

I have an custom install of python 2.7 /opt/python7.2/ built from source using the following flags: ./configure --prefix=/opt/python-2.7/ --enable-shared and make altinstall; make install on a RHEL ...
2
votes
3answers
60 views

Managing installation of non-distro software

I'm looking for ways to manage the installation of non-distro software, with multiple versions of the same software installed simultaneously. For example we'd have ProgramA 1.6 and ProgramB 1.7 ...
0
votes
1answer
91 views

How is the PHP extensions/modules file structure logic based?

I'm trying to configure/build PHP 5.3.10 on Linux/Slackware 12 but the extensions appear in the wrong directory when I run make install. In the php.ini file is the extension dir defined: ...
1
vote
0answers
109 views

Adding e1000e module to SLES 9sp4 install CD?

Even though SLES 9.0sp4 is ancient (we are finally soon transitioning to the current version of SLES), we still need to be able to install it. Problem is that some new equipment we want to install it ...
1
vote
0answers
200 views

Limit download speed,bandwidth, and connections for files on linux?

I have mod_cband installed for my Apache server, but I have no idea how to make it do what I want. This is what I need it to do (per ip) Limit download speed while downloading a file through http ...
0
votes
2answers
155 views

Debian Kernel upgrade - problems with module

I am trying to update my Debian Server (version 6.0.3 returned from lsb_release) from kernel 2.6.8 to 2.6.32, but it keeps saying, that my Network Driver is tg3 even though I have create a blacklist ...
0
votes
2answers
113 views

How can I install a perl module available only to my user ID?

I need to install some Perl Modules for my Perl scripts. However those modules are not available on the servers I want to run the scripts on. I also do not want to mess with server wide library ...
2
votes
1answer
265 views

On centos 5.7 using apache2 should I disable the list of default modules that are enabled to improve performance and security.

On centos 5.7 the default Apache / httpd install has a number of modules enabled by default. Should I disable all the modules and only enable the bare minimum of modules that we need. Will that ...
1
vote
2answers
399 views

Add Subversion to XAMPP Apache install

I am trying to get my Apache server restarted after trying to install Subversion. I have added the following lines to my httpd.conf file for Apache: LoadModule dav_svn_module ...
1
vote
2answers
970 views

Can't load module in Ubuntu - Operation not permited

If I do: sudo insmod module.ko I get: insmod: error inserting 'module.ko': -1 Operation not permitted modinfo gives me: filename: module.ko license: XXX Proprietary version: ...
1
vote
1answer
65 views

Building Apache modules separately without rebuilding all of Apache

I have an operational and compiled from source Apache installation with shared modules enabled. I now want to use mod_proxy but at the time I built my Apache server I didn't know I would need this ...
0
votes
1answer
127 views

Apache2 missing authz_host randomly

I haven't updated a single piece of software, yet sometime in the past few days my Apache installation has broken. Everything was installed using lamp-server and had been operating fine for the past ...
11
votes
3answers
1k views

Can you determine which Apache modules have been used and can be removed?

I, like many people, have a relatively out-of-the-box Apache installation with a lot of default "LoadModule" lines. Since the beginning, I've installed a lot of software, and to be honest, I don't ...
1
vote
1answer
170 views

Apache installing a module

I need to install several Apache modules, which for some strange reason are not present in /etc/httpd/modules/ (including mod_deflate, mod_headers and mod_expires). The strange part is that according ...
1
vote
1answer
1k views

How to actually use the nginx HTTP Auth module?

I've always used Apache 2 for authentication, now I'm using nginx, I have no clue how to include authentication for nginx, do I still use the .htaccess file? I want to use the authentication module ...
1
vote
1answer
96 views

Nginx module to remove lines in html output

I got production server with nginx and php , I googled for a way to remove lines in html output and minify it ... ended with 2 modules I cannot implement even on my testing fedora server ( I am ...
0
votes
1answer
238 views

Trim out useless apache modules

I'm running a shared hosting environment with about 100 sites - I just took a peek at all the modules apache is loading/using, some of these I don't know what they are or do or if they are useful at ...
0
votes
1answer
175 views

mod_proxy security issues

A friend is asking me about mod_proxy modules , They have a server that was recently attacked using mod_proxy and after checking his logs he said he wasn't vulnerable to those attacks since they have ...
0
votes
1answer
555 views

Install LWP Perl module on debian + Others

I'm just wondering if anyone can tell me how you install the following perl modules on debiab : install LWP install DBI install DBD::mysql install GD I tried with CPAN although when I ran perl ...
0
votes
1answer
182 views

How to have Apache 2.2 use an earlier version of libapr?

I'm using a module in Apache that requires libapr-1.0.3.8, which is in my lib/ directory, but it appears my installation (via MacPorts) is using 1.0.4.5. Can I force Apache to use the earlier ...
2
votes
2answers
339 views

Apache: How to Use Modules?

As I see in the httpd.conf file some codes needs these wrappers Directory, IfModule, Files, IfDefine, Location.. and some nothing. But I don't really understand what should I use where and why? For ...
0
votes
1answer
2k views

How config for mod_fcgid Apache modules

I get this error in server's error_log HTTP request length 132355 (so far) exceeds MaxRequestLen (131072) when upload a files. I want config MaxRequestLen's size is bigger I changed in .htaccess ...
0
votes
1answer
384 views

How to create initramfs with non-modular kernel?

I've got following situation, I currently I use dm-crpyt on top of vlm on my rootfs and I need initramfs for unlock and mount LVM volumes. It works well with modular kernel, I compile kernel, create ...
0
votes
1answer
357 views

How to install mod_fastcgi.so into apache

How do I get the mod_fastcgi.so module and load it into apache2? I need it for a deployment of trac. Thanks!
1
vote
2answers
161 views

Statistics about php setups / What extensions are installed by default [closed]

I'm trying to get some statistics about how most PHP sites are configured, specifically what extensions are installed on them. I'm particularly interested in knowing if Mcrypt is installed or not. ...
1
vote
1answer
281 views

mod_rpaf with nginx + apache causes 502 error (firephp fault)

I have such trouble. There are nginx (as frontent to apache) and apache with mod_rpaf installed. It worked good for a month or so. But today error 502 returned to some requests to php (not all ...

1 2