<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: debian,apache2</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>Enable SSL in apache2 on Debian Etch</title>
        <link>http://www.posteet.com/view/1037</link>
        <description>
        <![CDATA[<pre># Enable ssl
a2enmod ssl

# Edit /etc/apache2/ports.conf and add &quot;Listen 443&quot;

# Generate certs: use your domain as Common Name or *.domain.tld for multiple domains
openssl req -x509 -nodes -days 365 -newkey rsa:1024 -out /etc/apache2/server.crt -keyout /etc/apache2/server.key

# In the virtualhost, use the following code:
&lt;VirtualHost 192.168.0.1:443&gt;
        SSLEngine On
        SSLCertificateFile /etc/apache2/server.crt
        SSLCertificateKeyFile /etc/apache2/server.key
&lt;/VirtualHost&gt;

# Reload apache2
/etc/init.d/apache2 reload</pre> <a href="http://www.posteet.com/tags/apache2">[apache2]</a>  <a href="http://www.posteet.com/tags/debian">[debian]</a>  <a href="http://www.posteet.com/tags/openssl">[openssl]</a>  <a href="http://www.posteet.com/tags/ssl">[ssl]</a>  <a href="http://www.posteet.com/tags/virtualhost">[virtualhost]</a> ]]>        </description>
        <dc:creator>spirit</dc:creator>
        <pubDate>Thu, 03 Jul 2008 19:46:21 +0000</pubDate>

            <category>apache2</category>
            <category>debian</category>
            <category>openssl</category>
            <category>ssl</category>
            <category>virtualhost</category>
    
    </item>

  
    <item>
        <title>Enable/Disable an apache2 site on Debian</title>
        <link>http://www.posteet.com/view/1001</link>
        <description>
        <![CDATA[<pre>a2ensite mysite
# 'mysite' refers to /etc/apache2/sites-available/mysite
# This creates the symbolic link between configuration files in /etc/apache2/sites-available and /etc/apache2/sites-enabled

a2dissite mysite # disable the site</pre> <a href="http://www.posteet.com/tags/a2dissite">[a2dissite]</a>  <a href="http://www.posteet.com/tags/a2ensite">[a2ensite]</a>  <a href="http://www.posteet.com/tags/activer">[activer]</a>  <a href="http://www.posteet.com/tags/apache2">[apache2]</a>  <a href="http://www.posteet.com/tags/debian">[debian]</a>  <a href="http://www.posteet.com/tags/enable">[enable]</a>  <a href="http://www.posteet.com/tags/site">[site]</a>  <a href="http://www.posteet.com/tags/toggle">[toggle]</a>  <a href="http://www.posteet.com/tags/web">[web]</a> ]]>        </description>
        <dc:creator>spirit</dc:creator>
        <pubDate>Mon, 09 Jun 2008 18:55:36 +0000</pubDate>

            <category>a2dissite</category>
            <category>a2ensite</category>
            <category>activer</category>
            <category>apache2</category>
            <category>debian</category>
            <category>enable</category>
            <category>site</category>
            <category>toggle</category>
            <category>web</category>
    
    </item>


</channel>
</rss>
