<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://old.andunix.net/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://old.andunix.net/feed.php">
        <title>andunix.net</title>
        <description></description>
        <link>https://old.andunix.net/</link>
        <image rdf:resource="https://old.andunix.net/_media/favicon.ico" />
       <dc:date>2026-06-03T23:25:43+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://old.andunix.net/blog/2010/set_php_variables_htaccess_files"/>
                <rdf:li rdf:resource="https://old.andunix.net/blog/2010/drupal_reverse_proxy"/>
                <rdf:li rdf:resource="https://old.andunix.net/blog/2014/simulating_slow_network_connections_with_trickle"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://old.andunix.net/_media/favicon.ico">
        <title>andunix.net</title>
        <link>https://old.andunix.net/</link>
        <url>https://old.andunix.net/_media/favicon.ico</url>
    </image>
    <item rdf:about="https://old.andunix.net/blog/2010/set_php_variables_htaccess_files">
        <dc:format>text/html</dc:format>
        <dc:date>2010-04-29T14:07:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Set PHP Variables in .htaccess Files</title>
        <link>https://old.andunix.net/blog/2010/set_php_variables_htaccess_files</link>
        <description>Set PHP Variables in .htaccess Files

If your PHP scripts run longer than the maximum execution time set by your webhoster, then you will see a message like this:


Fatal error: Maximum execution time of 30 seconds exceeded in ...


To override the default for your webspace, you can use the php_value directive in a .htaccess file.</description>
    </item>
    <item rdf:about="https://old.andunix.net/blog/2010/drupal_reverse_proxy">
        <dc:format>text/html</dc:format>
        <dc:date>2013-03-12T21:41:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Drupal: Reverse Proxy</title>
        <link>https://old.andunix.net/blog/2010/drupal_reverse_proxy</link>
        <description>Drupal: Reverse Proxy

skybow wrote the very helpful article “Drupal via HTTPS/SSL Proxy Server (shared certificates)”.
While following his advice, I found some improvements.

To reduce the amount of editing and to increate the reusability, I substituted

	*  www.example.com with $_SERVER['SERVER_NAME'] and</description>
    </item>
    <item rdf:about="https://old.andunix.net/blog/2014/simulating_slow_network_connections_with_trickle">
        <dc:format>text/html</dc:format>
        <dc:date>2014-01-27T14:38:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Simulating slow network connections with trickle</title>
        <link>https://old.andunix.net/blog/2014/simulating_slow_network_connections_with_trickle</link>
        <description>Simulating slow network connections with trickle

You can limit the downlink of a Firefox browser to 512 KB/s with this command:


trickle -d 512 /usr/bin/firefox -no-remote -P test


More informations can be found on these pages:

	*  trickle Homepage
	*  Trickle in the Ubunutuuser Wiki (german)</description>
    </item>
</rdf:RDF>
