debian web server

Discover debian web server, include the articles, news, trends, analysis and practical advice about debian web server on alibabacloud.com

Debian NFS server settings

The configuration of the NFS server In debian-the Linux Release Technology-Debian information. The following is a detailed description. NFS Server Guest settings: 1. Installation Package: nfs-common portmap nfs-kernel-server 2. Configuration: add the Directory and permis

Linux (Debian) system Django with remotely connected SQL Server database

Tags: linux django SQL Server Debian PYODBCIt took nearly a day to settle down and write it down for the people who need it.Required to be installed:Python-odbc : https://github.com/mkleehammer/pyodbc Download after installInstall PYTHON-ODBC If the report cannot find the Sql.h file error, need apt-get install g++,This piece of code is written in C + + and requires a compilerDJANGO-PYODBC:HTTPS://PYPI.PYTH

How to configure the SSH server In Debian

In Debian 503, Debian does not seem to support ssh by default. SSH InstallationApt-get install openssh-serverApt-get install sshSSH ConfigurationOpenSSH configuration is concentrated in the/etc/ssh/ssh_config file.Edit the "ssh_config" file (vim/etc/ssh/ssh_config) and add or change the following parameters: # Site-wide defaults for various optionsHost *ForwardAgent noForwardX11 noRhostsAuthentication noRho

Ocserv (Openconnect server) in Debian to build a configuration tutorial

Why choose Ocserv, because Ocserv is a little bit simpler in configuration. Later there is time or a good collation of information on other configurations. Before installing the configuration, popularize the small knowledge firstOcserv IntroductionOfficial Introduction: http://www.infradead.org/ocserv/index.htmlOpenconnect VPN server for short Ocserv, is a gnu/linux server that implements the AnyConnect SSL

Set up (install) the ftp server (debian) in linux)

Set up (install) the ftp server (debian) in linux 1: install vsftpd # aptitudeinstallvsftpd2: Configure vsftpd # vim/etc/vsftpd. conf [cpp] # The server runs in standalong mode, so that the following controls can be performed: listenYES # accept... Set up (install) the ftp server (

How to configure an SSH server under Debian

Implemented in the Debian 503 version, Debian defaults to a lack of SSH support. installation of SSHApt-get Install Openssh-serverApt-get Install SSHConfiguration of SSHOpenSSH's configuration is concentrated in the/etc/ssh/ssh_config fileEdit the "ssh_config" file (vim/etc/ssh/ssh_config) to add or change the following parameters: # Site-wide defaults for various optionsHost *Forwardagent NoForwardX11 No

PHP 54 built-in Web Server Web server ranking Web server principle Simple Web server

PHP is a scripting language that requires the PHP interpreter to parse and run PHP files. When PHP is used as a CGI service Web request, it needs to be embedded in some kind of Web server, most commonly integrated into Apache or IIS, that is, before using PHP, you need to install Apache or IIS, and correctly configure them and PHP integrated parameters. Although

Server Arch Linux,centos, Debian, Fedora, Gentoo, openSUSE, Slackware, and Ubuntu which is good

What I can suggest is this: if you're a developer yourself, if you buy a VPS yourself, take the server for yourself. Good choice for Ubuntu/debian. Of course, if you feel that you have too much time to spend, you can go out to the server to do upgrade updates, with ArchLinux is also not.If you are a system administrator, the above program does not require you to

Gitosis Server tutorial for installing git under the Debian system

I've been using Google code for some time, and I've probably learned how to use SVN (I don't really know, because I used the eclipse's SVN plugin and didn't manually use the SVN command). Want to at home Godson also get a version management software, so that you can control the written version of the software, but also to achieve the backup of these programs. I used to build a SVN server on my own computer, so I wanted to try to build a git

Steps for setting up a PPPoE server in Debian

Nbsp; 1. environment server debian2.6.18 authentication server radius + mysql software ppp-2.4.4rp-pppoe-3.8radiusclient 2. setup step 1. Compile the kernel in order to realize PPPoE, first compile the kernel and let the kernel support PPPoE. Compile the kernel. I will not introduce it here I. environmentServer debian 2.6.18Authentication

The Debian server is not on the net, the default gateway is missing

The Debian server is not on the net, the default gateway is missing[email protected]:/# route-nKernel IP Routing TableDestination Gateway genmask Flags Metric Ref use Iface192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth2192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1Add a Gateway[email protected]:/# route add default GW 192.168.1.1Internet segment is 192.168.1.X network segmentAfter adding the query route tabl

Debian+apache2 Server

/etc/apache2/envvars(中略)export APACHE_LOCK_DIR=/var/lock/apache2$SUFFIX(中略)Understand the "Apache_lock_dir" is "/var/lock/apache2".If "/var/lock/apache2/" does not have "davlock", use the touch command to make the file. The owner of the file and the group to which it belongs must be www-data.$ sudo touch /var/lock/apache2/DAVLock $ sudo chown www-data:www-data /var/lock/apache2/DAVLock$ ls -l /var/lock/apache2/DAVLock-rw-r--r-- 1 www-data www-data 0 7月 5 10:16 /var/lock/apache2/DAVLockRestart

Implement vpn Server In Debian Linux

In debianLinux, the implementation of vpn Server-Linux Enterprise Application-Linux server application information is as follows. Server Side settings: First, add the mppe patch to the kernel of the vpn Server, Obtain patches from debian: Apt-get install kernel-patch-mppe Th

Build an IPSec + L2TP VPN Server In Debian 7

Due to the company's network restrictions, a lot of information could not be found, so I decided to build a VPN over the wall, but the domestic VPN is really not flattering, stability is called a poor ~ A friend just recommended a foreign VPS host and checked it out. The node in Tokyo, Japan was very fast and he decided to start one. Based on the principle of self-help and rich clothes, after I built the Debian 7 System on VPS, I began to build my VPN

Steps for setting up a PPPoE server In Debian

I. Environment Server debian 2.6.18 Authentication Server radius + mysql Software ppp-2.4.4 rp-pppoe-3.8 (radiusclient) Ii. Setup steps 1. Compile the kernel To implement PPPoE, you must first compile the kernel to support PPPoE. Compile the kernel. I will not describe it here. There are a lot of online websites. I believe many people have compiled their own ker

Debian/Ubuntu or CentOS. how should I choose the server operating system?

speed: I used Debian for a long time, but its update speed is too slow (for several years, we have had it !). Sometimes a new version of multiple software packages is required, and you do not need to compile or use a third-party package by yourself. you can only upgrade the system version. Of course, if the features you need can be well met with the old version, the slow update speed can be equivalent to stability to some extent. that is to say: Ifit

The setting method of Centos/debian environment automatic timing restart for Linux server

The server in the project needs to be scheduled to automatically restart the server function, the same is also the use of crontab command. First, install Crontab Generally our servers are installed by default, the direct execution of the second step can be, but some distributions are not installed, so we no matter how to install the first, if installed or not installed, it does not m

MYSQL Server (Debian Linux) remote access settings

only remote access to the ITest table #mysql> GRANT all on itest.* to [email protected] '% ' identified by ' password ' with G RANT OPTION;4. Modify the MySQL configuration file:$sudo vim/etc/mysql/my.cnf# Comment bind-address or specify an IP address instead5. Save the file and restart the service$sudo service apache2 restart# or sudo/etc/init.d/mysql restart6. Under firewall rules, open 3306 port$sudo Iptables-lchain INPUT (policy accept) target prot opt source Destinationchain FORWARD (polic

Debian is unable to access the graphical interface Fatal server Error:no screens found

System: Debian-2.6.17.8 i686 After upgrading the GNOME environment with Synatpic, the reboot discovery does not enter the graphical interface: #startx Fatal Server Error:no screens found Xio:fatal IO error (Connection reset by peer) on X server ": 0.0" After the 0 requests (0 known processed) with 0 events remaining. It should be that the X

Access the NFS server In Debian Linux from an NFS client in windows

The NFS client in windows accesses the NFS server In Debian Linux-Linux Enterprise Application-Linux server application information. The following is a detailed description. 1. Download windows NFS software SFU: Http://download.microsoft.com/do... 3b7/SFU35SEL_EN.exe 2. Download The SFU3.5 patch file: http://download.microsoft.com/do... B939778-X86-ENU.exe

Total Pages: 15 1 .... 3 4 5 6 7 .... 15 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.