<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.startupcto.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.startupcto.com/feed.php">
        <title>StartupCTO server-tech:apache</title>
        <description></description>
        <link>https://www.startupcto.com/</link>
        <image rdf:resource="https://www.startupcto.com/lib/tpl/scto/images/favicon.ico" />
       <dc:date>2026-04-29T01:30:10+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.startupcto.com/server-tech/apache/home?rev=1698787643"/>
                <rdf:li rdf:resource="https://www.startupcto.com/server-tech/apache/importing-apache-httpd-logs-into-mysql?rev=1697834390"/>
                <rdf:li rdf:resource="https://www.startupcto.com/server-tech/apache/redirect_vs_rewrite?rev=1697258558"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.startupcto.com/lib/tpl/scto/images/favicon.ico">
        <title>StartupCTO</title>
        <link>https://www.startupcto.com/</link>
        <url>https://www.startupcto.com/lib/tpl/scto/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.startupcto.com/server-tech/apache/home?rev=1698787643">
        <dc:format>text/html</dc:format>
        <dc:date>2023-10-31T21:27:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Apache</title>
        <link>https://www.startupcto.com/server-tech/apache/home?rev=1698787643</link>
        <description>Apache
apache index</description>
    </item>
    <item rdf:about="https://www.startupcto.com/server-tech/apache/importing-apache-httpd-logs-into-mysql?rev=1697834390">
        <dc:format>text/html</dc:format>
        <dc:date>2023-10-20T20:39:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Importing Apache (httpd) logs into MySQL</title>
        <link>https://www.startupcto.com/server-tech/apache/importing-apache-httpd-logs-into-mysql?rev=1697834390</link>
        <description>Importing Apache (httpd) logs into MySQL

It can be rather nice to use the full power of MySQL to analyze your apache (httpd) web logs. You can write SQL queries against the logs, and discover all sorts of relationships (and problems!) that you might not otherwise find.</description>
    </item>
    <item rdf:about="https://www.startupcto.com/server-tech/apache/redirect_vs_rewrite?rev=1697258558">
        <dc:format>text/html</dc:format>
        <dc:date>2023-10-14T04:42:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Apache: Rewrite vs Redirect</title>
        <link>https://www.startupcto.com/server-tech/apache/redirect_vs_rewrite?rev=1697258558</link>
        <description>Apache: Rewrite vs Redirect

Apache has two ways to serve one page when you were asked for another: Rewrite* rules via mod_rewrite (e.g. RewriteRule, RewriteCond), and Redirect* rules via mod_alias (e.g. Redirect and RedirectMatch).

What are the differences?

	*  mod_rewrite</description>
    </item>
</rdf:RDF>
