Apache

Tags:

This article explains how you can set up an SSL vhost under Apache2 on Ubuntu 9.10 and Debian Lenny so that you can access the vhost over HTTPS (port 443). SSL is short for Secure Sockets Layer and is a cryptographic protocol that provides security for communications over networks by encrypting segments of network connections at the transport layer end-to-end. We use the mod_ssl Apache module here to provide strong cryptography for Apache2 via SSL by the help of the Open Source SSL toolkit OpenSSL.

A growing number of platforms implement IPv6, allowing Apache to allocate IPv6 sockets and handle requests which were sent over IPv6. This article explains how to setup dual stacked, IPv4 and IPv6 enabled Apache networking under any Linux or UNIX like operating systems. You need to update httpd.conf or apache.conf file with the Listen directive. It instructs Apache to listen to only specific IPv4 and IPv6 addresses or ports

Apache IPv6 Configuration: Dual Stacked IPv4 & IPv6 Virtual Hosts

Tags:

I can't load XAMPP on WinSP2
When I attempt to start Apache, I get the following errors:
http C: \Windows\sys32\inetsrv\inet info.exe
https C: \Windows\sys32\inetsrv\inet info.exe
msql C:\ampp\mysql\bin\mysqld.exe

I also get the following socket error message:
<0520048> Only one usage of each socket address ... is normally permitted. :male_sock: could not bind to address 0.0.0.0:80 no listening socket available
shutting down
unable to open log

I have no experience working with code, well very little.
I just want to download Xampp to run a blog on my yahoo.com site.

Can you walk me through baby steps to fix this?

Tags:

This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Debian Etch. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.

http://www.howtoforge.com/how-to-set-up-apache2-with-mod_fcgid-and-php5-on-debian-etch

Syndicate content Syndicate content