<?xml version="1.0" encoding="utf-8"?>
<!-- If you are running a bot please visit this policy page outlining rules you must respect. http://www.livejournal.com/bots/ -->
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:lj="http://www.livejournal.com">
  <id>urn:lj:livejournal.com:atom1:apache</id>
  <title>Apache Web Server Community</title>
  <subtitle>Apache httpd Community</subtitle>
  <author>
    <name>Apache httpd Community</name>
  </author>
  <link rel="alternate" type="text/html" href="http://community.livejournal.com/apache/"/>
  <link rel="self" type="text/xml" href="http://community.livejournal.com/apache/data/atom"/>
  <updated>2008-10-07T08:25:47Z</updated>
  <lj:journal username="apache" type="community"/>
  <link rel="service.feed" type="application/x.atom+xml" href="http://community.livejournal.com/apache/data/atom" title="Apache Web Server Community"/>
  <entry>
    <id>urn:lj:livejournal.com:atom1:apache:43049</id>
    <author>
      <name>BenDog</name>
    </author>
    <lj:poster user="bendog"/>
    <link rel="alternate" type="text/html" href="http://community.livejournal.com/apache/43049.html"/>
    <link rel="self" type="text/xml" href="http://community.livejournal.com/apache/data/atom/?itemid=43049"/>
    <title>.htaccess works in http, not in https</title>
    <published>2008-10-07T08:25:47Z</published>
    <updated>2008-10-07T08:25:47Z</updated>
    <content type="html">Hi everybody,&lt;br /&gt;first time poster.&lt;br /&gt;&lt;br /&gt;This has me a little perplexed.&lt;br /&gt;I don't have shell access to this machine so i can't check logs and such to see what is actually going on, but my .htaccess script works fine under http, but it fails to accept the same password with https accesss.&lt;br /&gt;&lt;br /&gt;my thought is that perhaps there is some form of authentication difference, or perhaps i need to rebuild my .htpasswd file again.&lt;br /&gt;&lt;br /&gt;however this is my .htaccess file&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;AuthUserFile /full/os/path/to/file/.htpasswd
AuthType Basic
AuthName "Admin Folder"
Require valid-user&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;any ideas?</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:apache:42827</id>
    <author>
      <name>rekoil</name>
    </author>
    <lj:poster user="rekoil"/>
    <link rel="alternate" type="text/html" href="http://community.livejournal.com/apache/42827.html"/>
    <link rel="self" type="text/xml" href="http://community.livejournal.com/apache/data/atom/?itemid=42827"/>
    <title>triggering mod_rewrite rule via auth failure?</title>
    <published>2008-09-19T22:19:16Z</published>
    <updated>2008-09-19T22:19:16Z</updated>
    <content type="html">Hi,&lt;br /&gt;&lt;br /&gt;I'm looking for a way to construct a RewriteCond that returns true only when a URL is requested without proper HTTP authentication. (The rewrite rule will generate a 301 redirect forcing the request through a proxy, where proper HTTP auth will allow direct access). So far, The Googles have not been helpful; anyone here have an idea?&lt;br /&gt;&lt;br /&gt;Effectively, I want &lt;br /&gt;&lt;br /&gt;&lt;a href="http://user:pass@example.com/path/to/object"&gt;http://user:pass@example.com/path/to/object&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;to return the object directly, but &lt;br /&gt;&lt;br /&gt;&lt;a href="http://user:badpass@example.com/path/to/object"&gt;http://user:badpass@example.com/path/to/object&lt;/a&gt;&lt;br /&gt;or&lt;br /&gt;&lt;a href="http://example.com/path/to/object"&gt;http://example.com/path/to/object&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;will return a 301 to:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://proxy.example.com/path/to/object"&gt;http://proxy.example.com/path/to/object&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;(The proxy will use the proper u/p to access the server, so we won't have a redirect loop...)</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:apache:42353</id>
    <author>
      <name>David</name>
    </author>
    <lj:poster user="whowantscookies"/>
    <link rel="alternate" type="text/html" href="http://community.livejournal.com/apache/42353.html"/>
    <link rel="self" type="text/xml" href="http://community.livejournal.com/apache/data/atom/?itemid=42353"/>
    <title>Reserved word in apache?</title>
    <published>2008-06-25T15:40:13Z</published>
    <updated>2008-06-25T15:40:13Z</updated>
    <content type="html">While I do have RewriteRules in my htaccess, I'm not employing them currently.  And I do not see this as a PHP issue, so here I am.  I have a fuseaction based LAMP site, and one of the links in particular isn't working right.&lt;br /&gt;&lt;br /&gt;Clicking Link: &lt;pre&gt;http://foo.com/index.php?page=client_sign_in&amp;subpage=file_upload&lt;/pre&gt;&lt;br /&gt;Returns URI as: &lt;pre&gt;http://foo.com/index.php?page=$redirect_page&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Upon further inspection, I noticed that if I change the text from 'file_upload' to 'file_upload1',  or any other variation, it works.  Is this a reserved word in apache?</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:apache:42093</id>
    <author>
      <name>Calliphoridae</name>
    </author>
    <lj:poster user="pkbarbiedoll"/>
    <link rel="alternate" type="text/html" href="http://community.livejournal.com/apache/42093.html"/>
    <link rel="self" type="text/xml" href="http://community.livejournal.com/apache/data/atom/?itemid=42093"/>
    <title>Confirming TRACE is off</title>
    <published>2008-06-25T14:30:54Z</published>
    <updated>2008-06-25T14:30:54Z</updated>
    <content type="html">Is there a non-telnet method of confirming whether TRACE is turned off?   I've added TraceEnable off to my conf file but want to make sure everything is OK.    Telnet is disabled on my server.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:apache:41804</id>
    <author>
      <name>Calliphoridae</name>
    </author>
    <lj:poster user="pkbarbiedoll"/>
    <link rel="alternate" type="text/html" href="http://community.livejournal.com/apache/41804.html"/>
    <link rel="self" type="text/xml" href="http://community.livejournal.com/apache/data/atom/?itemid=41804"/>
    <title>Configuring SVN and Apache</title>
    <published>2008-06-24T22:17:33Z</published>
    <updated>2008-06-24T22:17:33Z</updated>
    <content type="html">svn came installed on my RHEL5 box and I am working on configuring the system for use with Apache. &lt;br /&gt;&lt;br /&gt;I am using the following tutorial: &lt;a href="http://www.howtoforge.com/apache_subversion_repository_p2"&gt;http://www.howtoforge.com/apache_subversion_repository_p2&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Everything seemed OK (no errors) until the section "Setting up the initial repository layout:".   When issuing the third command: &lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;svn import /tmp/subversion-layout/ &lt;a href="http://127.0.0.1/subversion/"&gt;http://127.0.0.1/subversion/&lt;/a&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;The system returned the following error: &lt;br /&gt;&lt;br /&gt;[user@myserver directory]# svn import -m /tmp/svnmessage /tmp/subversion-layout/ &lt;a href="http://127.0.0.1/subversion/"&gt;http://127.0.0.1/subversion/&lt;/a&gt;&lt;br /&gt;svn: PROPFIND request failed on '/subversion'&lt;br /&gt;svn: PROPFIND of '/subversion': 405 Method Not Allowed (&lt;a href="http://127.0.0.1"&gt;http://127.0.0.1&lt;/a&gt;)&lt;br /&gt;&lt;br /&gt;I did not restart apache before issing the svn import command - is that necessary?  Also, I created all of the directories as root.   Would that cause this problem?</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:apache:41725</id>
    <author>
      <name>Calliphoridae</name>
    </author>
    <lj:poster user="pkbarbiedoll"/>
    <link rel="alternate" type="text/html" href="http://community.livejournal.com/apache/41725.html"/>
    <link rel="self" type="text/xml" href="http://community.livejournal.com/apache/data/atom/?itemid=41725"/>
    <title>Sporadic network timeouts</title>
    <published>2008-04-17T11:45:15Z</published>
    <updated>2008-04-17T11:45:15Z</updated>
    <content type="html">So, three sites are hosted on a single RHEL5 box, with Apache 2x serving pages.   Apache is using IP based virtual hosts.  &lt;br /&gt;&lt;br /&gt;Every once in a blue moon I try to access one of the sites and receive network timeout errors (doesn't matter if I access via IP or domain name).  The other two sites are still up and serving pages quickly - no slowdown or timeouts.&lt;br /&gt;&lt;br /&gt;After several minutes the network timeouts go away on their own.  &lt;br /&gt;&lt;br /&gt;Any ideas?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:apache:41268</id>
    <author>
      <name>Scott "Spongebob Hotpants" Baker</name>
    </author>
    <lj:poster user="muerte"/>
    <link rel="alternate" type="text/html" href="http://community.livejournal.com/apache/41268.html"/>
    <link rel="self" type="text/xml" href="http://community.livejournal.com/apache/data/atom/?itemid=41268"/>
    <title>Apache serving non-php files as php?</title>
    <published>2008-04-03T20:38:09Z</published>
    <updated>2008-04-03T20:38:09Z</updated>
    <content type="html">My server seems to think the following is PHP and serve it as such:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.perturb.org/tmp/test.php.foo.bar"&gt;http://www.perturb.org/tmp/test.php.foo.bar&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;However... the same file (symlinked)&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.perturb.org/tmp/test.php.txt"&gt;http://www.perturb.org/tmp/test.php.txt&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Is served as text. In fact it appears that apache servers the content as whatever the "last recognizable" extension. Shouldn't apache only server files that END in .php as php files?&lt;br /&gt;&lt;br /&gt;The configuration is very simple:&lt;br /&gt;&lt;br /&gt;AddType application/x-httpd-php .php&lt;br /&gt;AddType application/x-httpd-php-source .phps</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:apache:41133</id>
    <author>
      <name>Calliphoridae</name>
    </author>
    <lj:poster user="pkbarbiedoll"/>
    <link rel="alternate" type="text/html" href="http://community.livejournal.com/apache/41133.html"/>
    <link rel="self" type="text/xml" href="http://community.livejournal.com/apache/data/atom/?itemid=41133"/>
    <title>Apache SSL, removing passphrase prompt</title>
    <published>2008-03-05T14:25:44Z</published>
    <updated>2008-03-05T14:25:44Z</updated>
    <content type="html">&lt;span&gt;When my system reboots Apache needs the passphrase to start. I'd like to remove this prompt so the server can start without human intervention. So, according to the docs I can do this: &lt;br /&gt; &lt;br /&gt; openssl rsa -in server.key.current -out server.key.new&lt;br /&gt; &lt;br /&gt;But I wasn't prompted to enter my passphrase when issuing this command.&amp;nbsp; The resulting outfile is identical to server.key.current. &lt;br /&gt; Suggestions?&lt;/span&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:apache:40776</id>
    <author>
      <name>Не Занимать</name>
    </author>
    <lj:poster user="ne_zanimatj"/>
    <link rel="alternate" type="text/html" href="http://community.livejournal.com/apache/40776.html"/>
    <link rel="self" type="text/xml" href="http://community.livejournal.com/apache/data/atom/?itemid=40776"/>
    <title>apache @ 2008-03-05T11:50:00</title>
    <published>2008-03-05T09:50:30Z</published>
    <updated>2008-03-05T09:50:30Z</updated>
    <content type="html">Good day,&lt;br /&gt;Can I somehow set specific virtualhost for resolving of unregistered in our system domains?&lt;br /&gt;&lt;br /&gt;Thanks</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:apache:40574</id>
    <author>
      <name>Calliphoridae</name>
    </author>
    <lj:poster user="pkbarbiedoll"/>
    <link rel="alternate" type="text/html" href="http://community.livejournal.com/apache/40574.html"/>
    <link rel="self" type="text/xml" href="http://community.livejournal.com/apache/data/atom/?itemid=40574"/>
    <title>IE7 cert mismatch errors</title>
    <published>2008-03-03T19:43:21Z</published>
    <updated>2008-03-03T19:44:50Z</updated>
    <content type="html">  &lt;p class="MsoNormal"&gt;&lt;span style="color: black;"&gt;Some of our IE7 users receive security certificate mismatch warnings with every secure page view on &lt;u&gt;subdomain.domain.net&lt;/u&gt;.&lt;span style=""&gt;&amp;nbsp; &lt;/span&gt;The cert was originally issued to &lt;/span&gt;&lt;u&gt;&lt;span style="color: black;"&gt;www.domain.net&lt;/span&gt;&lt;/u&gt;&lt;span style="color: black;"&gt;.&lt;span style=""&gt;&amp;nbsp; &lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal"&gt;Is it possible to add aliases to existing certificates (my hunch is no, but I'm not well versed on them)?&amp;nbsp; &lt;span style="color: black;"&gt;&lt;span style=""&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="color: black;"&gt;&lt;span style=""&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:apache:40442</id>
    <author>
      <name>Robert</name>
    </author>
    <lj:poster user="salvanos"/>
    <link rel="alternate" type="text/html" href="http://community.livejournal.com/apache/40442.html"/>
    <link rel="self" type="text/xml" href="http://community.livejournal.com/apache/data/atom/?itemid=40442"/>
    <title>How do I specify the server's document root?</title>
    <published>2008-02-05T14:23:25Z</published>
    <updated>2008-02-05T14:23:25Z</updated>
    <content type="html">I work on a Macintosh running Apache 2.2.6 for a lot of website development projects in PHP.  Up until now, when it was necessary to specify a document root I would just change the value of $_SERVER['DOCUMENT_ROOT'] ... but that's really not that functional, as I still cannot do something like link an image or link like /index.php.&lt;br /&gt;&lt;br /&gt;I've been googling for a way to change Apache's document root based on folder structure but thus far my efforts have just caused apache to fail until I undo my changes.  What I'm trying to do is set it so that when you go to say "127.0.0.1/Bob" that "Bob" and all its subsequent directories might have a doc root of /httpd/Documents/Bob" but if you go to "127.0.0.1/Mary" there would be a different document root.&lt;br /&gt;&lt;br /&gt;Is this possible?</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:apache:39981</id>
    <author>
      <name>Shamess</name>
    </author>
    <lj:poster user="shamess_the_elf"/>
    <link rel="alternate" type="text/html" href="http://community.livejournal.com/apache/39981.html"/>
    <link rel="self" type="text/xml" href="http://community.livejournal.com/apache/data/atom/?itemid=39981"/>
    <title>apache @ 2008-01-26T11:24:00</title>
    <published>2008-01-26T11:27:34Z</published>
    <updated>2008-01-27T14:14:57Z</updated>
    <content type="html">I was playing with my httpd.conf and changed... something apparently, and now (possibly unrelatedly) my .htaccess file for one of my projects isn't working, though it was working perfectly before.&lt;br /&gt;&lt;br /&gt;So, I've come to ask what kind of thing within my http.conf could break rewrite rules in my .htaccess, that I could have changed.&lt;br /&gt;&lt;br /&gt;PS. I'll remember to back up in future.&lt;br /&gt;&lt;br /&gt;FIXED: I just deleted a random AllowOverride statement. Everything *seems* to be working now. And I don't put this server online, so it shouldn't be unsafe.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:apache:39707</id>
    <author>
      <name>christtrekker</name>
    </author>
    <lj:poster user="christtrekker"/>
    <link rel="alternate" type="text/html" href="http://community.livejournal.com/apache/39707.html"/>
    <link rel="self" type="text/xml" href="http://community.livejournal.com/apache/data/atom/?itemid=39707"/>
    <title>404 for user pages</title>
    <published>2007-12-21T17:13:41Z</published>
    <updated>2007-12-21T17:13:41Z</updated>
    <content type="html">I've thought of adding MediaWiki to my site just to make it super easy to add content whenever I wanted.  I know I could make Apache serve the wiki user page if the ~username URL was requested, but is it possible to make it do that only if it couldn't be found in the more traditional location (like his home dir) first?  Would that require some kind of handler script?</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:apache:39655</id>
    <author>
      <email>tastypuppies@livejournal.com</email>
      <name>tastypuppies</name>
    </author>
    <lj:poster user="tastypuppies"/>
    <link rel="alternate" type="text/html" href="http://community.livejournal.com/apache/39655.html"/>
    <link rel="self" type="text/xml" href="http://community.livejournal.com/apache/data/atom/?itemid=39655"/>
    <title>More advanced mod-rewrite</title>
    <published>2007-11-16T09:29:29Z</published>
    <updated>2007-11-16T09:30:29Z</updated>
    <content type="html">I've recently been switching my site over from a bunch of static HTML pages to PHP using Smarty templating&lt;br /&gt;&lt;br /&gt;I've decided to use mod_rewrite to make more attractive and search-engine friendly canonical URLs&lt;br /&gt;&lt;br /&gt;I've chosen this format:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;a href="http://example.com/some-words/some-more-words/"&gt;http://example.com/some-words/some-more-words/&lt;/a&gt;&lt;br /&gt;&lt;a href="http://example.com/some-words/"&gt;http://example.com/some-words/&lt;/a&gt;&lt;br /&gt;(both are valid, up to 2 such sections as shown)&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Notice no ".html"/".php". This is rewritten to&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;index.php?page=some-words/some-more-words/&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;The problems:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;In the meantime, while I transition to this format, I'm keeping my old static pages up, because there's a lot of inbound links to them that aren't going to get changed (little websites, various forum and blog posts, etc)&lt;br /&gt;&lt;br /&gt;I'll eventually get my pages switched over, but in the meantime there's at least one directory I would like to exclude from rewriting. Is there a way I can omit specific URLs from rewriting? I'd like for &lt;b&gt;"example.com/particular-directory/"&lt;/b&gt; to be exempt from being rewritten&lt;br /&gt;&lt;br /&gt;Another possibly related problem is that I have a few other domains hosted as "add-on" domains to the same hosting package, so their contents are in a subdirectory. So, of course, the URL re-writing directive cascades down and breaks those domains completely. Of course, it only took a few seconds to fix by adding an .htaccess to each subdirectory saying "RewriteEngine Off", but what if I wanted a separate URL-rewriting scheme on those directories? Can I tell it to ignore any other rules that might be applied and start fresh?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;My current rewriting rule looks like this:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;RewriteEngine On&lt;br /&gt;RewriteRule ^/?([a-zA-Z0-9\-]+/?[a-zA-Z0-9\-]+/?)$ index.php?page=$1 [L]&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Is there a flag or other rules that could help me?&lt;br /&gt;&lt;br /&gt;(Note: I'm on shared hosting so http.conf etc are not an option)</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:apache:39386</id>
    <author>
      <email>walkingbear@electrondreams.com</email>
      <name>Scott Bragg</name>
    </author>
    <lj:poster user="walkingbear"/>
    <link rel="alternate" type="text/html" href="http://community.livejournal.com/apache/39386.html"/>
    <link rel="self" type="text/xml" href="http://community.livejournal.com/apache/data/atom/?itemid=39386"/>
    <title>Apache Con</title>
    <published>2007-11-14T18:50:45Z</published>
    <updated>2007-11-14T18:50:45Z</updated>
    <content type="html">Anyone here in Atlanta at ApacheCon?&lt;br /&gt;&lt;br /&gt;Look for the guy in black with the pipe in one hand and a book in the other.  That's me.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:apache:38750</id>
    <author>
      <name>Calliphoridae</name>
    </author>
    <lj:poster user="pkbarbiedoll"/>
    <link rel="alternate" type="text/html" href="http://community.livejournal.com/apache/38750.html"/>
    <link rel="self" type="text/xml" href="http://community.livejournal.com/apache/data/atom/?itemid=38750"/>
    <title>Analytics</title>
    <published>2007-09-11T15:02:54Z</published>
    <updated>2007-09-11T15:02:54Z</updated>
    <content type="html">Our project is interested in buying a solid analytics application for several sites hosted on an Apache server.&amp;nbsp;&amp;nbsp; What are our best options?</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:apache:38566</id>
    <author>
      <name>frederick</name>
    </author>
    <lj:poster user="mausolos"/>
    <link rel="alternate" type="text/html" href="http://community.livejournal.com/apache/38566.html"/>
    <link rel="self" type="text/xml" href="http://community.livejournal.com/apache/data/atom/?itemid=38566"/>
    <title>FilesMatch</title>
    <published>2007-08-27T18:42:12Z</published>
    <updated>2007-08-27T18:42:12Z</updated>
    <content type="html">I want to generate links with my code like "index_flotsam.php" and "index_jetsam.php" and have apache ignore everything but "index.php".  So if the user clicks on "index_flotsam.php" it will just take them to the file "index.php" but will still display the url "index_flotsam.php".  I'm using Apache 2.2.4.  I have a feeling I could probably do this with the FilesMatch directive, but I'm not entirely sure how.  Any ideas?&lt;br /&gt;&lt;br /&gt;Thanks!</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:apache:38398</id>
    <author>
      <name>Calliphoridae</name>
    </author>
    <lj:poster user="pkbarbiedoll"/>
    <link rel="alternate" type="text/html" href="http://community.livejournal.com/apache/38398.html"/>
    <link rel="self" type="text/xml" href="http://community.livejournal.com/apache/data/atom/?itemid=38398"/>
    <title>Problem with verisign cert</title>
    <published>2007-06-28T14:34:23Z</published>
    <updated>2007-06-28T14:34:23Z</updated>
    <content type="html">We bought a certificate for a domain. &amp;nbsp; I've set up a few sites with ssl before this, so I was careful to enter the FQDN in my csr request.&amp;nbsp; A day later Verisign sent the cert in an email, which we copied into a sitename.crt file on the server.&amp;nbsp;&amp;nbsp; I made an unecrypted version of the key so I wouldn't have to enter the passphrase every time Apache starts.&amp;nbsp; (yes I entered the passphrase, which was accepted)&lt;br /&gt;&lt;br /&gt;So - I start the server without errors.&amp;nbsp; When I access the site using &lt;a href="https://sitename"&gt;https://sitename&lt;/a&gt;, the browser returns a certificate mismatch error.&amp;nbsp;&amp;nbsp; The cert details appear with localhost, localdomain, ect, which is not what I entered when creating the csr &amp;amp; key.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;&amp;lt;VirtualHost 1.2.3.4:443&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ServerName sitename.department.domain.ext&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ServerAdmin abc@123.def&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DocumentRoot /www/virtualhosts/sitename&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ErrorLog /var/log/httpd/sitename-error_log&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CustomLog /var/log/httpd/sitename-access_log common&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SSLEngine On&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SSLCertificateFile /usr/local/ssl/crt/sitename.crt&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SSLCertificateKeyFile /usr/local/ssl/crt/sitename_unencrypted.key&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SSLCACertificateFile /usr/local/ssl/crt/intermediate.crt&lt;br /&gt;&amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Is there a way to print out the details listed in a crt file, from command line?&amp;nbsp;&amp;nbsp; Can I do the same with the original csr file?&amp;nbsp;&amp;nbsp;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:apache:37892</id>
    <author>
      <name>Shamess</name>
    </author>
    <lj:poster user="shamess_the_elf"/>
    <link rel="alternate" type="text/html" href="http://community.livejournal.com/apache/37892.html"/>
    <link rel="self" type="text/xml" href="http://community.livejournal.com/apache/data/atom/?itemid=37892"/>
    <title>apache @ 2007-06-26T22:47:00</title>
    <published>2007-06-26T21:53:57Z</published>
    <updated>2007-06-26T21:53:57Z</updated>
    <content type="html">&lt;s&gt;So, I'm lazy...&lt;/s&gt; So, I figured the main point of computers (and therefore programming languages) is so we don't have to repeat stuff; we just write a short application to do it for us. Because of that, I'm getting a bit bored with typing &lt;em&gt;include_once ('header.php');&lt;/em&gt; at the top and &lt;em&gt;include_once (footer.php);&lt;/em&gt; at the bottom of all my scripts. Is there a way to get Apache to just automatically includes those files at the right place (the top and bottom of the script), so I don't have to write it? Obviously, I need to restrict it to just one directory of my file system.&lt;br /&gt;&lt;br /&gt;Failing that, I'll just make a macro in Notepad++...&lt;br /&gt;&lt;br /&gt;Thanks.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:apache:37811</id>
    <author>
      <name>frederick</name>
    </author>
    <lj:poster user="mausolos"/>
    <link rel="alternate" type="text/html" href="http://community.livejournal.com/apache/37811.html"/>
    <link rel="self" type="text/xml" href="http://community.livejournal.com/apache/data/atom/?itemid=37811"/>
    <title>Apache 2.2.4 and Vista</title>
    <published>2007-06-21T00:30:39Z</published>
    <updated>2007-06-21T00:30:39Z</updated>
    <content type="html">I guess lots of people (including me) are having problems getting Apache to work on Vista.  I don't know if anyone's already posted this solution, but I pieced it together from a few different sites that each offered their own little tidbit.  I hope this helps someone:&lt;br /&gt;&lt;br /&gt;1) if you have already been trying to make this work, make sure you completely remove and detele all evidence of apache 2.2.4 from your computer: program files, registry, etc.  if you haven't had a failed install attempt and you're starting fresh, go on to step 2.&lt;br /&gt;2) turn off User Access Control&lt;br /&gt;2) run cmd.exe as an administrator.  you can do this by right-clicking on the link in the start menu program list.&lt;br /&gt;3) from the command line, go to the directory your apache msi file is in.  enter: "msiexec /i &lt;apache_filename&gt;.msi" (without the quotes obviously)&lt;br /&gt;5) let the program run, check off everything as you see fit.  when the program has finished running, it will most likely display an error popup.  close this.&lt;br /&gt;6) back on the command line (still running as administrator), go to &lt;your_apache_directory&gt;\bin and enter: "httpd -k install"&lt;br /&gt;7) now apache should show up as a service.  but you're not done yet!  go to the apache monitor/control thingy in your start menu.  right-click it and go to properties-&amp;gt;compatibility.  set the compatibility mode to winxp sp2.&lt;br /&gt;8) that's it!  you may want to start your apache control, but it will run now without that.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:apache:37226</id>
    <author>
      <name>Calliphoridae</name>
    </author>
    <lj:poster user="pkbarbiedoll"/>
    <link rel="alternate" type="text/html" href="http://community.livejournal.com/apache/37226.html"/>
    <link rel="self" type="text/xml" href="http://community.livejournal.com/apache/data/atom/?itemid=37226"/>
    <title>Virtual hosting - testing</title>
    <published>2007-06-12T14:15:03Z</published>
    <updated>2007-06-12T15:29:59Z</updated>
    <content type="html">I created two name-based virtual hosts&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;    NameVirtualHost *:80&lt;br /&gt;    &lt;br /&gt;    &amp;lt;VirtualHost *:80&amp;gt;&lt;br /&gt;    ServerName siteone.subX.subY.com&lt;br /&gt;    ServerAdmin me@me.com&lt;br /&gt;    DocumentRoot /www/virtualhosts/siteone&lt;br /&gt;    ErrorLog /var/log/httpd/siteone-error_log&lt;br /&gt;    CustomLog /var/log/httpd/siteone-access_log common&lt;br /&gt;&amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;VirtualHost *:80&amp;gt;&lt;br /&gt;    ServerName sitetwo.subX.subY.com&lt;br /&gt;    ServerAdmin me@me.com&lt;br /&gt;    DocumentRoot /www/virtualhosts/sitetwo&lt;br /&gt;    ErrorLog /var/log/httpd/sitetwo-error_log&lt;br /&gt;    CustomLog /var/log/httpd/sitetwo-access_log common&lt;br /&gt;&amp;lt;/VirtualHost&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Shouldn't I be able to test them by adding entries in my local hosts file, and accessing via &lt;a href="http://sitetwo.subX.subY.com"&gt;http://sitetwo.subX.subY.com&lt;/a&gt;?  Well, when I do that, the site that displays is actually site&lt;strong&gt;one&lt;/strong&gt;.subX.subY.com.   So it's always displaying the default VH, no matter what domain I use.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:apache:37060</id>
    <author>
      <name>Calliphoridae</name>
    </author>
    <lj:poster user="pkbarbiedoll"/>
    <link rel="alternate" type="text/html" href="http://community.livejournal.com/apache/37060.html"/>
    <link rel="self" type="text/xml" href="http://community.livejournal.com/apache/data/atom/?itemid=37060"/>
    <title>Seperate instances of Apache under one box</title>
    <published>2007-06-11T19:28:22Z</published>
    <updated>2007-06-11T19:28:22Z</updated>
    <content type="html">Can Apache run under different instances, so that we can direct traffic to each Virtual Host under a different instance.   Would doing so offer better security than simply using virtual hosting?   One of our sites is internal, the others are public.  We want to keep the internal site locked down extremely tight.  &lt;br /&gt;&lt;br /&gt;In that same light, is it possible to have different SSL certs for different Virtual Hosts running on the same physical box (under one IP)? &lt;br /&gt;&lt;br /&gt;Thanks for suggestions/pointers.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:apache:36714</id>
    <author>
      <name>subtle_rift</name>
    </author>
    <lj:poster user="subtle_rift"/>
    <link rel="alternate" type="text/html" href="http://community.livejournal.com/apache/36714.html"/>
    <link rel="self" type="text/xml" href="http://community.livejournal.com/apache/data/atom/?itemid=36714"/>
    <title>apache @ 2007-05-11T02:59:00</title>
    <published>2007-05-11T02:06:58Z</published>
    <updated>2007-05-11T02:06:58Z</updated>
    <content type="html">Suppose I had various servers for different types of content sitting behing an Apache server.  Firstly, am I right in thinking I can configure Apache to connect to the relevant computer when everything's static?  Secondly, what if things moved dynamicaly, for example if I maintained a dynamic cache, either on the same or a different machine to the one running Apache.  Where Apache should look for a given resource would be specified by an external program.  Can I do this?  I'd need to be able to pass the external program not just the http request but also and session variables.&lt;br /&gt;&lt;br /&gt;Cheers</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:apache:36535</id>
    <author>
      <name>Shamess</name>
    </author>
    <lj:poster user="shamess_the_elf"/>
    <link rel="alternate" type="text/html" href="http://community.livejournal.com/apache/36535.html"/>
    <link rel="self" type="text/xml" href="http://community.livejournal.com/apache/data/atom/?itemid=36535"/>
    <title>"You don't have permission to access.."</title>
    <published>2007-04-25T13:50:46Z</published>
    <updated>2007-04-25T13:50:46Z</updated>
    <content type="html">I'm running Apache 2.2 from &lt;a href="http://www.wampserver.com/en/" title="Install PHP5, Apache and MySQL on Windows"&gt;wamp&lt;/a&gt; (so I have PHP5 and MySQL 5, though I don't think it has anything to do with them) on Windows XP. Anyway.&lt;br /&gt;&lt;br /&gt;I can access everything fine using "localhost", and a friend told me that I could access my server by just using my computer's name. So I named my computer "nemo-serv" (all my electrical devices are named after characters from Finding Nemo, my laptop is Nemo,) and then could use nemo-serv fine, just like localhost.&lt;br /&gt;&lt;br /&gt;Then I changed something, and I just get a "You don't have permission to access this directory" when using nemo-serv, though localhost is still fine. I really have no idea what I changed that could have done this, but I was hoping you guys would be able to point me in the right direction.&lt;br /&gt;&lt;br /&gt;Thanks ^^</content>
  </entry>
</feed>
