In This Tutorial, We will start to install and configure Apache Webserver, PHP and Mysql from Source / tar.gz in O/S OpenSUSE 11.1 x86_64 bit O/s
If you are searching how to install apache php and mysql for linux o/s 32bit, please click HERE
So I assume you already have OpenSUSE11 installed, up and running.
This tutorial also can be implemented in other O/S such as : Centos and Fedora or other 64bit Linux O/S.
Login into your server with root access.
What is Apache / HTTPD ?
Apache is a freely available Web server that is distributed under an open source license. It is the most widely-installed Web server.
What is PHP ?
PHP is a scripting language originally designed for producing dynamic web pages. It has evolved to include a command line interface capability and can be used in standalone graphical applications.
What is MySQL ?
What is Shared SSL ?
A "secure server" or "shared SSL" is an invention of your web hosting company. It is a way to use an SSL certificate without actually buying one.
Preparing Anything:
Example :
Example.com already have SSL installed on IIS6 and this domain SSL certificate will configure to shared the SSL into other domians.
What is PPTP?
PPTP stands for Point to Point Tunneling Protocol. It was developed by a consortium including Microsoft and is used for establishing VPN (Virtual Private Network) tunnels across the Internet. This allows remote users to securely and inexpensively access their corporate network from anywhere on the Internet.
In This tutorial, We will try to Generate a CSR and Install it into JBoss Webserver.
Here is the simple steps how to do this:
Login as Administrator via remote desktop connection
[code]Click Start > Run > cmd [/code]
We need to set path to JAVA_HOME, you can just copy paste into the command box.
[code]c:\>set path=%path%;%JAVA_HOME%\bin\[/code]
Create jboss-ssl directory
[code]c:\>mkdir jboss-ssl[/code]
In this tutorial i assume you have generate your csr and also have purchased a Certificate from verisign/digicert,etc..
If you still don't generate a CSR. Here is the link How to generate CSR in Windows IIS
http://wowtutorial.org/en/tutorial/33.html
Let's start install a brandnew purchased cert in IIS webserver.
[code]Login as Administrator with Remote Desktop Connection.
Click Start > Administrative Tools > Internet Information Services (IIS) Manager[/code]
In this tutorial i assume you have generate a CSR and Key before. If you still don't have a CSR and Key you can see copy and paste this url below and generate your csr and key first before you can install your brand new purchase ssl from verisign/geocert, etc.
http://wowtutorial.org/en/tutorial/34.html <-- This is a link How To Generate SSL In Linux/Unix Server.
ShareThisThis is a simple way to generate a Certificate Signing Request ( CSR) in Linux/Unix server.
Please SSH into your webserver via Putty or secure ssh tool with root access.
First we will need a openssl package installed on the server
[code]root@athena:/home/sentono/testing#apt-get install openssl* [/code]
Generate a private key and a public Certificate Signing Request (CSR) by using the following command: openssl req -new -nodes -keyout myserver.key -out server.csr
ShareThisNow I want show you how to install and configure FileZilla Server in Windows server.
Download FileZilla Server
http://downloads.sourceforge.net/filezilla/FileZilla_Server-0_9_24.exe
Installing FileZilla Server
ShareThis
Recent comments
1 week 22 hours ago
4 weeks 1 day ago
5 weeks 7 hours ago
5 weeks 13 hours ago
5 weeks 1 day ago
5 weeks 1 day ago
5 weeks 2 days ago
5 weeks 3 days ago
5 weeks 6 days ago
6 weeks 2 days ago