Server :: How To Add Nginx Module For Webmin / Virtualmin

Mar 10, 2011

I run a web server using mandriva 2010.2 , I use webmin / virtualmin to facilitate the administration of virtual hosts, I've tried using nginx module for webmin that is in [URL] but for some reason the module could not be used by webmin.

View 4 Replies


ADVERTISEMENT

Server :: WEBMIN Module For GRUB 2?

Jun 26, 2010

I have a computer running Ubuntu 10.04. I have installed Webmin on it and everything is working fine except for the GRUB module. I wish to know if there is a new GRUB module that supports GRUB 2? It may be beta or an unofficial one.

View 5 Replies View Related

Server :: Virtualmin Create Server From Web Form

May 28, 2010

in a PHP web page i need to run this following command to create a new domain:Code: virtualmin create-domain --domain DOMAIN --pass PASS --plan 'Standard Package' --limits-from-plan --features-from-plan.This is usually executed in a shell but i don't know how to do it from a web page and also i need to take the domain string and pass string from a web form. Can anyone help with the PHP code as my skills are basic and i have already tried a few things that just don't work.

View 1 Replies View Related

Software :: Install Nginx, Download The Nginx-0.5.35.tar.gz And Extracted?

Mar 16, 2011

I had a task to install nginx,i download the nginx-0.5.35.tar.gz and i extracted.I got following error when i ran these commands ./configure ----with-http_gzip_static_module & ./configure --with-http_geoip_module

[root@localhost nginx-0.5.35]# ./configure --with-http_gzip_static_module
./configure: error: invalid option "--with-http_gzip_static_module"
[root@localhost nginx-0.5.35]#

[code]....

View 13 Replies View Related

Ubuntu :: Installing The Dansguardian Webmin Module?

May 13, 2010

I have installed squid and Dansguardian on Ubuntu Server 10.04. I have also installed webmin. I see that there is a Dansguardian module for Webmin, and I have downloaded it to the server, but I am not sure how to install it. The file was downloaded from [URL]I don't know what to do with the .wbm file.

View 1 Replies View Related

Software :: Access Denied : User Admin Is Not Allowed To Use The Webmin Configuration Module?

Apr 14, 2010

I keep receiving the error message in the title above whenry to enterebmin.abc.com/webmin. I'm on Ubuntu 9.10. Other errors I'll receive are "You do not have access to any Webmin modules". Wondering if anyone knew what settings our permissions on files I could change to avoid these error

View 1 Replies View Related

Server :: How To Force Nginx To Do DNS Lookups

Jun 2, 2011

way to get nginx to perform DNS lookups at regular intervals against hostnames that are defined for upstream servers? It seems nginx only performs a DNS lookup once, the first time it starts, and subsequently does not perform any other DNS lookups. This causes problems when the ip addresses of our upstream servers change.

I posted this same question in the nginx forum; however I also posted it here as it seems that not many of the posts there get answered.

[URL]

View 6 Replies View Related

Server :: Nginx Giving A 403 Error?

Feb 6, 2011

I have been looking for a while now, but I keep getting 403's for maps but not for files... So if you go to http://gmod.ws/ you get the error but if you go to http://gmod.ws/index.php you don't.I don't see where the problem is.We're running a CentOS 5.5 box.

View 2 Replies View Related

CentOS 5 Server :: Get Php-fpm Running To Use With Nginx?

Jun 18, 2009

I'm trying to get php-fpm running to use with nginx. I usually just use spawn-fcgi, but I would like to try php-fpm this time. I was hoping that it would be as easy as yum install php-fpm, but alas, that is not so. how to get php-fpm working on CentOS?

View 1 Replies View Related

Server :: How To Install Nginx As Reverse Proxy

Jul 2, 2011

I want Install nginx As Reverse Proxy for Apache

View 5 Replies View Related

Server :: Configure Nginx As Replacement For Pound?

Jul 24, 2011

As Pound is broken under Fedora 15, which I'm running on my Linux server, I decided to try out nginx and move the Pound configuration to something in nginx which does the same.However, the nginx configuration is a lot more complex than in Pound. What I try to do:

- nginx will listen on port 80
- requests for www.mydomain.nl => Domino HTTP server (on different server)
- if this server is not reachable, go to another Domino HTTP server

[code]....

View 2 Replies View Related

Server :: How To Change Nginx Version Header

Feb 24, 2011

I use mandriva 2010.2 on my web server, and i use nginx for the web server. how to change nginx version header.? it's already installed

View 3 Replies View Related

Server :: Dynamic URL Rewrite And Redirect In Nginx?

May 20, 2010

how could i rewrite and redirect

Quote:

[URL]

to

Quote:

[URL]

domain from forum. to club. (red color part) url rewrite, blue color part is variable

View 3 Replies View Related

Server :: Tuning Apache To Handle PHP With NginX On The Frontend

Jun 24, 2010

My intention is to have EngineX on the frontend handling all static files, and Apache + mod_php in charge of handling PHP requests. I have optimized nginx to be as efficient as possible in handling static files, but have very little experience with Apache. Since Apache would only be processing PHP requests, would the standard Apache optimization guides suffice or would it best to configure it differently?

PS: this is a dedicated file server, the database is hosted separately.

View 2 Replies View Related

Server :: Config NGINX For Multiple Domains With Wordpress On Debian?

Jun 20, 2010

I have VPS installed with Debian, NGINX, mysql, php and wordpress. By default the template gives 1 wordpress install in the /var/www/ directory. However, now I want to add more domains with wordpress to that VPS. I created a directory called /home/public_html/domain1.com and linked it to the /var/www/ directory. then I created another directory called /home/public_html/domain2.com and uploaded wordpress there. What I did next was edit my /etc/nginx/nginx.conf file with the following code:

Code:

user www-data www-data;
worker_processes 4;
events {

[code].....

View 1 Replies View Related

Server :: Nginx/php/spawn-fcgi: No Response When Script Requests Same

Apr 12, 2011

I have a perfectly working installation of nginx / PHP / fastcgi on the latest stable Debian distribution. No problems at all, apart from this one: When a PHP script (script A) is written to request a PHP script on the same web server (script B), nginx takes several minutes to respond and finally the connection times out. And it happens only when invoking script A through nginx. Calling it from command line works fine � I get a normal output of script B.

Literally, the test case is as simple as:

Script A:

PHP Code:

[code]....

I suppose the root of the problem may be some obstacle occurring when php5-cgi ends up invoking itself. And this is what happens when script A is called through nginx. But I have no ideas yet how to address the problem. One of my PHP applications checks itself during installation, that's why I need to request a PHP script from a PHP script on the same server.

View 1 Replies View Related

Server :: Nginx Virtual Hosts & Wordpress Rewrite Rules?

Sep 14, 2010

I'm trying to set up my web server (nginx) as a catchall virtual host, as per an example that can be seen here: [URL].. (It's the Wildcard Subdomains in a Parent Folder example). Now, here's my issue. I use Wordpress on the coburndomain.org domain. I have pretty URLs enabled, that make my Wordpress articles look like this:[URL].. At the moment, nginx is reporting 500 Errors, saying that index.php is not a directory. What I want to do is make a rewrite rule that allows me to use the above URL example with nginx.

I followed this tutorial to do so: [URl].. , but I'm not sure how to apply it to my setup. Here's my configuration files from Debian Squeeze with Nginx onboard:

[Code]...

View 1 Replies View Related

Debian Configuration :: Nginx And Httpd Virtual Package On Jessie Server

Oct 24, 2015

I've installed Nginx-full on a debian jessie server and want to install Wordpress, but for some reason Nginx-full isn't being seen as providing the httpd virtual package, so wordpress insists on installing apache.

According to everything I can find, nginx-full provides the httpd virtual package and this shouldn't happen. Is this a bug?

View 6 Replies View Related

Server :: Nginx Vs. Litespeed, Which Is One Better For A Web Server

Oct 3, 2010

nginx vs. litespeed, is one better for a web server?

View 5 Replies View Related

General :: Fail Webmin Install - E - Package Webmin Has No Installation Candidate

Apr 6, 2010

I have had webmin running previously but i just recently installed Unbuntu server and i am now trying to install webmin. after typing this to install webmin sudo apt-get install webmin it started doing its thing and then it halts.

Giving me the following message: "Package webmin is not available, but is referred to by another package. this may mean that the package is missing, had been obsoleted , or is only available from another source."

The first thing i did after installing webmin was edit the sources.list

Then i tpyed sudo nano sources.list I uncommented everything with "deb" in front of it

I also uncommented

deb cdrom:

I then typed this sudo wget [url]

After getting that i typed this apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl

Then i tryed to install it and got that error.

I also tryed install it using this tutorial [url]

When i got to the part when i need to type

sudo apt-get install update this is what happened

View 10 Replies View Related

Ubuntu Servers :: Webmin Dependency - Install Webmin On Edition 10.04 ?

Apr 3, 2010

I encountered a a dependency issue when trying to install Webmin on Ubuntu Server Edition 10.04 Beta1.

When you try to install webmin, libmd5-perl is not available in any of the lucid repositories:

I resolved the dependency prob by adding the following repository to my /etc/apt/sources.list: deb [url]

Then I did a sudo apt-get update then sudo apt-get install and libmd5-perl installed fine along with webadmin. BTW. I got a GPG error when doing a apt=get update because I did not import the public key for the debian repos I used to get libdm5-perl, which doesn't matter to me as I commented out the repos once I got libmd5-perl installed.

View 1 Replies View Related

Server :: Dansguardian Through Webmin?

Jun 2, 2011

linux i have configured squid with dansguardian but not able to block the sites and url.. i am accessing dansgaurdian through webmin.. please help me out in the above (with screen shots)

View 2 Replies View Related

Server :: Regarding The Ubuntu And Webmin?

Aug 9, 2010

I am current following this how to guide: [URL] I completed it and I am in the testing phases before I make it a public server...I plan to use webmin as my administrative tool on my 2 web servers...Should I install webmin on my load balancers as well? The reason I ask is I want to know if there is any benifit to put it on the load balacers...Would I get any added features?

View 1 Replies View Related

Server :: Securing SSH Via Webmin ?

Jan 26, 2010

I installed OpenSSH via tasksel and am using Webmin for administration. I'd like to be able to SSH externally and want to setup the necessary public/private keys to use in FileZilla.

In Webmin, under Servers > SSH Server I can click 'Host Keys' and see an RSA key. Is this the public or private key for my server? Do I need to copy this into a text file to import it into FileZilla on my remote PC (that I want to connect from)? Is that all that needs to be done (aside from opening the port on my router/firewall)?

Is there an automated way to set this up via Webmin?

View 3 Replies View Related

General :: Can't Connect To Server With Webmin

Jan 20, 2010

I recently installed Ubuntu server 9.04. It appears to be functioning correctly in that I can acces it from other Windows machines ony my network. I installed Webmin to remotely administer this server, however I cannot connect using Webmin from my other machines. I am only running Samba on this server at the present time.

I attempted to access the webmin conf file at /etc/webmin/miniserv.conf but permission wasa denied, evenas root.

View 6 Replies View Related

Server :: Can't See Apache's Modules In Webmin

Apr 26, 2010

To make my problem simple to understand I've attached a picture. Basically, in the Webmin>Apache configuration page, where I used to also enable/disable the modules Apache was using (on Ubuntu 8.04) I've noticed now that the option to configure the modules is no more (on Centos 5). So, I'd like to disable and enable some modules but can't, like the mod_python for example which gives me hundreds of errors in the Apache's logs, but cannot.

how to view the Apache modules again in Webmin?

just noticed can't attach images... here's the link to the picture: [URL]

View 1 Replies View Related

Server :: Webmin Have To Install On Same Box With Apache?

Jun 25, 2010

Does webmin have to install on same box with Apache? Or can I install on any box within the LAN?

View 7 Replies View Related

Server :: Log Into Via Ssh Or Webmin - Connection Refused

Feb 7, 2011

at the computer shop we have an ubuntu 9.10 server that we log into via ssh or webmin today i was trying to ssh into the machine and got connection refused, so i logged into webmin and found the ssh server not running when i tried to start with webmin it i got the error

Code: failed to start ssh server * /dev/null not a character device went over to the shell command part of webmin and issued ls /dev -l and looked at the output and found something of concern

[Code]....

View 2 Replies View Related

Networking :: Set Up Webmin With Apache2 Http Server

Jun 14, 2010

I have recently downloaded and installed apache2 http server from tarball source (i'm running ubuntu but i think its more fun to use tarballs i don't know why but its how i am) anyway i just installed apache2 and when i go into the servers section of webmin and click on apache web server i get this message:

The Apache server executable /usr/local/apache2/conf/ does not exist. If you have Apache installed, adjust the module configuration to use the correct path. and when i go to the configuration menu i don't understand a word of it.

View 9 Replies View Related

Server :: Connecting Thunderbird To Webmin Via POP3?

May 31, 2011

I'm a newbie here but I have a question on how to make the connection between webmin and thunderbird via POP3. I have webmin set up and it is able to send and receive mail via webmin but when I enter the account details in thunderbird it cant find the settings for my mail account. I'm not exactly sure where I need to go in webmin to set it up to allow a connection from a client to allow the downloading of mail to the client. Would simply prefer to go to thunderbird to send and receive mail as opposed to logging into webmin then going to my mail.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved