Why is the web server not responding?

Verify That the Network Connections Are Enabled 1. Click Start. 2. Point to Settings. 3. Click Network and Dial-up connection. 4. Click Local area connection. 5. In the dialog box that opens, verify that under Connection, Status is listed as Connected. Verify That the IIssrv.exe Program Is Running 1. Press

Tune Apache

1) in httpd.conf, set: “HostNameLookups off” This avoids doing a reverse DNS lookup on every visitor who hits your web site. 2) In httpd.conf, set “MaxClients 230” or higher for busier web sites. This allows more httpd daemons to run simultaneously and avoids clogging up the process queue. [Don’t increase

How do I configure Virtual Host entry (Zone) for a domain?

Apache Configuration ————————– Once you have the DNS pointing to your virtual domain server, you need to tell your Web server where to find the Web files for the domain. The way Apache works, if you have set up virtual domains, the first domain entered is the default. This is

Install mail server / clients

If there’s no control panel on the server, then a mailserver should already be installed. If this is not the case, then in Windows you may install an SMTP server through Add/Remove Programs -> Add/Remove Windows Components -> Application Server -> Internet Information Service -> SMTP Service. An SMTP server

Add SPF records

This section defines HOWTO configure a Sender Policy Framework (SPF) record for a domain and its mail servers. Briefly the design intent of the SPF record is to allow a receiving MTA (Message Transfer Agent) to interrogate the Name Server of the domain which appears in the email (the sender)

Configure Mail Server(Exim)

Exim is recommended and supported MTA for use with the @Mail application, as it includes additional functionality, including MySQL database lookups, which enhance the efficiency of @Mail and increase performance. How Exim is configured SMTP Configuration Your Exim installation references configuration details from the file /usr/local/atmail/mailserver/configure. Open the file using

How can I secure / increase the security of SSH?

There are a few adjustments that can and should be made to the default SSHD configuration to increase security. Traditionally, this has been especially true of RedHat-based systems, which included weak default configurations. The main point of interest is the /etc/ssh/sshd_config file. To cause changes made in this file to

How do I compile a kernel from non-Debian source?

One has to understand the Debian policy with respect to headers. The Debian C libraries are built with the most recent stable releases of the kernel headers. For example, the Debian-1.2 release used version 5.4.13 of the headers. This practice contrasts with the Linux kernel source packages distributed at all

How to Update Sources and Ports via cvsup in FreeBSD

Install cvsup-without-gui from ports: cd /usr/ports/net/cvsup-without-gui make install Copy the cvsup recipes to /usr/local/etc: cp /usr/share/examples/cvsup/stable-supfile /usr/local/etc/stable-supfile cp /usr/share/examples/cvsup/ports-supfile /usr/local/etc/ports-supfile Edit the cvsup recipes for both stable and ports — you just need to specify the server to use (for example cvsup4.us.FreeBSD.org): ee /usr/local/etc/stable-supfile ee /usr/local/etc/ports-supfile Update your sources: /usr/local/bin/cvsup

How to Recompile the FreeBSD Kernel

The below example is for SMP, Quotas, and Firewall support. Sources must be installed to recompile the kernel. If sources are not on the server type: /stand/sysinstall and go to configure>Package>Sources. cd /usr/src/sys/i386/conf cp GENERIC SMP edit the SMP file and add the following under the options section: #Added options