The module tag has no wiki summary.
0
votes
1answer
26 views
Installing the mysql-php module o
im trying to install mysql-php on ec2 amazon free tier but for some reason cant do it, I have installed everything else besides and that is the last thing stoping me from getting the server up and ...
0
votes
1answer
247 views
How to update and add module nginx debian
How to update nginx with adding module without deleting old nginx files/configs?
I installed nginx with apt-get install, i tried install by downloading tar.gz from nginx site but it doesnt gave any ...
0
votes
1answer
51 views
Artificially degrade apache2 performance to meet real world conditions
I want to degrade my apache2 development server performance (it's on a local network) to simulate real world conditions (lag, slow connections, random timeouts...).
Is there any apache mod to do ...
1
vote
0answers
170 views
404 Not Found on WCF RIA service call, IsapiModule crash?
IIS is crashing when my application performs the first call to a WCF RIA service. This also happens when I navigate to it directly. IIS Request Diagnostics says the following:
...
1
vote
3answers
82 views
What kind of backup plan do I need for installing perl modules in production?
I manage an application that has been rode hard and put away wet over the years, but is still expected to continue to work. The server OS has been maintained, but the Perl instance has not because ...
1
vote
2answers
92 views
File of modules list in linux
I want to know
where is the file which lists all modules in Linux kernel package for specific device ID ?
and where is that file (path)?
pci.ids and usb.ids contain the device ID and name of device ...
0
votes
1answer
121 views
Webmin time module and CentOS
When I try to install webmin time module on my VPS running CentOS I get this error message:
Failed to install standard module : Module time does not support this
operating system (CentOS Linux ...
0
votes
1answer
267 views
How can I solve my dependency problems with a resolvconf/dnsmasq installation script?
I have the following Puppet module:
class resolvconf {
$packages = ['resolvconf', 'dnsmasq']
package { $packages: ensure => installed, }
file { '/etc/resolvconf/resolv.conf.d/base':
...
0
votes
1answer
803 views
How do I install mod_dav_svn module on an Apache / MAMP server?
How do I install additional modules into my server configuration? Currently all of the other modules are installed in /Applications/MAMP/Library/modules...and I see that they are mod_*.so source ...
3
votes
1answer
1k views
Centos 6 - How to upgrade module located inside initramfs?
We have recently upgraded our e1000e (intel ethernet) module on one of our centos 6.0 boxes.
Even tho the module compile and installed fine, the old version is still being used.
We have tracked this ...
0
votes
0answers
142 views
How to Install Python Modules on Web Server?
Im running a python cgi script in the cgi-bin directory which uses the sqlite3 module. I run it and it says that it does not recognize the name..
So how do I install this module or other modules on ...
0
votes
1answer
84 views
Install Facebook Perl Module Debian
I'm getting an error
Can't locate Facebook.pm
I'm wondering if anyone can tell me how to install the perl facebook module under debian.
Thanks
the full error is
Can't locate Facebook.pm in ...
3
votes
2answers
911 views
Routinely unable to remove qla2xxx module under CentOS
I routinely cannot unload the Qlogic fibre module qla2xxx under CentOS 5 or 6. These machines are running StorNext cvfs, EMC powerpath and hostagent. Nothing else should ever be touching the fibre. ...
0
votes
1answer
59 views
OpenAFS on OpenVZ guest
I'm trying to install and configure an OpenAFS server inside an OpenVZ container.
However, when running afs-newcell, it complains that the AFS client cannot be started. It says "AFS module ...
-5
votes
1answer
82 views
Linux incoming/outgoing packets modifying module [closed]
Can anybody give me a link to manual or sample of linux kernel driver, which can modify incoming/outgoing packets from/to specified ip-port?
Thanks!
0
votes
1answer
208 views
net_device get_stats function, how to use? [closed]
I'm trying to write a linux kernel module to get stats from my NIC, I learned that a struct called net_device has a function called get_stats that returns a struct with a lot of statistics that I need ...
2
votes
2answers
96 views
Powershell: Consistent modules accross all servers/workstations
Whats the best way to get consistent modules across our servers and workstations. To put it another way: I want to be able to write a powershell script and have it run on all machines meaning each ...
1
vote
2answers
3k views
How to Proxypass on Apache?
I googled and i couldnt come across anything that is directive on configuring apache for proxypass.
I did managed to find Transition domain to new web host without waiting for DNS propagation but i ...
3
votes
1answer
242 views
Manually apply puppet class
I am testing a puppet init.pp file (on windows) that looks something like:
class myclass {
package { 'java':
ensure => installed,
provider => 'msi',
source => ...
0
votes
0answers
281 views
Adding capabilities to Thecus N5200 NAS (specifically, git)
I know that you can install system and user modules on Thecus NAS units to expand their capabilities. I have already installed SYSUSER and SSHD so that I can now SSH into the box. I haven't had much ...
1
vote
0answers
195 views
WinHTTP module not found (HRESULT 0x8007007e)
I've got a customer that gets a module not found error (0x8007007e) when running a vbscript at this line of code:
set test = CreateObject("WinHttp.WinHttpRequest.5.1")
The system is Windows 7 ...
0
votes
0answers
94 views
nginx module - can't get started
I'm trying to run the "hello" module from the following URL:
http://blog.zhuzhaoyuan.com/2009/08/creating-a-hello-world-nginx-module/
I've done a ./configure ...
0
votes
1answer
56 views
httpd NON-devel upgrade to http-devel for apxs - install apache module.c file
I have a server running the non developer version of Apache. This is a production environment. I cannot afford to take the server offline longer than a couple minutes and hopefully only seconds. I ...
0
votes
1answer
586 views
Apache a2ensite default settings
I have set up VirtualHost files from scratch before and only recently come over the a2ensite command. I think this is a great command and very useful, but most of my sites configured have the same ...
0
votes
2answers
339 views
Apache2 won't start due to locate-error
I am running Apache/2.2.9 on SLES 10 and want to use Apache2::REST.
I installed it using cpan and added the Handler and the configuration stuff.
When I try to start Apache (apache2ctl start), it ...
0
votes
2answers
340 views
Install Apache Modules on Custom Path
I have installed apache2 into my home folder by specifying the ./configure --prefix="$HOME". It works fine. Now I am trying to install mod_wsgi. I try ./configure --prefix="$HOME", as well as ...
2
votes
2answers
309 views
PHP as a CGI binary vs. PHP as an Apache module
What are the benefits of running PHP as a CGI binary compared to running PHP as an Apache module? Are there:
Security benefits?
Stability benefits?
Performance benefits?
I've always installed and ...
2
votes
1answer
2k views
Apache2::AuthenNTLM connects to Domain controller but does not authenticate
I have an Apache 2.2 server running Apache2::AuthenNTLM. I have successfully Apache2::AuthenNTLM configured it to the point that it connects to the domain controller. However, valid username / ...
0
votes
2answers
547 views
"IfModule… in Apache 2 Fedora… Whats the use?
#<IfModule mod_headers.c>
Header unset Pragma
FileETag None
Header unset ETag
ExpiresActive On
<FilesMatch "\\.(ico|jpg..)$">
etc
</FilesMatch>
...
0
votes
1answer
229 views
Apache 2.x Mime Magic Module
I am getting this error when complinng Apache with mod-mime-magic:
--enable-mime-magic ../build_apache.sh: line 22:
--enable-mime-magic: command not found
When I look at the output on ...
1
vote
1answer
162 views
How to get rid of this error message?
I have this error message popping up in my /var/log/messages file:
modprobe: FATAL: Could not load /lib/modules/2.6.33.7.2-rt30-xxxx-std-ipv4-64/modules.dep: No such file or directory
My OS is ...
3
votes
1answer
93 views
Ubuntu Server won't boot with “zip2: Compressed file ends unexpectedly” error
I am trying to boot lucid server on my new VPS but its giving me some problems. The boot gets to a point where it hangs. At this point it says:
No such file `modules-2.6.31-20-server-amd64.tar.bz2'
...
2
votes
2answers
1k views
How to find which HD controller module a running Linux system is using?
I have a problem with an HP ProLiant Microserver that won't boot with a Slackware 12 system using Linux 2.6.21.5
If I boot a recent version of System Rescue CD, the disk is recognized.
So my ...
0
votes
2answers
121 views
Individual Authenticator (Daemon) for Apache Wildcard-VHosts
In our development environment we're using the following VHost-Configuration for the majority of our projects:
<VirtualHost *>
ServerName misc.webdev.local
ServerAlias *.webdev.local
...
0
votes
2answers
119 views
reinstall PHP as apache module
sorry for the newbie question, I am not a sys admin by any means.
I recently set up a VPS with webmin/virtualmin. Our CMS of choice says that PHP needs to be run as an Apache module in order to run. ...
1
vote
1answer
158 views
How to convert php5 cgi to module?
I installed PHP5 on my debian lenny system as cgi. Now I found that flush() in php is only working for php installed as module.
Anyone know how to (re)install php5 as module? (apache2)
Thanks :)
1
vote
3answers
3k views
Persistent changes to /proc/sys/sunrpc/tcp_slot_table_entries
I'm trying to make a persistent change to sunrpc.tcp_slot_table_entries on a Linux CentOS 5.5. This value has been found important for the performance of our NFS clients, and must be set before the ...
1
vote
1answer
606 views
Using aptitude to install extra php modules (after php has already been installed)?
I recently setup an Ubuntu Server 10.04 LTS server for a client which uses a PHP based forum. It's all gone well, but now it seems I need to install a new php module to enable spell checking in the ...
0
votes
1answer
643 views
SugarCRM Scheduler Not Calling runProcessManager Module
I'm running Sugar Pro, version 5.5.4, on Ubuntu 9.10, Apache 2.2, MySQL 5.1.28, and PHP 5.2.10.
I have a module called Process Manager setup and running. I can manually make this go, to send email ...
0
votes
2answers
495 views
DAHDI Installation on Slicehost Woes
I'm trying to get DAHDI installed for Asterisk on my Slicehost slice...
I start off sudo apt-get install dahdi-dkms dahdi-linux
Which partially fails with this in the install log:
Setting up ...
0
votes
3answers
783 views
How do I enable PHP apache_request_headers() or change PHP into an apache module
PHP, WHM, and several other services are already installed on a CentOS x64 server I am trying to migrate data to. Many of my existing PHP scripts are dependent on PHP's apache_request_headers() ...
1
vote
1answer
365 views
API numbers don't match on compiled PHP extension
I'm trying to get GD into my PHP. I recently installed PHP5.3.0 on my system running Mac Leopard using mac ports. It did not come with the gd module. So I downloaded gd, compiled it as an extension ...
0
votes
2answers
430 views
if there are multiple kernel module can drive the same device, what is the rule to choose from them?
both pcnet32 and vmxnet can drive the device.
$ lspci -k
...
02:01.0 Ethernet controller: Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE] (rev 10)
Subsystem: Advanced Micro Devices [AMD] ...
1
vote
2answers
340 views
download ip_tables kernel module
My linux system does not have the ip_tables kernel module, which I need for the openvpn server (for nat to work). Where can I download the source or binaries for that kernel module so I can modprobe ...
0
votes
2answers
355 views
Is there a log file generated from python setup.py install?
When I am installing a python module, I use
python setup.py install
I see all of the output on the command line, but is all of this output saved to a log file somewhere? I'm asking because I ...
1
vote
3answers
853 views
How to load kernel module at startup on FC9?
I need to know how to automatically load a kernel module at startup on FC9. All the sites talk about adding an entry to /etc/modules.conf.... But that does not exist on FC9... Instead I have ...
0
votes
2answers
285 views
where is the “module” a command coming from - aka why it doesn't show up in alias?
Consider the following:
$ module
cmdModule.c(166):ERROR:11: Usage is 'module command [arguments ...] '
Modules Release 3.2.6 2007-02-14 (Copyright GNU GPL v2 1991):
Usage: module [ switches ] ...
1
vote
1answer
514 views
Iptables ipt_time extension
I'm trying to get the ipt_time extension for netfilter/iptables to work on CentOS 5.3. It's a bloodbath.
First of all, the HOWTO I linked is the official Netfilter Extension HOWTO, but it's also ...