0
votes
1answer
67 views

How can I configure Apache2 for SSL and install a SSL certificate?

I have a SSL Certificate issued by GoDaddy. I already have a website up for ecommerce, and need to secure it. I have tried everything to configure apache2, and install the SSL, but I cannot do it! ...
0
votes
1answer
80 views

ssl only specify website

I already made a SSL certificate for my server, but can I use the SSL only for specific website. For example inside /var/www I have a lot web folder and I want the "A" website used HTTPS and the ...
0
votes
1answer
312 views

Apache Server SSL Problems

Hi There is this weird problem going on with putting ssl on the server I keep on getting this error in the terminal after I already created the .key and .crt files but it keeps on saying I placed the ...
0
votes
1answer
322 views

SSL Virtualhosts not working upon reboot, unless Apache2 Manually restarted

I have a few SSL Virtualhosts and they work fine until I restart the box. Then all of the SSL virtualhosts point to the directory listed in default-ssl. If I restart Apache2 service manually ...
4
votes
1answer
140 views

Is there a modern tutorial for setting up SSL on apache2?

I've been running apache2 for ages on my ubuntu server without SSL. Now that I want to have some directories delivered by SSL, I can't find any straightforward tutorials that were written recently. ...
2
votes
2answers
4k views

Cannot start XAMPP on Ubuntu 11.10

When I try to start XAMPP with sudo /opt/lampp/lampp start command it gives me a message like this. Starting XAMPP for Linux 1.7.7... XAMPP: Another web server daemon with SSL is already running. ...
2
votes
1answer
5k views

How do I setup SSL CRT on my Apache2 server?

I just got from Godaddy a SSL certificate. I downloaded the files... But now I am wandering where I should put them. And is there anything else I need to setup? The reason I am asking because I am ...
2
votes
1answer
582 views

Apache and SSL Issues

I have my server set up to use SSL in a separate VirtualHost, but when I attempt to use https://my.domain, I get a connection refused error. The following is my config I'm using: <VirtualHost ...
0
votes
1answer
359 views

Apache2 silently does not start with mod_ssl enabled after upgrade to 10.04

We've just upgraded a machine from 8.04 to 10.04 (yes, long over due) but since the upgrade apache2 will not start. Nothing shows in the error logs, not in apache's error.log, no console output, ...
2
votes
4answers
994 views

How do I turn on SSL for test server?

I have a LAMP stack running. My the web root is /var/www. So if I go to http://linux-server/some/page.php It renders the page located at /var/www/some/page.php If I use https I get page not found. ...