10.6.2 httpd respawning endlessly.

My server's log is full of this:
Feb 28 00:40:31 atlas com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
Feb 28 00:40:41 atlas org.apache.httpd[2466]: (48)Address already in use: make_sock: could not bind to address 127.0.0.1:9010
Feb 28 00:40:41 atlas org.apache.httpd[2466]: no listening sockets available, shutting down
Feb 28 00:40:41 atlas org.apache.httpd[2466]: Unable to open logs
Feb 28 00:40:41 atlas com.apple.launchd[1] (org.apache.httpd[2466]): Exited with exit code: 1
Which would of course suggest that something else has that port. It doesn't. The only thing with that port is httpd. So I kill all running instances of httpd, nothing has the port. Start up Web ... and the errors begin churning out again.
When I reboot the server, there's nothing on port 9010 (confirmed by lsof). Start Web, and the errors begin churning out again.
So I edit httpd.conf, and change the listen line to 9011. Start web, now it's complaining it can't bind to :9011! It can't bind, because it itself has just bound!
I comment out the Listen line entirely, and now the error is:
Feb 28 00:43:14 atlas org.apache.httpd[2621]: (48)Address already in use: make_sock: could not bind to address [::]:80
Feb 28 00:43:14 atlas org.apache.httpd[2621]: (48)Address already in use: make_sock: could not bind to address 0.0.0.0:80
This is an absolutely stock install. I haven't touched Web -- all I did was upgrade to 10.6.2. To be sure, I deleted httpd.conf and the sites and restored from their defaults but still this error is haunting me.
It's incredibly frustrating, and I'd very much appreciate any help you can give.

Ah, here we go, that's exactly what it is.
On this system, /System/Library/LaunchDaemons/org.apache.httpd.plist contains
[lines snipped]
<key>ProgramArguments</key>
<array>
<string>/usr/sbin/httpd</string>
<string>-D</string>
<string></string>
</array>
What it should have (or at least, what 10.6 non-server and what works) is to have:
<key>ProgramArguments</key>
<array>
<string>/usr/sbin/httpd</string>
<string>-D</string>
<string>FOREGROUND</string>
</array>
This stops Apache daemonizing, which is neccessary for launchd to be able to keep track of it.
(It'd be of interest if people could report what their plists look like, to see if this has somehow been corrupted, or if it's a 10.6.2 bug that needs reporting)

Similar Messages

  • Missing kdcmond??

    After a clean new install of SL 10.6 Server, and a day spent configuring, I suddenly began to get a log file full of messages about launchd respawning endlessly because "posix_spawn("/usr/sbin/kdcmond", ...): No such file or directory".
    Now it's true: there is no /usr/sbin/kdcmond. There is of course a launchd plist file for kdcmond, but no executable.
    Worse, I've examined my SL install disk -- and there is no kdcmond in any of the installer packages on the install disk. So what gives?
    I can unload kdcmond from launchd and kill the endless log message loop, but don't know if this is going to compromise Open Directory on my server. Anyone have a clue?

    This is an error that is generated when you import your 10.5 OD database to a 10.6 server. kdcmond exists in 10.5 but not 10.6. The archive feature for Open Directory has not really been designed to be a mechanism to migrate your 10.5 OD to 10.6. The stance from Apple is that you have to export your users from WorkGroup Manager and import them on the new server. The downside to this is of course that you lose all of the user passwords when this happens. I'm still trying to figure out a way to manually move the users with their passwords from 10.5 to 10.6. In my opinion, the server OS really suffers from this lack of migration features.

  • Httpd constantly respawning

    I have 10.5.1 installed on a Xserve G5 and have two web sites up and running on it. In the syslog I see the httpd server process respawning constantly:
    Jan 3 10:40:05 healthcenter org.apache.httpd[47518]: (48)Address already in use: make_sock: could not bind to address 127.0.0.1:9010
    Jan 3 10:40:05 healthcenter org.apache.httpd[47518]: no listening sockets available, shutting down
    Jan 3 10:40:05 healthcenter org.apache.httpd[47518]: Unable to open logs
    Jan 3 10:40:05 healthcenter com.apple.launchd[208] (org.apache.httpd[47518]): Exited with exit code: 1
    Jan 3 10:40:05 healthcenter com.apple.launchd[208] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    It's been doing this non-stop for days now. Any ideas about what's going on? Anywhere else I can look for possible configuration errors?

    The error message tells you what the problem is:
    (48)Address already in use: make_sock: could not bind to address 127.0.0.1:9010
    Some other process is already running on the port that Apache is trying to connect to (in this case, 9010).
    That could be a rogue Apache process that was started inadvertently, or could be some other process altogether. Since it's not complaining about any other port, I'm going to guess that you have some other process running on port 9010.
    You can find out which process is causing the problem via:
    <pre class=command>sudo lsof -i :9010</pre>
    Once you know the process, you can decide whether you need that process, whether you can move that process to another port number, or whether you need to change Apache to use a different port.

  • Endlessly Exiting/Respawning kadmind

    Every 10 seconds I get the following group of messages in Console on XServe:
    3/15/11 9:59:55 PM com.apple.launchd[1] (com.apple.kdcmond[999]) Exited with exit code: 1
    3/15/11 9:59:55 PM com.apple.launchd[1] (com.apple.kdcmond[999]) Throttling respawn: Will start in 10 seconds
    3/15/11 10:00:00 PM edu.mit.Kerberos.kdadmin[1001] kadmind: Cannot bind socket.
    3/15/11 10:00:00 PM edu.mit.Kerberos.kdadmin[1001] bind: Address already in use
    3/15/11 10:00:00 PM edu.mit.Kerberos.kdadmin[1001] This probably means that another kadmind process is already
    3/15/11 10:00:00 PM edu.mit.Kerberos.kdadmin[1001] running, or that another program is using the server port (number 749)
    3/15/11 10:00:00 PM edu.mit.Kerberos.kdadmin[1001] after being assigned it by by the RFC portmap daemon. If another
    3/15/11 10:00:00 PM edu.mit.Kerberos.kdadmin[1001] kadmind is already running, you should kill it before
    3/15/11 10:00:00 PM edu.mit.Kerberos.kdadmin[1001] restarting the server. If, on the other hand, another program is
    3/15/11 10:00:00 PM edu.mit.Kerberos.kdadmin[1001] using the server port, you should kill it before running
    3/15/11 10:00:00 PM edu.mit.Kerberos.kdadmin[1001] kadmind, and ensure that the conflict does not occur in the
    3/15/11 10:00:00 PM edu.mit.Kerberos.kdadmin[1001] future by making sure that kadmind is started on reboot
    3/15/11 10:00:00 PM edu.mit.Kerberos.kdadmin[1001] before portmap.
    3/15/11 10:00:00 PM com.apple.launchd[1] (edu.mit.Kerberos.kadmind[1001]) Exited with exit code: 1
    3/15/11 10:00:00 PM com.apple.launchd[1] (edu.mit.Kerberos.kadmind) Throttling respawn: Will start in 10 seconds
    3/15/11 10:00:05 PM com.apple.launchd[1] (com.apple.kdcmond[1003]) posix_spawn("/usr/sbin/kdcmond", ...): No such file or directory
    3/15/11 10:00:05 PM com.apple.launchd[1] (com.apple.kdcmond[1003]) Exited with code: 1
    3/15/11 10:00:05 PM com.apple.launchd[1] (com.apple.kdcmond) Throttling respawn: Will start in 10 seconds
    The above log entries repeat ENDLESSLY, day-in, day-out every 10 seconds!
    I've tried repairing disk permissions using Disk Utility, and rebooting the server. No improvement.
    I've tried killing the kadmind process using Activity Monitor, and rebooting the server. No improvement.
    I searched these support forums, and found a similarly worded subject. The symptoms and steps leading up to the problem in that topic/thread seem very similar to my issue, but the solution offered doesn't tell me exactly what file to delete (and I'm not experienced enough to go deleting things willy-nilly on my server).
    http://discussions.apple.com/thread.jspa?messageID=11638667&#11638667
    Any help greatly appreceated.
    Running Mac OS X Server v10.6.6 on an XServe.

    PROBLEM SOLVED!
    Log shows that two Kerberos related processes are having issues:
    1) kdcmond; and
    2) kadmind.
    launchd is attempting to start kdcmond, but can't find that binary/executable file. This is indicated by the line near the bottom of the error log at 10:00:05 PM: ..."/usr/sbin/kdcmond",...): No such file or directory.
    launchd is also trying to start kadmind, but finding it already running/using port 749 (indicated by text in bulk of error message).
    Turns out that there are some launchd files that were migrated from my v10.5 server into my v10.6 server (yes, I blame Apple for not catching this in their migration routine). The launchd files are on the server at:
    /System/Library/LaunchDaemons/
    The v10.5 files are:
    com.apple.kdcmond.plist
    edu.mit.kadmind.plist
    Be sure not to confuse the second launchd file above with its v10.6 equivalent (edu.mit.Kerberos.kadmind.plist; note the "Kerberos" in the middle of the filename).
    TO FIX:
    1) As a precaution, I logged all Network Users out, shut down all Macs (so their would be no possibility of directory binding issues, etc.)
    2) In Terminal, issue the following commands:
    sudo -s
    launchctl unload /System/Library/LaunchDaemons/com.apple.kdcmond.plist 2>/dev/null
    launchctl unload /System/Library/LaunchDaemons/edu.mit.kadmind.plist 2>/dev/null
    3) Exit Terminal.
    4) Delete the two v10.5 files from /System/Library/LaunchDaemons/
    com.apple.kdcmond.plist
    edu.mit.kadmind.plist
    5) Reboot server.
    HINTS THAT DIRECTED ME TO THIS SOLUTION:
    http://discussions.apple.com/thread.jspa?messageID=11638667&#11638667
    http://discussions.apple.com/thread.jspa?messageID=11108737
    http://www.osxadmins.com/?p=72
    http://support.apple.com/kb/HT3655

  • Can't start httpd/apache on macbook

    This is an odd problem which I imported from my Titanium to my Macbook: I can't start personal web sharing. When I do in the control panels, it seems to load endlessly. httpd.conf seems to be ok, as a "httpd -t" returns that syntax is ok.
    "httpd -k graceful" returns this:
    httpd not running, trying to start
    (13)Permission denied: httpd: could not open error log file /Library/Apache2/logs/error_log.
    Unable to open logs
    an "httpd -E" puts out an error file containing this message:
    (13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
    no listening sockets available, shutting down
    Unable to open logs
    can anybody help?
    Thanks: Mathias

    I'm having the same problem but I think due to a different reason. It was all working fine in Tiger but with Leopard, Apache got upgraded to 2.2 and now it gives me this error.
    I tried my old G3 with tiger on it and it works fine with no problems on 1.3 but since I upgraded my G5 and MBP with Leopard first thing it did was to tell me that access is forbiden (Error 403) to http://localhost/~user/
    I'm trying to get a CMS ironed out before it goes on our server so I am just trying to do it through the Sites folder. I have also installed PHP 5.25 and MySQL 5 on the G5. First I thought that PHP and MySQL wrecked the Appche, but MBP hasn't been touched and it does the same thing.
    Full error:
    Last login: Thu Jan 3 11:04:50 on console
    a-ms-power-mac-g5:~ am$ apachectl -k restart
    httpd not running, trying to start
    (13)Permission denied: make_sock: could not bind to address [::]:80
    (13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
    no listening sockets available, shutting down
    Unable to open logs
    I tried to do what previous post said and here is what I got:
    a-ms-power-mac-g5:~ am$ sudo /usr/sbin/apachectl start
    Password:
    org.apache.httpd: Already loaded
    I also tried to look for the location to put "logs" folder into and I can't seem to find it.
    Help!!!

  • Can someone translate this HTTPD error?

    This log is from when I start the webserver from server app, I have two virtual host created that should work on port 80 and the default that runs on port 443.
    Aug 25 14:11:52 myserver servermgrd[36879]: servermgr_web: enabling
    Aug 25 14:11:55 myserver com.apple.launchd.peruser.70[37300]: Background: Bug: launchd_core_logic.c:3063 (24984):3
    Aug 25 14:11:55 myserver com.apple.launchd.peruser.70[37300]: Background: job_mig_intran() was confused by PID 37105 UID 70 EUID 70 Mach Port 0x1a07:
    Aug 25 14:11:55 myserver com.apple.launchd.peruser.70[37300]: Bug: launchd_core_logic.c:8528 (24984):3: j != NULL
    Aug 25 14:11:55 myserver org.apache.httpd[37303]: [Thu Aug 25 14:11:55 2011] [warn] NameVirtualHost 83.246.3.34:80 has no VirtualHosts
    Aug 25 14:11:56 myserver servermgrd[36879]: servermgr_web: Disabling port forwarding for port 80
    Aug 25 14:11:57: --- last message repeated 1 time ---
    Aug 25 14:11:57 myserver servermgrd[36879]: servermgr_web: waiting for pid, file /private/var/run/httpd.pid.
    Aug 25 14:11:57 myserver org.apache.httpd[37310]: [Thu Aug 25 14:11:57 2011] [warn] _default_ VirtualHost overlap on port 80, the first has precedence
    Aug 25 14:11:57 myserver org.apache.httpd[37310]: [Thu Aug 25 14:11:57 2011] [warn] _default_ VirtualHost overlap on port 443, the first has precedence
    Aug 25 14:11:57 myserver com.apple.launchd[1] (org.apache.httpd[37310]): Exited with code: 1
    Aug 25 14:11:57 myserver com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Aug 25 14:11:58 myserver servermgrd[36879]: servermgr_web: waiting for pid, file /private/var/run/httpd.pid.
    Aug 25 14:12:02: --- last message repeated 3 times ---
    Aug 25 14:12:02 myserver servermgrd[36879]: servermgr_web: Enabling port forwarding for port 80
    Aug 25 14:12:02: --- last message repeated 1 time ---
    Aug 25 14:12:02 myserver servermgrd[36879]: servermgr_web: Cannot confirm Apache was started; missing or invalid pid file
    Aug 25 14:12:07 myserver org.apache.httpd[37321]: [Thu Aug 25 14:12:07 2011] [warn] _default_ VirtualHost overlap on port 80, the first has precedence
    Aug 25 14:12:07 myserver org.apache.httpd[37321]: [Thu Aug 25 14:12:07 2011] [warn] _default_ VirtualHost overlap on port 443, the first has precedence
    Aug 25 14:12:07 myserver com.apple.launchd[1] (org.apache.httpd[37321]): Exited with code: 1
    Aug 25 14:12:07 myserver com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Aug 25 14:12:17 myserver org.apache.httpd[37325]: [Thu Aug 25 14:12:17 2011] [warn] _default_ VirtualHost overlap on port 80, the first has precedence
    Aug 25 14:12:17 myserver org.apache.httpd[37325]: [Thu Aug 25 14:12:17 2011] [warn] _default_ VirtualHost overlap on port 443, the first has precedence

    Let's go to end of the universe!! step by step =)
    Aug 25 14:11:55 myserver org.apache.httpd[37303]: [Thu Aug 25 14:11:55 2011] [warn] NameVirtualHost 83.246.3.34:80 has no VirtualHosts
    That means that "below your NamedVirtualHost specification there is no Virtual Host defined"
    VirtualHost are here to allow you to have multiple web pages below the same IP.
    A common Virtual Host definition is:
    NameVirtualHost *
        <VirtualHost *>
        ServerName www.domain.tld
        DocumentRoot /www/domain
        </VirtualHost>
        <VirtualHost *>
        ServerName www.otherdomain.tld
        DocumentRoot /www/otherdomain
        </VirtualHost>
    Following your Log, you have a "NameVirtualHost 83.246.3.34:80" definition without any following "<VirtualHost 83.246.3.34:80>" directive.
    All site's configuration files are in /etc/apache2/sites/
    Aug 25 14:11:57 myserver org.apache.httpd[37310]: [Thu Aug 25 14:11:57 2011] [warn] _default_ VirtualHost overlap on port 80, the first has precedence
    Aug 25 14:11:57 myserver org.apache.httpd[37310]: [Thu Aug 25 14:11:57 2011] [warn] _default_ VirtualHost overlap on port 443, the first has precedence
    That two messages means the same, that "there are two identical VirtualHost definitions, so i'll use the first one"
    That means that you have two "<VirtualHost XXX>" directives with the same or missing "ServerName" definition.
    The Web Server a.k.a. Apache uses the "ServerName" to forward request to one or other definition.
    Let's see an example with this missconfiguration:
    NameVirtualHost 83.246.3.34:80
      <VirtualHost 83.246.3.34:80>
      ServerName www.domain.com
      DocumentRoot /www/domain
      </VirtualHost>
      <VirtualHost 83.246.3.34:80>
      ServerName www.domain.com
      DocumentRoot /www/otherdomain
      </VirtualHost>
    ... when a connection is made to www.domain.com resoults in going to 83.246.3.34 port 80
    Then Apache doesn't know where to go (/www/domain or /www/otherdomain) so it will go to the first definition
    Aug 25 14:11:57 myserver com.apple.launchd[1] (org.apache.httpd[37310]): Exited with code: 1
    Aug 25 14:11:57 myserver com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    This means "Apache process exit with errors, will try to restart it in 10 sec".
    Note that previous errors should not make Apache process die.
    Aug 25 14:11:58 myserver servermgrd[36879]: servermgr_web: waiting for pid, file /private/var/run/httpd.pid.
    Aug 25 14:12:02 myserver servermgrd[36879]: servermgr_web: Cannot confirm Apache was started; missing or invalid pid file
    The ".pid" file is just a text file with the process number in it (in this case, 36879).
    This file helps other process to kill or restart the Apache's process if needed.
    That say that "no .pid file was created, or invalid file was created, for example an empty one".
    Stop the Web Server and check that the .pid file is not there (/private/var/run/httpd.pid).
    Start the Web Server and check that the .pid file is there and has the propper content.
    You can get the PID (Process ID) for a process performing a "ps" command from the command line:
    #ps aux | grep http
    make the force b with u!

  • Endless portmap iteration (sandbox issue?)

    I use Wuala or online secure storage sharing. Wuala requires portmap to run. To achieve this it puts a plist (com.caleido.portmap.plist) in the /Library/LaunchDaemons folder. However, on my machine this causes portmap to get into an endless iteration because it cannot find an available port. This in turn prevents my NFS server to start (rpcinfo -p <hostname> only shows rpc to be running and none of the NFS daemons).
    The following sequence of events repeats itsself endlessly (from the console log):
    =====
    31/10/2009 10:10:58 sandboxd[107] portmap(2722) deny network-outbound /private/var/tmp/launchd/sock
    31/10/2009 10:10:58 portmap[2722] cannot bind udp: Address already in use
    31/10/2009 10:10:58 com.apple.launchd[1] (com.apple.portmap[2722]) Exited with exit code: 1
    31/10/2009 10:10:58 com.apple.launchd[1] (com.apple.portmap) Throttling respawn: Will start in 10 seconds
    =====
    If I look at my sandbox /usr/share/sandbox/portmap.sb rules, it states that network-outbound is allowed:
    =====
    (version 1)
    (debug deny)
    (import "bsd.sb")
    (allow process-exec (regex #"^/usr/sbin/portmap$"))
    (allow process-fork)
    (allow file-read-data file-read-metadata (regex
    #"^/etc"
    #"^/var"
    #"^/dev/urandom$"))
    (allow network-bind (local ip4))
    (allow network-inbound (local ip4 "*:111"))
    (allow network-outbound)
    (deny default)
    =====
    Any usggestions what could cause this behaviour and what I can do to remediateit?
    Thanks,
    Erik

    I use Wuala or online secure storage sharing. Wuala requires portmap to run. To achieve this it puts a plist (com.caleido.portmap.plist) in the /Library/LaunchDaemons folder. However, on my machine this causes portmap to get into an endless iteration because it cannot find an available port. This in turn prevents my NFS server to start (rpcinfo -p <hostname> only shows rpc to be running and none of the NFS daemons).
    The following sequence of events repeats itsself endlessly (from the console log):
    =====
    31/10/2009 10:10:58 sandboxd[107] portmap(2722) deny network-outbound /private/var/tmp/launchd/sock
    31/10/2009 10:10:58 portmap[2722] cannot bind udp: Address already in use
    31/10/2009 10:10:58 com.apple.launchd[1] (com.apple.portmap[2722]) Exited with exit code: 1
    31/10/2009 10:10:58 com.apple.launchd[1] (com.apple.portmap) Throttling respawn: Will start in 10 seconds
    =====
    If I look at my sandbox /usr/share/sandbox/portmap.sb rules, it states that network-outbound is allowed:
    =====
    (version 1)
    (debug deny)
    (import "bsd.sb")
    (allow process-exec (regex #"^/usr/sbin/portmap$"))
    (allow process-fork)
    (allow file-read-data file-read-metadata (regex
    #"^/etc"
    #"^/var"
    #"^/dev/urandom$"))
    (allow network-bind (local ip4))
    (allow network-inbound (local ip4 "*:111"))
    (allow network-outbound)
    (deny default)
    =====
    Any usggestions what could cause this behaviour and what I can do to remediateit?
    Thanks,
    Erik

  • Webogjects Error Throttling respawn message os X server 10.5.4

    Server admin log keeps reporting a throttling respawn error: I have not had a troubles with the server but this re-occurring error concerns me. Any advise on how a can track down the root of this error would be very helpful.
    Thanks
    Jim
    Mar 4 13:43:30 67 com.apple.launchd[1] (com.webobjects.jboss[85421]): Bug: launchdcorelogic.c:3076 (23585):2: chdir(j->workingdir) != -1
    Mar 4 13:43:30 67 com.webobjects.jboss[85421]: Exception in thread "main"
    Mar 4 13:43:30 67 com.webobjects.jboss[85421]: java.lang.NoClassDefFoundError: org/jboss/Main
    Mar 4 13:43:30 67 com.apple.launchd[1] (com.webobjects.jboss[85421]): Exited with exit code: 1
    Mar 4 13:43:30 67 com.apple.launchd[1] (com.webobjects.jboss): Throttling respawn: Will start in 10 seconds
    Mar 4 13:43:38 67 com.apple.launchd[1] (org.apache.httpd-1.3[85430]): Exited with exit code: 1
    Mar 4 13:43:38 67 com.apple.launchd[1] (org.apache.httpd-1.3): Throttling respawn: Will start in 10 seconds
    Mar 4 13:43:40 67 com.apple.launchd[1] (com.webobjects.jboss[85431]): Suspicious setup: User "appserver" maps to user: _appserver
    Mar 4 13:43:40 67 com.apple.launchd[1] (com.webobjects.jboss[85431]): Bug: launchdcorelogic.c:3076 (23585):2: chdir(j->workingdir) != -1
    Mar 4 13:43:40 67 com.webobjects.jboss[85431]: Exception in thread "main"
    Mar 4 13:43:40 67 com.webobjects.jboss[85431]: java.lang.NoClassDefFoundError: org/jboss/Main
    Mar 4 13:43:40 67 com.apple.launchd[1] (com.webobjects.jboss[85431]): Exited with exit code: 1
    Mar 4 13:43:40 67 com.apple.launchd[1] (com.webobjects.jboss): Throttling respawn: Will start in 10 seconds
    Mar 4 13:43:44 67 com.apple.launchd[7227] ([0x0-0x245a458].net.summary.script[85432]): Stray process with PGID equal to this dead job: PID 85433 PPID 1 sh

    Same issue here. I even tried to import the cert directly into keychain. I did get the certificate to show up in server admin with the correct signed info, but when I assigned a service to the cert. It actually was handing out the old unsigned cert, so I removed it to try again. Now I cannot get the cert back in server admin at all, just in Keychain under SYSTEM. The self-signed certs only show up under My Keychains... It appears also that Server Admin will only see the certs that are located in MyKeychains. Anyone have any luck?

  • Httpd Shutting Down

    None of my server websites would load.  It just can't connect to the server (cclloyd.com to test)
    I checked the system error log and saw this kept repeating.
    Nov  7 00:42:58 whitefamilyserver com.apple.launchd[1] (org.apache.httpd[1489]): Exited with code: 1
    Nov  7 00:42:58 whitefamilyserver com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    I'm assuming that is the culprit.  How can I get it to work again?  I'll provide more details if you need them.

    Your log snippet merely shows that your webserver Apache aka. httpd is crashing repeatedly, it does not show why.
    As an example possible cause, I recently installed an open-source webapp which used the mod_xsendfile module for Apache. This webapp used a command provided by this module however the command was only supported in newer versions and I initially had an older version installed. Therefore when it tried using the command it caused the web server to crash.
    You are going to have to disable some of your websites so you can first track down which is the cuplrite. Then you can look at what that site is doing to track the cause.
    Server.app does not itself let you disable an individual web site. The easiest way to achive this is to temporarily turn off the web service and move some of the individual website config files out of their normal place. Then relaunch Server.app and restart the web server. The website config files are located as follows.
    /Library/Server/Web/Config/apache2/sites

  • Httpd spewing errors into system.log...

    Hi,
    I just noticed that httpd is having problems in Mountain Lion...
    Jul 26 15:09:40 eagle com.apple.launchd[1] (org.apache.httpd[4576]): Exited with code: 1
    Jul 26 15:09:40 eagle com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Jul 26 15:09:50 eagle com.apple.launchd[1] (org.apache.httpd[4577]): Exited with code: 1
    Jul 26 15:09:50 eagle com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    The system.log file is growing ;(
    I am having the same problem on another machine but in addition it is continuously removing a certificate.
    Nothing is appearing in the Apache logs....
    Any suggestions?
    Jerry

    Hey. Thanks for the advice thus far but I have the same problem on 10.9 with no resolution... the above solutions don't apply. (No funny apple stuff in apache conf, no permissions problems, logfiles exist, writable, working... and most odd of all... apache is in fact running and working.)
    I just don't like the errors in the console... it disturbs me. Any other ideas? TIA.
    2014/09/15 7:31:10,462 PM com.apple.launchd[1]: (org.apache.httpd[74008]) Exited with code: 1
    2014/09/15 7:31:10,462 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 9 seconds
    2014/09/15 7:31:15,828 PM 1PasswordAgent[430]: Failed to return databaseID, encryption key is not loaded
    2014/09/15 7:31:23,562 PM com.apple.launchd[1]: (org.apache.httpd[74009]) Exited with code: 1
    2014/09/15 7:31:23,562 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 6 seconds
    2014/09/15 7:31:31,613 PM com.apple.launchd[1]: (org.apache.httpd[74010]) Exited with code: 1
    2014/09/15 7:31:31,613 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 8 seconds
    2014/09/15 7:31:42,430 PM com.apple.launchd[1]: (org.apache.httpd[74011]) Exited with code: 1
    2014/09/15 7:31:42,430 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 8 seconds
    2014/09/15 7:31:51,435 PM com.apple.launchd[1]: (org.apache.httpd[74012]) Exited with code: 1
    2014/09/15 7:31:51,435 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 9 seconds
    2014/09/15 7:32:04,516 PM com.apple.launchd[1]: (org.apache.httpd[74014]) Exited with code: 1
    2014/09/15 7:32:04,516 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 6 seconds
    2014/09/15 7:32:10,611 PM com.apple.launchd[1]: (org.apache.httpd[74015]) Exited with code: 1
    2014/09/15 7:32:10,611 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 10 seconds
    2014/09/15 7:32:21,306 PM com.apple.launchd[1]: (org.apache.httpd[74017]) Exited with code: 1
    2014/09/15 7:32:21,307 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 10 seconds
    2014/09/15 7:32:31,397 PM com.apple.launchd[1]: (org.apache.httpd[74018]) Exited with code: 1
    2014/09/15 7:32:31,397 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 10 seconds

  • OSX 10.7 httpd Broken? VirtualHost Overlap

    HI All
    Hoping someone has some suggestions for me with an issue I am having getting the OSX 10.7 getting a number of services up and running.
    However I will start my questions with a particular issues I am seeing here in my system.log:
    Aug  8 23:31:58 srvmacmini org.apache.httpd[1679]: [Mon Aug 08 23:31:58 2011] [warn] _default_ VirtualHost overlap on port 80, the first has precedence
    Aug  8 23:31:58 srvmacmini org.apache.httpd[1679]: [Mon Aug 08 23:31:58 2011] [warn] _default_ VirtualHost overlap on port 443, the first has precedence
    I am also getting a constant loop from the httpd service:
    Aug  8 23:47:15 srvmacmini com.apple.launchd[1] (org.apache.httpd[1948]): Exited with code: 1
    Aug  8 23:47:15 srvmacmini com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Aug  8 23:47:25 srvmacmini com.apple.launchd[1] (org.apache.httpd[1952]): Exited with code: 1
    Aug  8 23:47:25 srvmacmini com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Aug  8 23:47:36 srvmacmini com.apple.launchd[1] (org.apache.httpd[1957]): Exited with code: 1
    Aug  8 23:47:36 srvmacmini com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Aug  8 23:47:46 srvmacmini com.apple.launchd[1] (org.apache.httpd[1962]): Exited with code: 1
    Aug  8 23:47:46 srvmacmini com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    At present - none of my web interfaces for Wiki, iCal or even new server tools such as "Profile Manager" will operate correctly - iCal for example tells me the service is not running, as does Profile Manager , even though they are clearly on in the Server.app (Note to Apple: 10.6 server admin app was much cleaner!)
    Checking in the httpd error log also came across this:
    File does not exist: /Library/Server/Web/Data/Sites/Default/RPC2
    (Log entries every 10 mins looking for this RPC2 file!)
    The last RPC2 issue seems to have been there since the initial Lion migration so don't think that is the issue.

    I'm having the same problem, specifically when it comes to "Allow users to change their password". I have the correct ssl certificate installed, I have allow password changes checked, have restarted apache multiple times, but everytime I go to the site root and click "Change Password" I get the error "Changing passwords is turned off. You can turn it on by using the Server app on the server." When I go back to server app, I'll yet again find that the ability to allow users to change their passwords is off again. This is operating on a clean install of Lion and server.

  • How do you stop Mountain Lion from making endless copies and backups of everything?!

    I already have a similar topic on this when I needed to figure out how to stop Mountain Lion from making endless copies of my text edit files and I was going to try the disabling of it that someone in that thread suggested, but I can't find where the Versions backups are being stored.
    Anyway, tonight I cam across a new problem, when I went into "about this Mac" and looked at my Storage, I had almost 1gb of data in the "backups" section. I just happened to have Finder open when I went into the Time Machine in the status bar and when it entered Time Machine, I had dozens of copies of my desktop. Thing is, I don't have my Time Machine hard drive connected and I don't have a Time Capsule router/hard drive. And don't give me this garbage about how "It's not real backups, it's just a snapshot" or whatever, because the ONLY things that I have stored on my computer that I have altered since I got mountain lion is two Text Edit files and the Finder Desktop (and yes, I have checked almost all the programs I use, and of the things that Time Machine will open in, those are the only things that have backups listed that I can access) and almost 1gb is being taken up completely needlessly with the computer backing up things onto itself. Obviously these are more than just snapshots and are obviously the real files because after throwing EVERYTHING on my desktop into a file, that file is only 3.8mb in size, so that almost 1GB in backups is coming from SOMEWHERE.
    The solution I aluded to in my first sentence also depends on going into the Terminal to make each individual app stop auto saving Versions, however, since my desktop is being backed up, there's no program to stop Mountain Lion from doing that.
    Can anyone help me figure out how to make it stop backing up? Seriously, almost 1 gb is being totally wasted on a series of desktop items that are 3.8mb in size, one Text Edit file that is 250kb in size, and another text edit file that is 41kb in size. What person in Apple would possibly have thought this endless backing up of files onto the main hard drive would have been a good idea? So in a year if I did nothing but go on the internet, save one picture to one file on my desktop and did nothing else with my computer, would I have 200 gb of desktop backups that the computer saved onto itself? Are you kidding me? OR failing that, can anyone tell me how to find this damned backup file and delete it? I'm not an idiot, I know how to plug in a hard drive or flash drive and backup my information, I don't need my computer to be making hundreds of copies of every single file on my computer that I change slightly onto itself that not only needlessly eats up it's own space, but if the hard drive died, all those "backups" would be gone too because it wrote the backups to itself.
    I am so frustrated by this totally ridiculous and wasteful "feature" they put in, it does nothing but waste hard drive space with it's hundreds of copies of everything you alter slightly. And I am absolutely not starting any video editing projects until I figure out how to turn this off. If around 4mb of total text and desktop backups add up to almost 1gb in a few weeks, what the heck is a video editing project going to end up in with size? Am I the only one completely flustered by this ridiculousness? Is there any point in writing into Apple to complain or are they just going to say "No, we're brilliant, we think this is an amazing feature so you just have to deal iwth it and when your hardd drive fills up, too bad, jerk!"?? Help! Thanks!

    Well as I pointed out in my post, "Sadly, my Text Edit documents are still all there, every single time I opened them and made a small change, there is another copy stretching all the way back to the day I installed Mountain Lion." so if you can explain to me how July 26 - Aug 16 is a week, I will concede that it is a good idea. Short of that, no I have been capable of making my own backups since I was 16 years old (16 years ago) I don't need my computer to endlessly do it for me in a way I am completely unable to shut off. That's what I have external hard drives, flash drives, a DVD burner, Drop Box, E-mail (as in emailing copies to myself) and icloud for. If I am doing something and I don't have access to a single one of those options, I don't know why I brought my computer with me in the first place. And I don't see how you can say it's an illusory gain in disk space, hundreds of copies of text documents, garageband files, Final Cut files, Motion Files and basically any program that makes files onto my comptuer that I can myself make incremental changes to, those all need to be stored somehow. Again, if you can explain to me how July 26 - Aug 16 is a week, I will agree with you that that is a good thing because IF it only saved for a week, it wouldn't be an issue. Sadly, no matter how many links you post, I still have text edit backups stretching from today back to July 26. They're not going away and I have no reason to beleive any other file I edit is going to go away either since they haven't been. They're all there eating up HD space and this imaginary "week" limit is simply not coming into effect. I hate it and there needs to be a simple way to simply shut it off. I didn't spend hundreds of dollars on external drives just for my main hard drive to be filled up with hundreds un useless, undeletable backups of stuff I already have backed up.

  • Problem With httpd.conf and mod_rewrite rules Apache 2.2

    I have some RewriteRules that are working on my Leopard Client Apache 2.2 machine - but when I try to implement them on Leopard Server Apache 2.2, they don't work. I don't get any errors, they just won't execute.
    Could somebody with Leopard Server help me out using the below info?
    Here are the rules I am trying to add: (below is the httpd.conf file)
    ======RULES========
    RewriteEngine On
    Options +FollowSymLinks
    RewriteRule ^(.+)/$ http://%{HTTP_HOST}$1 [R=301, L]
    # Remove ".php"
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.php(.*)\ HTTP
    RewriteRule (.+)\.php(.*)$ $1$2 [R, L]
    # Remove ".asp"
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.asp(.*)\ HTTP
    RewriteRule (.+)\.asp(.*)$ $1$2 [R, L]
    # Remove ".aspx"
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.aspx(.*)\ HTTP
    RewriteRule (.+)\.aspx(.*)$ $1$2 [R, L]
    # Remove ".htm" and ".html"
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.htm.(.)\ HTTP
    RewriteRule (.+)\.htm.(.)$ $1$2 [R, L]
    # Remove ".cfm"
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.cfm(.*)\ HTTP
    RewriteRule (.+)\.cfm(.*)$ $1$2 [R, L]
    # Remove ".bak"
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.bak(.*)\ HTTP
    RewriteRule (.+)\.bak(.*)$ $1$2 [R, L]
    # Remove ".inc"
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.inc(.*)\ HTTP
    RewriteRule (.+)\.inc(.*)$ $1$2 [R, L]
    # Remove ".*"
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\..(.)\ HTTP
    RewriteRule (.+)\..(.)$ $1$2 [R, L]
    =====RULES============
    =========HTTPD.CONF=============
    #### Default httpd.conf for Mac OS X Server, Apache 2.2
    #### This httpd.conf differs from the httpd.conf distributed
    #### with Apache and the httpd.conf present on Mac OS X.
    #### Feel free to edit this; the Server Admin app also edits this file but will
    #### respect your changes unless noted below. See also ReadMe.txt.
    ## ServerRoot: The top of the directory tree under which the server's
    ## configuration, error, and log files are kept.
    ## NOTE! If you intend to place this on an NFS (or otherwise network)
    ## mounted filesystem then please read the LockFile documentation
    ## (available at <URL:<a class="jive-link-external-small" href="http://">http://www.apache.org/docs/mod/core.html#lockfile>);
    ## you will save yourself a lot of trouble.
    ## Do NOT add a slash at the end of the directory path.
    ServerRoot "/usr"
    ## PidFile: The file in which the server should record its process
    ## identification number when it starts.
    PidFile /var/run/httpd.pid
    ## ScoreBoardFile: File used to store internal server process information.
    ## Not all architectures require this. But if yours does (you'll know because
    ## this file will be created when you run Apache) then you must ensure that
    ## no two invocations of Apache share the same scoreboard file.
    #ScoreBoardFile "/var/run/apache2runtimestatus"
    ## Server-pool size regulation. Rather than making you guess how many
    ## server processes you need, Apache dynamically adapts to the load it
    ## sees --- that is, it tries to maintain enough server processes to
    ## handle the current load, plus a few spare servers to handle transient
    ## load spikes (e.g., multiple simultaneous requests from a single
    ## Netscape browser).
    ## It does this by periodically checking how many servers are waiting
    ## for a request. If there are fewer than MinSpareServers, it creates
    ## a new spare. If there are more than MaxSpareServers, some of the
    ## spares die off. The default values are probably OK for most sites.
    MinSpareServers 1
    MaxSpareServers 1
    ## Number of servers to start initially --- should be a reasonable ballpark
    ## figure.
    StartServers 1
    ## MaxRequestsPerChild: the number of requests each child process is
    ## allowed to process before the child dies. The child will exit so
    ## as to avoid problems after prolonged use when Apache (and maybe the
    ## libraries it uses) leak memory or other resources. On most systems, this
    ## isn't really needed, but a few (such as Solaris) do have notable leaks
    ## in the libraries. For these platforms, set to something like 10000
    ## or so; a setting of 0 means unlimited.
    ## NOTE: This value does not include keepalive requests after the initial
    ## request per connection. For example, if a child process handles
    ## an initial request and 10 subsequent "keptalive" requests, it
    ## would only count as 1 request towards this limit.
    MaxRequestsPerChild 100000
    ## Dynamic Shared Object (DSO) Support
    ## To be able to use the functionality of a module which was built as a DSO you
    ## have to place corresponding `LoadModule' lines at this location so the
    ## directives contained in it are actually available before they are used.
    ## Please read the file http://httpd.apache.org/docs/dso.html for more
    ## details about the DSO mechanism and run `httpd -l' for the list of already
    ## built-in (statically linked and thus always available) modules in your httpd
    ## binary.
    ## Note: The order in which modules are loaded is important. Don't change
    ## the order below without expert advice.
    ## Example:
    ## LoadModule foo_module libexec/mod_foo.so
    #### For Mac OS X Server: Note that the Server Admin application
    #### and the apxs utility enable and disable modules
    #### by removing and adding a comment character.
    LoadModule authnfilemodule libexec/apache2/modauthnfile.so
    #LoadModule authndbmmodule libexec/apache2/modauthndbm.so
    #LoadModule authnanonmodule libexec/apache2/modauthnanon.so
    #LoadModule authndbdmodule libexec/apache2/modauthndbd.so
    #LoadModule authndefaultmodule libexec/apache2/modauthndefault.so
    LoadModule authzhostmodule libexec/apache2/modauthzhost.so
    #LoadModule authzgroupfilemodule libexec/apache2/modauthzgroupfile.so
    #LoadModule authzusermodule libexec/apache2/modauthzuser.so
    #LoadModule authzdbmmodule libexec/apache2/modauthzdbm.so
    #LoadModule authzownermodule libexec/apache2/modauthzowner.so
    #LoadModule authzdefaultmodule libexec/apache2/modauthzdefault.so
    #LoadModule authbasicmodule libexec/apache2/modauthbasic.so
    #LoadModule authdigest_applemodule libexec/apache2/modauth_digestapple.so
    LoadModule cache_module libexec/apache2/mod_cache.so
    LoadModule memcachemodule libexec/apache2/modmemcache.so
    LoadModule diskcachemodule libexec/apache2/moddiskcache.so
    #LoadModule dbd_module libexec/apache2/mod_dbd.so
    LoadModule dumpio_module libexec/apache2/mod_dumpio.so
    LoadModule extfiltermodule libexec/apache2/modextfilter.so
    LoadModule include_module libexec/apache2/mod_include.so
    LoadModule filter_module libexec/apache2/mod_filter.so
    LoadModule deflate_module libexec/apache2/mod_deflate.so
    LoadModule logconfigmodule libexec/apache2/modlogconfig.so
    LoadModule logio_module libexec/apache2/mod_logio.so
    LoadModule env_module libexec/apache2/mod_env.so
    LoadModule expires_module libexec/apache2/mod_expires.so
    LoadModule headers_module libexec/apache2/mod_headers.so
    LoadModule ident_module libexec/apache2/mod_ident.so
    LoadModule setenvif_module libexec/apache2/mod_setenvif.so
    LoadModule proxy_module libexec/apache2/mod_proxy.so
    #LoadModule proxyconnectmodule libexec/apache2/modproxyconnect.so
    #LoadModule proxyftpmodule libexec/apache2/modproxyftp.so
    LoadModule proxyhttpmodule libexec/apache2/modproxyhttp.so
    #LoadModule proxyajpmodule libexec/apache2/modproxyajp.so
    LoadModule proxybalancermodule libexec/apache2/modproxybalancer.so
    LoadModule ssl_module libexec/apache2/mod_ssl.so
    LoadModule mime_module libexec/apache2/mod_mime.so
    #LoadModule mimemagicmodule libexec/apache2/modmimemagic.so
    #LoadModule dav_module libexec/apache2/mod_dav.so
    LoadModule status_module libexec/apache2/mod_status.so
    LoadModule autoindex_module libexec/apache2/mod_autoindex.so
    LoadModule asis_module libexec/apache2/mod_asis.so
    LoadModule info_module libexec/apache2/mod_info.so
    LoadModule cgi_module libexec/apache2/mod_cgi.so
    #LoadModule davfsmodule libexec/apache2/moddavfs.so
    LoadModule vhostaliasmodule libexec/apache2/modvhostalias.so
    LoadModule negotiation_module libexec/apache2/mod_negotiation.so
    LoadModule dir_module libexec/apache2/mod_dir.so
    LoadModule imagemap_module libexec/apache2/mod_imagemap.so
    LoadModule actions_module libexec/apache2/mod_actions.so
    LoadModule speling_module libexec/apache2/mod_speling.so
    LoadModule userdir_module libexec/apache2/mod_userdir.so
    LoadModule alias_module libexec/apache2/mod_alias.so
    LoadModule rewrite_module libexec/apache2/mod_rewrite.so
    #LoadModule php5_module libexec/apache2/libphp5.so
    #LoadModule encoding_module libexec/apache2/mod_encoding.so
    #LoadModule jk_module libexec/apache2/mod_jk.so
    #LoadModule applespotlightmodule libexec/apache2/modspotlightapple.so
    #LoadModule bonjour_module libexec/apache2/mod_bonjour.so
    LoadModule appleauthmodule libexec/apache2/modauthapple.so
    LoadModule spnegoauthmodule libexec/apache2/modspnegoapple.so
    LoadModule appledigestmodule libexec/apache2/moddigestapple.so
    LoadModule hfsapplemodule libexec/apache2/modhfsapple.so
    #LoadModule fastcgi_module libexec/apache2/mod_fastcgi.so
    #LoadModule scgipubsubmodule libexec/apache2/modscgipubsub.so
    #LoadModule davsvnmodule libexec/apache2/moddavsvn.so
    #LoadModule authzsvnmodule libexec/apache2/modauthzsvn.so
    ## If you wish httpd to run as a different user or group, you must run
    ## httpd as root initially and it will switch.
    ## User/Group: The name (or #number) of the user/group to run httpd as.
    ## It is usually good practice to create a dedicated user and group for
    ## running httpd, as with most system services.
    User www
    Group www
    ## Each directory to which Apache has access, can be configured with respect
    ## to which services and features are allowed and/or disabled in that
    ## directory (and its subdirectories).
    ## First, we configure the "default" to be a very restrictive set of
    ## features.
    <Directory />
    Options FollowSymLinks
    AllowOverride None
    </Directory>
    ## UserDir: The name of the directory which is appended onto a user's home
    ## directory if a ~user request is received.
    #### For Mac OS X Server: Note that
    #### personal websharing is not supported on Mac OS X Server.
    <IfModule mod_userdir.c>
    UserDir Sites
    </IfModule>
    ## AccessFileName: The name of the file to look for in each directory
    ## for access control information.
    AccessFileName .htaccess
    ## The following lines prevent .htaccess files from being viewed by
    ## Web clients.
    #### For Mac OS X Server: Note the case-insensitive pattern, which protects
    #### .htaccess fils on HFS volumes.
    #### (Note: Denying .DS_S* may interfere with Finder WebDAV operation)
    <Files ~ "^\.([Hh][Tt]|[Dd][Ss]_[Ss])">
    Order allow,deny
    Deny from all
    Satisfy All
    </Files>
    #### Block attempts to circumvent access controls by requesting forks.
    <Files "rsrc">
    Order allow,deny
    Deny from all
    Satisfy All
    </Files>
    <DirectoryMatch ".*\.\.namedfork">
    Order allow,deny
    Deny from all
    Satisfy All
    </DirectoryMatch>
    ## DefaultType is the default MIME type the server will use for a document
    ## if it cannot otherwise determine one, such as from filename extensions.
    ## If your server contains mostly text or HTML documents, "text/plain" is
    ## a good value. If most of your content is binary, such as applications
    ## or images, you may want to use "application/octet-stream" instead to
    ## keep browsers from trying to display binary files as though they are
    ## text.
    DefaultType text/plain
    <IfModule mod_mime.c>
    # TypesConfig points to the file containing the list of mappings from
    # filename extension to MIME-type.
    TypesConfig /dev/null
    #AddType application/x-gzip .tgz
    # AddEncoding allows you to have certain browsers uncompress
    # information on the fly. Note: Not all browsers support this.
    #AddEncoding x-compress .Z
    #AddEncoding x-gzip .gz .tgz
    # Filters allow you to process content before it is sent to the client.
    # To parse .shtml files for server-side includes (SSI):
    # (You will also need to add "Includes" to the "Options" directive.)
    #AddOutputFilter INCLUDES .shtml
    ## Although mod_mime may support several extensions following a single
    ## mime type (ex: "AddType video/quicktime qt mov"), the parser used
    ## by the Server Admin application expects only one extension per line.
    AddHandler send-as-is asis
    AddHandler cgi-script cgi
    AddHandler fastcgi-script fcgi
    AddHandler imap-file map
    AddHandler server-parsed shtml
    AddHandler type-map var
    AddHandler spotlight-search spotlight
    AddType application/andrew-inset ez
    AddType application/atom+xml atom
    AddType application/atomcat+xml atomcat
    AddType application/atomsvc+xml atomsvc
    AddType application/ccxml+xml ccxml
    AddType application/davmount+xml davmount
    AddType application/ecmascript ecma
    AddType application/font-tdpfr pfr
    AddType application/hyperstudio stk
    AddType application/javascript js
    AddType application/json json
    AddType application/mac-binhex40 hqx
    AddType application/mac-compactpro cpt
    AddType application/marc mrc
    AddType application/mathematica ma
    AddType application/mathematica mb
    AddType application/mathematica nb
    AddType application/mathml+xml mathml
    AddType application/mbox mbox
    AddType application/mediaservercontrol+xml mscml
    AddType application/mp4 mp4s
    AddType application/msword doc
    AddType application/msword dot
    AddType application/mxf mxf
    AddType application/octet-stream bin
    AddType application/octet-stream bpk
    AddType application/octet-stream class
    AddType application/octet-stream dist
    AddType application/octet-stream distz
    AddType application/octet-stream dmg
    AddType application/octet-stream dms
    AddType application/octet-stream dump
    AddType application/octet-stream elc
    AddType application/octet-stream iso
    AddType application/octet-stream lha
    AddType application/octet-stream lzh
    AddType application/octet-stream scpt
    AddType application/octet-stream so
    AddType application/oda oda
    AddType application/ogg ogg
    AddType application/pdf pdf
    AddType application/pgp-encrypted pgp
    AddType application/pgp-signature asc
    AddType application/pgp-signature sig
    AddType application/pics-rules prf
    AddType application/pkcs10 p10
    AddType application/pkcs7-mime p7c
    AddType application/pkcs7-mime p7m
    AddType application/pkcs7-signature p7s
    AddType application/pkix-cert cer
    AddType application/pkix-crl crl
    AddType application/pkix-pkipath pkipath
    AddType application/pkixcmp pki
    AddType application/pls+xml pls
    AddType application/postscript ai
    AddType application/postscript eps
    AddType application/postscript ps
    AddType application/prs.cww cww
    AddType application/rdf+xml rdf
    AddType application/reginfo+xml rif
    AddType application/relax-ng-compact-syntax rnc
    AddType application/resource-lists+xml rl
    AddType application/rls-services+xml rs
    AddType application/rsd+xml rsd
    AddType application/rss+xml rss
    AddType application/rtf rtf
    AddType application/sbml+xml sbml
    AddType application/sdp sdp
    AddType application/set-payment-initiation setpay
    AddType application/set-registration-initiation setreg
    AddType application/shf+xml shf
    AddType application/smil+xml smi
    AddType application/smil+xml smil
    AddType application/srgs gram
    AddType application/srgs+xml grxml
    AddType application/ssml+xml ssml
    AddType application/vnd.3gpp.pic-bw-large plb
    AddType application/vnd.3gpp.pic-bw-small psb
    AddType application/vnd.3gpp.pic-bw-var pvb
    AddType application/vnd.3m.post-it-notes pwn
    AddType application/vnd.accpac.simply.aso aso
    AddType application/vnd.accpac.simply.imp imp
    AddType application/vnd.acucobol acu
    AddType application/vnd.acucorp acutc
    AddType application/vnd.acucorp atc
    AddType application/vnd.adobe.xdp+xml xdp
    AddType application/vnd.adobe.xfdf xfdf
    AddType application/vnd.amiga.ami ami
    AddType application/vnd.anser-web-certificate-issue-initiation cii
    AddType application/vnd.anser-web-funds-transfer-initiation fti
    AddType application/vnd.antix.game-component atx
    AddType application/vnd.apple.installer+xml mpkg
    AddType application/vnd.apple.installer+xml pkg
    AddType application/vnd.audiograph aep
    AddType application/vnd.blueice.multipass mpm
    AddType application/vnd.bmi bmi
    AddType application/vnd.businessobjects rep
    AddType application/vnd.chemdraw+xml cdxml
    AddType application/vnd.chipnuts.karaoke-mmd mmd
    AddType application/vnd.cinderella cdy
    AddType application/vnd.claymore cla
    AddType application/vnd.clonk.c4group c4d
    AddType application/vnd.clonk.c4group c4f
    AddType application/vnd.clonk.c4group c4g
    AddType application/vnd.clonk.c4group c4p
    AddType application/vnd.clonk.c4group c4u
    AddType application/vnd.commonspace csp
    AddType application/vnd.commonspace cst
    AddType application/vnd.contact.cmsg cdbcmsg
    AddType application/vnd.cosmocaller cmc
    AddType application/vnd.crick.clicker clkx
    AddType application/vnd.crick.clicker.keyboard clkk
    AddType application/vnd.crick.clicker.palette clkp
    AddType application/vnd.crick.clicker.template clkt
    AddType application/vnd.crick.clicker.wordbank clkw
    AddType application/vnd.criticaltools.wbs+xml wbs
    AddType application/vnd.ctc-posml pml
    AddType application/vnd.cups-ppd ppd
    AddType application/vnd.curl curl
    AddType application/vnd.data-vision.rdz rdz
    AddType application/vnd.denovo.fcselayout-link fe_launch
    AddType application/vnd.dna dna
    AddType application/vnd.dolby.mlp mlp
    AddType application/vnd.dpgraph dpg
    AddType application/vnd.dreamfactory dfac
    AddType application/vnd.ecowin.chart mag
    AddType application/vnd.enliven nml
    AddType application/vnd.epson.esf esf
    AddType application/vnd.epson.msf msf
    AddType application/vnd.epson.quickanime qam
    AddType application/vnd.epson.salt slt
    AddType application/vnd.epson.ssf ssf
    AddType application/vnd.eszigno3+xml es3 et3
    AddType application/vnd.ezpix-album ez2
    AddType application/vnd.ezpix-package ez3
    AddType application/vnd.fdf fdf
    AddType application/vnd.flographit gph
    AddType application/vnd.fluxtime.clip ftc
    AddType application/vnd.framemaker fm
    AddType application/vnd.framemaker frame
    AddType application/vnd.framemaker maker
    AddType application/vnd.frogans.fnc fnc
    AddType application/vnd.frogans.ltf ltf
    AddType application/vnd.fsc.weblaunch fsc
    AddType application/vnd.fujitsu.oasys oas
    AddType application/vnd.fujitsu.oasys2 oa2
    AddType application/vnd.fujitsu.oasys3 oa3
    AddType application/vnd.fujitsu.oasysgp fg5
    AddType application/vnd.fujitsu.oasysprs bh2
    AddType application/vnd.fujixerox.ddd ddd
    AddType application/vnd.fujixerox.docuworks xdw
    AddType application/vnd.fujixerox.docuworks.binder xbd
    AddType application/vnd.fuzzysheet fzs
    AddType application/vnd.genomatix.tuxedo txd
    AddType application/vnd.google-earth.kml+xml kml
    AddType application/vnd.google-earth.kmz kmz
    AddType application/vnd.grafeq gqf
    AddType application/vnd.grafeq gqs
    AddType application/vnd.groove-account gac
    AddType application/vnd.groove-help ghf
    AddType application/vnd.groove-identity-message gim
    AddType application/vnd.groove-injector grv
    AddType application/vnd.groove-tool-message gtm
    AddType application/vnd.groove-tool-template tpl
    AddType application/vnd.groove-vcard vcg
    AddType application/vnd.handheld-entertainment+xml zmm
    AddType application/vnd.hbci hbci
    AddType application/vnd.hhe.lesson-player les
    AddType application/vnd.hp-hpgl hpgl
    AddType application/vnd.hp-hpid hpid
    AddType application/vnd.hp-hps hps
    AddType application/vnd.hp-jlyt jlt
    AddType application/vnd.hp-pcl pcl
    AddType application/vnd.hp-pclxl pclxl
    AddType application/vnd.hzn-3d-crossword x3d
    AddType application/vnd.ibm.minipay mpy
    AddType application/vnd.ibm.modcap afp
    AddType application/vnd.ibm.modcap list3820
    AddType application/vnd.ibm.modcap listafp
    AddType application/vnd.ibm.rights-management irm
    AddType application/vnd.ibm.secure-container sc
    AddType application/vnd.igloader igl
    AddType application/vnd.immervision-ivp ivp
    AddType application/vnd.immervision-ivu ivu
    AddType application/vnd.intercon.formnet xpw
    AddType application/vnd.intercon.formnet xpx
    AddType application/vnd.intu.qbo qbo
    AddType application/vnd.intu.qfx qfx
    AddType application/vnd.ipunplugged.rcprofile rcprofile
    AddType application/vnd.irepository.package+xml irp
    AddType application/vnd.is-xpr xpr
    AddType application/vnd.jam jam
    AddType application/vnd.jcp.javame.midlet-rms rms
    AddType application/vnd.jisp jisp
    AddType application/vnd.kahootz ktr
    AddType application/vnd.kahootz ktz
    AddType application/vnd.kde.karbon karbon
    AddType application/vnd.kde.kchart chrt
    AddType application/vnd.kde.kformula kfo
    AddType application/vnd.kde.kivio flw
    AddType application/vnd.kde.kontour kon
    AddType application/vnd.kde.kpresenter kpr
    AddType application/vnd.kde.kpresenter kpt
    AddType application/vnd.kde.kspread ksp
    AddType application/vnd.kde.kword kwd
    AddType application/vnd.kde.kword kwt
    AddType application/vnd.kenameaapp htke
    AddType application/vnd.kidspiration kia
    AddType application/vnd.kinar kne
    AddType application/vnd.kinar knp
    AddType application/vnd.koan skd
    AddType application/vnd.koan skm
    AddType application/vnd.koan skp
    AddType application/vnd.koan skt
    AddType application/vnd.llamagraphics.life-balance.desktop lbd
    AddType application/vnd.llamagraphics.life-balance.exchange+xml lbe
    AddType application/vnd.lotus-1-2-3 123
    AddType application/vnd.lotus-approach apr
    AddType application/vnd.lotus-freelance pre
    AddType application/vnd.lotus-notes nsf
    AddType application/vnd.lotus-organizer org
    AddType application/vnd.lotus-screencam scm
    AddType application/vnd.lotus-wordpro lwp
    AddType application/vnd.macports.portpkg portpkg
    AddType application/vnd.mcd mcd
    AddType application/vnd.medcalcdata mc1
    AddType application/vnd.mediastation.cdkey cdkey
    AddType application/vnd.mfer mwf
    AddType application/vnd.mfmp mfm
    AddType application/vnd.micrografx.flo flo
    AddType application/vnd.micrografx.igx igx
    AddType application/vnd.mif mif
    AddType application/vnd.mobius.daf daf
    AddType application/vnd.mobius.dis dis
    AddType application/vnd.mobius.mbk mbk
    AddType application/vnd.mobius.mqy mqy
    AddType application/vnd.mobius.msl msl
    AddType application/vnd.mobius.plc plc
    AddType application/vnd.mobius.txf txf
    AddType application/vnd.mophun.application mpn
    AddType application/vnd.mophun.certificate mpc
    AddType application/vnd.mozilla.xul+xml xul
    AddType application/vnd.ms-artgalry cil
    AddType application/vnd.ms-asf asf
    AddType application/vnd.ms-cab-compressed cab
    AddType application/vnd.ms-excel xla
    AddType application/vnd.ms-excel xlc
    AddType application/vnd.ms-excel xlm
    AddType application/vnd.ms-excel xls
    AddType application/vnd.ms-excel xlt
    AddType application/vnd.ms-excel xlw
    AddType application/vnd.ms-fontobject eot
    AddType application/vnd.ms-htmlhelp chm
    AddType application/vnd.ms-ims ims
    AddType application/vnd.ms-lrm lrm
    AddType application/vnd.ms-powerpoint pot
    AddType application/vnd.ms-powerpoint pps
    AddType application/vnd.ms-powerpoint ppt
    AddType application/vnd.ms-project mpp
    AddType application/vnd.ms-project mpt
    AddType application/vnd.ms-works wcm
    AddType application/vnd.ms-works wdb
    AddType application/vnd.ms-works wks
    AddType application/vnd.ms-works wps
    AddType application/vnd.ms-wpl wpl
    AddType application/vnd.ms-xpsdocument xps
    AddType application/vnd.mseq mseq
    AddType application/vnd.musician mus
    AddType application/vnd.neurolanguage.nlu nlu
    AddType application/vnd.noblenet-directory nnd
    AddType application/vnd.noblenet-sealer nns
    AddType application/vnd.noblenet-web nnw
    AddType application/vnd.nokia.n-gage.data ngdat
    AddType application/vnd.nokia.n-gage.symbian.install n-gage
    AddType application/vnd.nokia.radio-preset rpst
    AddType application/vnd.nokia.radio-presets rpss
    AddType application/vnd.novadigm.edm edm
    AddType application/vnd.novadigm.edx edx
    AddType application/vnd.novadigm.ext ext
    AddType application/vnd.oasis.opendocument.chart odc
    AddType application/vnd.oasis.opendocument.chart-template otc
    AddType application/vnd.oasis.opendocument.formula odf
    AddType application/vnd.oasis.opendocument.formula-template otf
    AddType application/vnd.oasis.opendocument.graphics odg
    AddType application/vnd.oasis.opendocument.graphics-template otg
    AddType application/vnd.oasis.opendocument.image odi
    AddType application/vnd.oasis.opendocument.image-template oti
    AddType application/vnd.oasis.opendocument.presentation odp
    AddType application/vnd.oasis.opendocument.presentation-template otp
    AddType application/vnd.oasis.opendocument.spreadsheet ods
    AddType application/vnd.oasis.opendocument.spreadsheet-template ots
    AddType application/vnd.oasis.opendocument.text odt
    AddType application/vnd.oasis.opendocument.text-master otm
    AddType application/vnd.oasis.opendocument.text-template ott
    AddType application/vnd.oasis.opendocument.text-web oth
    AddType application/vnd.olpc-sugar xo
    AddType application/vnd.oma.dd2+xml dd2
    AddType application/vnd.openofficeorg.extension oxt
    AddType application/vnd.osgi.dp dp
    AddType application/vnd.palm oprc
    AddType application/vnd.palm pdb
    AddType application/vnd.palm pqa
    AddType application/vnd.palm prc
    AddType application/vnd.pg.format str
    AddType application/vnd.pg.osasli ei6
    AddType application/vnd.picsel efif
    AddType application/vnd.pocketlearn plf
    AddType application/vnd.powerbuilder6 pbd
    AddType application/vnd.previewsystems.box box
    AddType application/vnd.proteus.magazine mgz
    AddType application/vnd.publishare-delta-tree qps
    AddType application/vnd.pvi.ptid1 ptid
    AddType application/vnd.quark.quarkxpress qwd
    AddType application/vnd.quark.quarkxpress qwt
    AddType application/vnd.quark.quarkxpress qxb
    AddType application/vnd.quark.quarkxpress qxd
    AddType application/vnd.quark.quarkxpress qxl
    AddType application/vnd.quark.quarkxpress qxt
    AddType application/vnd.recordare.musicxml mxl
    # AddType application/vnd.rn-realmedia rm
    AddType application/vnd.seemail see
    AddType application/vnd.sema sema
    AddType application/vnd.semd semd
    AddType application/vnd.semf semf
    AddType application/vnd.shana.informed.formdata ifm
    AddType application/vnd.shana.informed.formtemplate itp
    AddType application/vnd.shana.informed.interchange iif
    AddType application/vnd.shana.informed.package ipk
    AddType application/vnd.simtech-mindmapper twd
    AddType application/vnd.simtech-mindmapper twds
    AddType application/vnd.smaf mmf
    AddType application/vnd.solent.sdkm+xml sdkd
    AddType application/vnd.solent.sdkm+xml sdkm
    AddType application/vnd.spotfire.dxp dxp
    AddType application/vnd.spotfire.sfs sfs
    AddType application/vnd.sus-calendar sus
    AddType application/vnd.sus-calendar susp
    AddType application/vnd.svd svd
    AddType application/vnd.syncml+xml xsm
    AddType application/vnd.syncml.dm+wbxml bdm
    AddType application/vnd.syncml.dm+xml xdm
    AddType application/vnd.tao.intent-module-archive tao
    AddType application/vnd.tmobile-livetv tmo
    AddType application/vnd.trid.tpt tpt
    AddType application/vnd.triscape.mxs mxs
    AddType application/vnd.trueapp tra
    AddType application/vnd.ufdl ufd
    AddType application/vnd.ufdl ufdl
    AddType application/vnd.uiq.theme utz
    AddType application/vnd.umajin umj
    AddType application/vnd.unity unityweb
    AddType application/vnd.uoml+xml uoml
    AddType application/vnd.vcx vcx
    AddType application/vnd.visio vsd
    AddType application/vnd.visio vss
    AddType application/vnd.visio vst
    AddType application/vnd.visio vsw
    AddType application/vnd.visionary vis
    AddType application/vnd.vsf vsf
    AddType application/vnd.wap.wbxml wbxml
    AddType application/vnd.wap.wmlc wmlc
    AddType application/vnd.wap.wmlscriptc wmlsc
    AddType application/vnd.webturbo wtb
    AddType application/vnd.wordperfect wpd
    AddType application/vnd.wqd wqd
    AddType application/vnd.wt.stf stf
    AddType application/vnd.xara xar
    AddType application/vnd.xfdl xfdl
    AddType application/vnd.yamaha.hv-dic hvd
    AddType application/vnd.yamaha.hv-script hvs
    AddType application/vnd.yamaha.hv-voice hvp
    AddType application/vnd.yamaha.smaf-audio saf
    AddType application/vnd.yamaha.smaf-phrase spf
    AddType application/vnd.yellowriver-custom-menu cmp
    AddType application/vnd.zzazz.deck+xml zaz
    AddType application/voicexml+xml vxml
    AddType application/winhlp hlp
    AddType application/wsdl+xml wsdl
    AddType application/wspolicy+xml wspolicy
    AddType application/x-ace-compressed ace
    AddType application/x-bcpio bcpio
    AddType application/x-bittorrent torrent
    AddType application/x-bzip bz
    AddType application/x-bzip2 boz
    AddType application/x-bzip2 bz2
    AddType application/x-cdlink vcd
    AddType application/x-chat chat
    AddType application/x-chess-pgn pgn
    AddType application/x-cpio cpio
    AddType application/x-csh csh
    AddType application/x-director dcr
    AddType application/x-director dir
    AddType application/x-director dxr
    AddType application/x-director fgd
    AddType application/x-dvi dvi
    AddType application/x-futuresplash spl
    AddType application/x-gtar gtar
    AddType application/x-hdf hdf
    AddType application/x-httpd-php php
    AddType application/x-httpd-php-source phps
    AddType application/x-httpd-php3 php3
    AddType application/x-java-jnlp-file jnlp
    AddType application/x-latex latex
    AddType application/x-ms-wmd wmd
    AddType application/x-ms-wmz wmz
    AddType application/x-msaccess mdb
    AddType application/x-msbinder obd
    AddType application/x-mscardfile crd
    AddType application/x-msclip clp
    AddType application/x-msdownload bat
    AddType application/x-msdownload com
    AddType application/x-msdownload dll
    AddType application/x-msdownload exe
    AddType application/x-msdownload msi
    AddType application/x-msmediaview m13
    AddType application/x-msmediaview m14
    AddType application/x-msmediaview mvb
    AddType application/x-msmetafile wmf
    AddType application/x-msmoney mny
    AddType application/x-mspublisher pub
    AddType application/x-msschedule scd
    AddType application/x-msterminal trm
    AddType application/x-mswrite wri
    AddType application/x-netcdf cdf
    AddType application/x-netcdf nc
    AddType application/x-pkcs12 p12
    AddType application/x-pkcs12 pfx
    AddType application/x-pkcs7-certificates p7b
    AddType application/x-pkcs7-certificates spc
    AddType application/x-pkcs7-certreqresp p7r
    AddType application/x-quicktimeplayer qtl
    AddType application/x-rar-compressed rar
    AddType application/x-sh sh
    AddType application/x-shar shar
    AddType application/x-shockwave-flash swf
    AddType application/x-stuffit sit
    AddType application/x-stuffitx sitx
    AddType application/x-sv4cpio sv4cpio
    AddType application/x-sv4crc sv4crc
    AddType application/x-tar tar
    AddType application/x-tar tgz
    AddType application/x-tcl tcl
    AddType application/x-tex tex
    AddType application/x-texinfo texi
    AddType application/x-texinfo texinfo
    AddType application/x-ustar ustar
    AddType application/x-wais-source src
    AddType application/x-x509-ca-cert crt
    AddType application/x-x509-ca-cert der
    AddType application/xenc+xml xenc
    AddType application/xhtml+xml xht
    AddType application/xhtml+xml xhtm
    AddType application/xhtml+xml xhtml
    AddType application/xml xml
    AddType application/xml xsl
    AddType application/xml-dtd dtd
    AddType application/xop+xml xop
    AddType application/xslt+xml xslt
    AddType application/xspf+xml xspf
    AddType application/xv+xml mxml
    AddType application/xv+xml xhvml
    AddType application/xv+xml xvm
    AddType application/xv+xml xvml
    AddType application/zip zip
    AddType audio/basic au
    AddType audio/basic snd
    AddType audio/midi kar
    AddType audio/midi mid
    AddType audio/midi midi
    AddType audio/midi rmi
    AddType audio/mp4 mp4a
    AddType audio/mp4a-latm m4a
    AddType audio/mp4a-latm m4p
    AddType audio/mpeg m2a
    AddType audio/mpeg m3a
    AddType audio/mpeg mp2
    AddType audio/mpeg mp2a
    AddType audio/mpeg mp3
    AddType audio/mpeg mpga
    AddType audio/vnd.digital-winds eol
    AddType audio/vnd.lucent.voice lvp
    AddType audio/vnd.nuera.ecelp4800 ecelp4800
    AddType audio/vnd.nuera.ecelp7470 ecelp7470
    AddType audio/vnd.nuera.ecelp9600 ecelp9600
    AddType audio/wav wav
    AddType audio/x-aiff aif
    AddType audio/x-aiff aifc
    AddType audio/x-aiff aiff
    AddType audio/x-m4a m4a
    AddType audio/x-mpegurl m3u
    AddType audio/x-ms-wax wax
    AddType audio/x-ms-wma wma
    AddType audio/x-pn-realaudio ra
    AddType audio/x-pn-realaudio ram
    AddType audio/x-pn-realaudio rm
    AddType audio/x-pn-realaudio-plugin rmp
    AddType audio/x-scpls pls
    AddType audio/x-wav wav
    AddType chemical/x-cdx cdx
    AddType chemical/x-cif cif
    AddType chemical/x-cmdf cmdf
    AddType chemical/x-cml cml
    AddType chemical/x-csml csml
    AddType chemical/x-pdb pdb
    AddType chemical/x-xyz xyz
    AddType image/bmp bmp
    AddType image/cgm cgm
    AddType image/g3fax g3
    AddType image/gif gif
    AddType image/ief ief
    AddType image/jp2 jp2
    AddType image/jpeg jpe
    AddType image/jpeg jpeg
    AddType image/jpeg jpg
    AddType image/pict pct
    AddType image/pict pic
    AddType image/pict pict
    AddType image/png png
    AddType image/prs.btif btif
    AddType image/svg+xml svg
    AddType image/svg+xml svgz
    AddType image/tiff tif
    AddType image/tiff tiff
    AddType image/vnd.adobe.photoshop psd
    AddType image/vnd.djvu djv
    AddType image/vnd.djvu djvu
    AddType image/vnd.dwg dwg
    AddType image/vnd.dxf dxf
    AddType image/vnd.fastbidsheet fbs
    AddType image/vnd.fpx fpx
    AddType image/vnd.fst fst
    AddType image/vnd.fujixerox.edmics-mmr mmr
    AddType image/vnd.fujixerox.edmics-rlc rlc
    AddType image/vnd.microsoft.icon ico
    AddType image/vnd.ms-modi mdi
    AddType image/vnd.net-fpx npx
    AddType image/vnd.wap.wbmp wbmp
    AddType image/vnd.xiff xif
    AddType image/x-cmu-raster ras
    AddType image/x-cmx cmx
    AddType image/x-macpaint mac
    AddType image/x-macpaint pnt
    AddType image/x-macpaint pntg
    AddType image/x-pcx pcx
    AddType image/x-pict pct
    AddType image/x-pict pic
    AddType image/x-portable-anymap pnm
    AddType image/x-portable-bitmap pbm
    AddType image/x-portable-graymap pgm
    AddType image/x-portable-pixmap ppm
    AddType image/x-quicktime qti
    AddType image/x-quicktime qtif
    AddType image/x-rgb rgb
    AddType image/x-xbitmap xbm
    AddType image/x-xpixmap xpm
    AddType image/x-xwindowdump xwd
    AddType message/rfc822 eml
    AddType message/rfc822 mime
    AddType model/iges iges
    AddType model/iges igs
    AddType model/mesh mesh
    AddType model/mesh msh
    AddType model/mesh silo
    AddType model/vnd.dwf dwf
    AddType model/vnd.gdl gdl
    AddType model/vnd.gtw gtw
    AddType model/vnd.mts mts
    AddType model/vnd.vtu vtu
    AddType model/vrml vrml
    AddType model/vrml wrl
    AddType text/calendar ics
    AddType text/calendar ifb
    AddType text/css css
    AddType text/csv csv
    AddType text/html htm
    AddType text/html html
    AddType text/html shtml
    AddType text/plain asc
    AddType text/plain conf
    AddType text/plain def
    AddType text/plain in
    AddType text/plain list
    AddType text/plain log
    AddType text/plain text
    AddType text/plain txt
    AddType text/prs.lines.tag dsc
    AddType text/richtext rtx
    AddType text/rtf rtf
    AddType text/sgml sgm
    AddType text/sgml sgml
    AddType text/tab-separated-values tsv
    AddType text/troff man
    AddType text/troff me
    AddType text/troff ms
    AddType text/troff roff
    AddType text/troff t
    AddType text/troff tr
    AddType text/uri-list uri
    AddType text/uri-list uris
    AddType text/uri-list urls
    AddType text/vnd.fly fly
    AddType text/vnd.fmi.flexstor flx
    AddType text/vnd.in3d.3dml 3dml
    AddType text/vnd.in3d.spot spot
    AddType text/vnd.sun.j2me.app-descriptor jad
    AddType text/vnd.wap.wml wml
    AddType text/vnd.wap.wmlscript wmls
    AddType text/x-asm s
    AddType text/x-asm sm
    AddType text/x-c c
    AddType text/x-c cc
    AddType text/x-c cpp
    AddType text/x-c cxx
    AddType text/x-c dic
    AddType text/x-c h
    AddType text/x-c hh
    AddType text/x-fortran f
    AddType text/x-fortran f77
    AddType text/x-fortran f90
    AddType text/x-fortran for
    AddType text/x-java-source java
    AddType text/x-pascal p
    AddType text/x-pascal pas
    AddType text/x-setext etx
    AddType text/x-uuencode uu
    AddType text/x-vcalendar vcs
    AddType text/x-vcard vcf
    AddType video/3gp2 3gp2
    AddType video/3gpp 3gp
    AddType video/3gpp 3gpp
    AddType video/3gpp2 3g2
    AddType video/h261 h261
    AddType video/h263 h263
    AddType video/h264 h264
    AddType video/jpeg jpgv
    AddType video/jpm jpgm
    AddType video/jpm jpm
    AddType video/mj2 mj2
    AddType video/mj2 mjp2
    AddType video/mp4 m4v
    AddType video/mp4 mp4
    AddType video/mp4 mp4v
    AddType video/mp4 mpg4
    AddType video/mpeg m1v
    AddType video/mpeg m2v
    AddType video/mpeg mpe
    AddType video/mpeg mpeg
    AddType video/mpeg mpg
    AddType video/quicktime mov
    AddType video/quicktime qt
    AddType video/vnd.fvt fvt
    AddType video/vnd.mpegurl m4u
    AddType video/vnd.mpegurl mxu
    AddType video/vnd.vivo viv
    AddType video/x-dv dif
    AddType video/x-dv dv
    AddType video/x-fli fli
    AddType video/x-ms-asf asf
    AddType video/x-ms-asf asx
    AddType video/x-ms-wm wm
    AddType video/x-ms-wmv wmv
    AddType video/x-ms-wmx wmx
    AddType video/x-ms-wvx wvx
    AddType video/x-msvideo avi
    AddType video/x-sgi-movie movie
    AddType x-conference/x-cooltalk ice
    # Settings for hosting different languages.
    # Required modules: mod_mime, mod_negotiation
    # DefaultLanguage and AddLanguage allows you to specify the language of
    # a document. You can then use content negotiation to give a browser a
    # file in a language the user can understand.
    # Specify a default language. This means that all data
    # going out without a specific language tag (see below) will
    # be marked with this one. You probably do NOT want to set
    # this unless you are sure it is correct for all cases.
    # * It is generally better to not mark a page as
    # * being a certain language than marking it with the wrong
    # * language!
    # DefaultLanguage nl
    # Note 1: The suffix does not have to be the same as the language
    # keyword --- those with documents in Polish (whose net-standard
    # language code is pl) may wish to use "AddLanguage pl .po" to
    # avoid the ambiguity with the common suffix for perl scripts.
    # Note 2: The example entries below illustrate that in some cases
    # the two character 'Language' abbreviation is not identical to
    # the two character 'Country' code for its country,
    # E.g. 'Danmark/dk' versus 'Danish/da'.
    # Note 3: In the case of 'ltz' we violate the RFC by using a three char
    # specifier. There is 'work in progress' to fix this and get
    # the reference data for rfc1766 cleaned up.
    # Catalan (ca) - Croatian (hr) - Czech (cs) - Danish (da) - Dutch (nl)
    # English (en) - Esperanto (eo) - Estonian (et) - French (fr) - German (de)
    # Greek-Modern (el) - Hebrew (he) - Italian (it) - Japanese (ja)
    # Korean (ko) - Luxembourgeois* (ltz) - Norwegian Nynorsk (nn)
    # Norwegian (no) - Polish (pl) - Portugese (pt)
    # Brazilian Portuguese (pt-BR) - Russian (ru) - Swedish (sv)
    # Simplified Chinese (zh-CN) - Spanish (es) - Traditional Chinese (zh-TW)
    AddLanguage ca .ca
    AddLanguage cs .cz .cs
    AddLanguage da .dk
    AddLanguage de .de
    AddLanguage el .el
    AddLanguage en .en
    AddLanguage eo .eo
    AddLanguage es .es
    AddLanguage et .et
    AddLanguage fr .fr
    AddLanguage he .he
    AddLanguage hr .hr
    AddLanguage it .it
    AddLanguage ja .ja
    AddLanguage ko .ko
    AddLanguage ltz .ltz
    AddLanguage nl .nl
    AddLanguage nn .nn
    AddLanguage no .no
    AddLanguage pl .po
    AddLanguage pt .pt
    AddLanguage pt-BR .pt-br
    AddLanguage ru .ru
    AddLanguage sv .sv
    AddLanguage zh-CN .zh-cn
    AddLanguage zh-TW .zh-tw
    # LanguagePriority allows you to give precedence to some languages
    # in case of a tie during content negotiation.
    # Just list the languages in decreasing order of preference. We have
    # more or less alphabetized them here. You probably want to change this.
    LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv zh-CN zh-TW
    # ForceLanguagePriority allows you to serve a result page rather than
    # MULTIPLE CHOICES (Prefer) [in case of a tie] or NOT ACCEPTABLE (Fallback)
    # [in case no accepted languages matched the available variants]
    ForceLanguagePriority Prefer Fallback
    # Commonly used filename extensions to character sets. You probably
    # want to avoid clashes with the language extensions, unless you
    # are good at carefully testing your setup after each change.
    # See http://www.iana.org/assignments/character-sets for the
    # official list of charset names and their respective RFCs.
    AddCharset us-ascii.ascii .us-ascii
    AddCharset ISO-8859-1 .iso8859-1 .latin1
    AddCharset ISO-8859-2 .iso8859-2 .latin2 .cen
    AddCharset ISO-8859-3 .iso8859-3 .latin3
    AddCharset ISO-8859-4 .iso8859-4 .latin4
    AddCharset ISO-8859-5 .iso8859-5 .cyr .iso-ru
    AddCharset ISO-8859-6 .iso8859-6 .arb .arabic
    AddCharset ISO-8859-7 .iso8859-7 .grk .greek
    AddCharset ISO-8859-8 .iso8859-8 .heb .hebrew
    AddCharset ISO-8859-9 .iso8859-9 .latin5 .trk
    AddCharset ISO-8859-10 .iso8859-10 .latin6
    AddCharset ISO-8859-13 .iso8859-13
    AddCharset ISO-8859-14 .iso8859-14 .latin8
    AddCharset ISO-8859-15 .iso8859-15 .latin9
    AddCharset ISO-8859-16 .iso8859-16 .latin10
    AddCharset ISO-2022-JP .iso2022-jp .jis
    AddCharset ISO-2022-KR .iso2022-kr .kis
    AddCharset ISO-2022-CN .iso2022-cn .cis
    AddCharset Big5.Big5 .big5 .b5
    AddCharset cn-Big5 .cn-big5
    # For russian, more than one charset is used (depends on client, mostly):
    AddCharset WINDOWS-1251 .cp-1251 .win-1251
    AddCharset CP866 .cp866
    AddCharset KOI8 .koi8
    AddCharset KOI8-E .koi8-e
    AddCharset KOI8-r .koi8-r .koi8-ru
    AddCharset KOI8-U .koi8-u
    AddCharset KOI8-ru .koi8-uk .ua
    AddCharset ISO-10646-UCS-2 .ucs2
    AddCharset ISO-10646-UCS-4 .ucs4
    AddCharset UTF-7 .utf7
    AddCharset UTF-8 .utf8
    AddCharset UTF-16 .utf16
    AddCharset UTF-16BE .utf16be
    AddCharset UTF-16LE .utf16le
    AddCharset UTF-32 .utf32
    AddCharset UTF-32BE .utf32be
    AddCharset UTF-32LE .utf32le
    AddCharset euc-cn .euc-cn
    AddCharset euc-gb .euc-gb
    AddCharset euc-jp .euc-jp
    AddCharset euc-kr .euc-kr
    #Not sure how euc-tw got in - IANA doesn't list it???
    AddCharset EUC-TW .euc-tw
    AddCharset gb2312 .gb2312 .gb
    AddCharset iso-10646-ucs-2 .ucs-2 .iso-10646-ucs-2
    AddCharset iso-10646-ucs-4 .ucs-4 .iso-10646-ucs-4
    AddCharset shift_jis .shift_jis .sjis
    </IfModule>
    ## The modmimemagic module allows the server to use various hints from the
    ## contents of the file itself to determine its type. The MIMEMagicFile
    ## directive tells the module where the hint definitions are located.
    <IfModule modmimemagic.c>
    MIMEMagicFile /etc/apache2/magic
    </IfModule>
    ## HostnameLookups: Log the names of clients or just their IP addresses
    ## e.g., www.apache.org (on) or 204.62.129.132 (off).
    ## The default is off because it'd be overall better for the net if people
    ## had to knowingly turn this feature on, since enabling it means that
    ## each client request will result in AT LEAST one lookup request to the
    ## nameserver.
    HostnameLookups Off
    ## LogLevel: Control the number of messages logged to the error_log.
    ## Possible values include: debug, info, notice, warn, error, crit,
    ## alert, emerg.
    LogLevel warn
    <IfModule modlogconfig.c>
    # The following directives define some format nicknames for use with
    # a CustomLog directive (see below).
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common
    LogFormat "%{Referer}i -> %U" referer
    LogFormat "%{User-agent}i" agent
    <IfModule mod_logio.c>
    # You need to enable mod_logio.c to use %I and %O
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
    </IfModule>
    # The location and format of the access logfile (Common Logfile Format).
    # If you do not define any access logfiles within a <VirtualHost>
    # container, they will be logged here. Contrariwise, if you do
    # define per-<VirtualHost> access logfiles, transactions will be
    # logged therein and not in this file.
    #### For Mac OS X Server: Server Admin manages CustomLog directives
    #### on a virtual host basis.
    #CustomLog /var/log/apache2/access_log common
    # If you prefer a logfile with access, agent, and referer information
    # (Combined Logfile Format) you can use the following directive.
    #CustomLog /var/log/apache2/access_log combined
    </IfModule>
    ## Optionally add a line containing the server version and virtual host
    ## name to server-generated pages (error documents, FTP directory listings,
    ## mod_status and mod_info output etc., but not CGI generated documents).
    ## Set to "EMail" to also include a mailto: link to the ServerAdmin.
    ## Set to one of: On | Off | EMail
    ServerSignature On
    UseCanonicalName Off
    ## Aliases: Add here as many aliases as you need (with no limit). The format is
    ## Alias fakename realname
    <IfModule mod_alias.c>
    # Redirect: Allows you to tell clients about documents that used to
    # exist in your server's namespace, but do not anymore. The client
    # will make a new request for the document at its new location.
    # Example:
    # Redirect permanent /foo http://www.example.com/bar
    # Alias: Maps web paths into filesystem paths and is used to
    # access content that does not live under the DocumentRoot.
    # Example:
    # Alias /webpath /full/filesystem/path
    # If you include a trailing / on /webpath then the server will
    # require it to be present in the URL. You will also likely
    # need to provide a <Directory> section to allow access to
    # the filesystem path.
    # ScriptAlias: This controls which directories contain server scripts.
    # ScriptAliases are essentially the same as Aliases, except that
    # documents in the target directory are treated as applications and
    # run by the server when requested rather than as documents sent to the
    # client. The same rules about trailing "/" apply to ScriptAlias
    # directives as to Alias.
    ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$) "/Library/WebServer/CGI-Executables/$1"
    #### For Mac OS X Server: Uncomment this line to enable web-based
    #### configuration of mailman:
    #Include /etc/apache2/httpd_mailman.conf
    <IfModule mod_setenvif.c>
    <IfModule mod_negotiation.c>
    # Allow convenient access to Apache manual
    AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|pt-br|ru))?(/.*)?$ "/Library/WebServer/share/httpd/manual$1"
    <Directory "/Library/WebServer/share/httpd/manual">
    Options Indexes
    AllowOverride None
    Order allow,deny
    Allow from all
    <Files *.html>
    SetHandler type-map
    </Files>
    SetEnvIf Request_URI ^/manual/(de|en|es|fr|ja|ko|pt-br|ru)/ prefer-language=$1
    RedirectMatch 301 ^/manual(?:/(de|en|es|fr|ja|ko|pt-br|ru)){2,}(/.*)?$ /manual/$1$2
    LanguagePriority en de es fr ja ko pt-br ru ForceLanguagePriority Prefer Fallback
    </Directory>
    </IfModule>
    </IfModule>
    </IfModule>
    ## Directives controlling the display of server-generated directory listings.
    #### For Mac OS X Server: Note that indexing is further controlled
    #### by the Server Admin application, which adds "Options +/-Indexes
    #### in the virtual host scope.
    <IfModule mod_autoindex.c>
    ## FancyIndexing is whether you want fancy directory indexing or standard
    IndexOptions FancyIndexing
    ## AddIcon* directives tell the server which icon to show for different
    ## files or filename extensions. These are only displayed for
    ## FancyIndexed directories.
    AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
    AddIconByType (TXT,/icons/text.gif) text/*
    AddIconByType (IMG,/icons/image2.gif) image/*
    AddIconByType (SND,/icons/sound2.gif) audio/*
    AddIconByType (VID,/icons/movie.gif) video/*
    AddIcon /icons/binary.gif .bin .exe
    AddIcon /icons/binhex.gif .hqx
    AddIcon /icons/tar.gif .tar
    AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
    AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
    AddIcon /icons/a.gif .ps .ai .eps
    AddIcon /icons/layout.gif .html .shtml .htm .pdf
    AddIcon /icons/text.gif .txt
    AddIcon /icons/c.gif .c
    AddIcon /icons/p.gif .pl .py
    AddIcon /icons/f.gif .for
    AddIcon /icons/dvi.gif .dvi
    AddIcon /icons/uuencoded.gif .uu
    AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
    AddIcon /icons/tex.gif .tex
    AddIcon /icons/bomb.gif core
    AddIcon /icons/back.gif ..
    AddIcon /icons/hand.right.gif README
    AddIcon /icons/folder.gif ^^DIRECTORY^^
    AddIcon /icons/blank.gif ^^BLANKICON^^
    ## DefaultIcon is which icon to show for files which do not have an icon
    ## explicitly set.
    DefaultIcon /icons/unknown.gif
    ## AddDescription allows you to place a short description after a file in
    ## server-generated indexes. These are only displayed for FancyIndexed
    ## directories.
    ## Format: AddDescription "description" filename
    #AddDescription "GZIP compressed document" .gz
    #AddDescription "tar archive" .tar
    #AddDescription "GZIP compressed tar archive" .tgz
    #AddDescription "Mac OS Disk Image file" .dmg
    ## ReadmeName is the name of the README file the server will look for by
    ## default, and append to directory listings.
    ## HeaderName is the name of a file which should be prepended to
    ## directory indexes.
    ## If MultiViews are amongst the Options in effect, the server will
    ## first look for name.html and include it if found. If name.html
    ## doesn't exist, the server will then look for name.txt and include
    ## it as plaintext if found.
    ReadmeName README
    HeaderName HEADER
    ## IndexIgnore is a set of filenames which directory indexing should ignore
    ## and not include in the listing. Shell-style wildcarding is permitted.
    IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
    </IfModule>
    ## MetaDir: specifies the name of the directory in which Apache can find
    ## meta information files. These files contain additional HTTP headers
    ## to include when sending the document
    #MetaDir .web
    ## MetaSuffix: specifies the file name suffix for the file containing the
    ## meta information.
    #MetaSuffix .meta
    # Customizable error responses come in three flavors:
    # 1) plain text 2) local redirects 3) external redirects
    # Some examples:
    #ErrorDocument 500 "The server made a boo boo."
    #ErrorDocument 404 /missing.html
    #ErrorDocument 404 "/cgi-bin/missing_handler.pl"
    #ErrorDocument 402 http://www.example.com/subscription_info.html
    # The configuration below implements multi-language error documents through
    # content-negotiation, and via the default Alias for /error in the vhost config file.
    <Directory "/usr/share/httpd/error">
    AllowOverride None
    Options IncludesNoExec
    AddOutputFilter Includes html
    AddHandler type-map var
    Order allow,deny
    Allow from all
    LanguagePriority en cs de es fr it ja ko nl pl pt-br ro sv tr
    ForceLanguagePriority Prefer Fallback
    </Directory>
    ErrorDocument 400 /error/HTTPBADREQUEST.html.var
    ErrorDocument 401 /error/HTTP_UNAUTHORIZED.html.var
    ErrorDocument 403 /error/HTTP_FORBIDDEN.html.var
    ErrorDocument 404 /error/HTTPNOTFOUND.html.var
    ErrorDocument 405 /error/HTTPMETHOD_NOTALLOWED.html.var
    ErrorDocument 408 /error/HTTPREQUEST_TIMEOUT.html.var
    ErrorDocument 410 /error/HTTP_GONE.html.var
    ErrorDocument 411 /error/HTTPLENGTHREQUIRED.html.var
    ErrorDocument 412 /error/HTTPPRECONDITIONFAILED.html.var
    ErrorDocument 413 /error/HTTPREQUEST_ENTITY_TOOLARGE.html.var
    ErrorDocument 414 /error/HTTPREQUEST_URI_TOOLARGE.html.var
    ErrorDocument 415 /error/HTTPUNSUPPORTED_MEDIATYPE.html.var
    ErrorDocument 500 /error/HTTPINTERNAL_SERVERERROR.html.var
    ErrorDocument 501 /error/HTTPNOTIMPLEMENTED.html.var
    ErrorDocument 502 /error/HTTPBADGATEWAY.html.var
    ErrorDocument 503 /error/HTTPSERVICEUNAVAILABLE.html.var
    ErrorDocument 506 /error/HTTPVARIANT_ALSOVARIES.html.var
    # Allow server status reports generated by mod_status,
    # with the URL of http://servername/server-status
    <IfModule mod_status.c>
    <Location /server-status>
    SetHandler server-status
    Order deny,allow
    Deny from all
    Allow from 127.0.0.1
    </Location>
    # ExtendedStatus controls whether Apache will generate "full" status
    # information (ExtendedStatus On) or just basic information (ExtendedStatus
    # Off) when the "server-status" handler is called. The default is Off.
    ExtendedStatus On
    </IfModule>
    # Allow remote server configuration reports, with the URL of
    # http://servername/server-info (requires that mod_info.c be loaded).
    #<IfModule mod_info.c>
    # <Location /server-info>
    # SetHandler server-info
    # Order deny,allow
    # Deny from all
    # Allow from .your-domain.com
    # </Location>
    #</IfModule>
    ## Proxy Server directives.
    <IfModule mod_proxy.c>
    ProxyRequests Off
    <IfModule moddiskcache.c>
    CacheEnable disk /
    CacheRoot "/var/run/proxy"
    </IfModule>
    </IfModule>
    ## SSL stuff
    <IfModule mod_ssl.c>
    SetEnvIf User-Agent ".MSIE." nokeepalive ssl-unclean-shutdown
    SSLPassPhraseDialog exec:/etc/apache2/getsslpassphrase
    SSLSessionCache shmcb:/var/run/ssl_scache(512000)
    SSLSessionCacheTimeout 300
    SSLMutex file:/var/log/apache2/ssl_mutex
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin
    AddType application/x-x509-ca-cert crt
    AddType application/x-pkcs7-crl crl
    </IfModule>
    <IfModule mod_jk.c>
    JkWorkersFile /etc/apache2/workers.properties
    JkLogFile /var/log/apache2/mod_jk.log
    JkLogLevel error
    JkMount /*.jsp JBoss1
    JkMount /servlet/* JBoss1
    JkMount /examples/* JBoss1
    </IfModule>
    ## The default server is used for status on a special port
    #ServerName www.example.com
    Listen 127.0.0.1:9010
    DocumentRoot "/var/empty"
    ErrorLog "/var/log/apache2/error_log"
    <Directory /var/empty>
    Order Deny,Allow
    Deny from All
    </Directory>
    <IfModule modspotlightapple2.c>
    Spotlight On
    </IfModule>
    <IfModule modauth_digestapple.c>
    BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On
    </IfModule>
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_METHOD} ^TRACE
    RewriteRule .* - [F]
    </IfModule>
    <IfModule mod_headers.c>
    Header add MS-Author-Via "DAV"
    RequestHeader set XFORWARDEDPROTO 'https' env=https
    </IfModule>
    <IfModule mod_encoding.c>
    EncodingEngine on
    NormalizeUsername on
    DefaultClientEncoding UTF-8
    # Windows XP?
    AddClientEncoding "Microsoft-WebDAV-MiniRedir/" MSUTF-8
    # Windows 2K SP2 with .NET
    AddClientEncoding "(Microsoft .* DAV\$)" MSUTF-8
    # Windows 2K SP2/Windows XP
    AddClientEncoding "(Microsoft .* DAV 1.1)" CP932
    # Windows XP?
    AddClientEncoding "Microsoft-WebDAV*" CP932
    # RealPlayer
    AddClientEncoding "RMA/*" CP932
    # MacOS X webdavfs
    AddClientEncoding "WebDAVFS" UTF-8
    # cadaver
    AddClientEncoding "cadaver/" EUC-JP
    </IfModule>
    RLimitNPROC max max
    ExtendedStatus On
    Timeout 300
    KeepAlive On
    MaxKeepAliveRequests 500
    KeepAliveTimeout 15
    # As of Mac OS X Server 10.5, the compiled-in server limit is 2048
    ServerLimit 2048
    # Server Admin manages ListenBackLog as a function of MaxClients: min(511, MaxClients/2)
    MaxClients 1024
    ListenBackLog 512
    # Including WebObjects Configs
    Include /System/Library/WebObjects/Adaptors/Apache2.2/apache.conf
    #### The following Include directive is essential for the virtual hosts to be usable.
    Include "/etc/apache2/sites/*.conf"
    ========HTTPD.CONF==========

    I am modifying the correct httpd.conf file on the server, it just doesn't seem to work. - If I put the rewrite rules in the <Directory /> the rewrite works but it adds /Library/WebServer/Documents to the URL.
    I also tried putting the rewrite rules in <IfModule mod_rewrite.c> but that did not work either.
    mod_rewrite is enabled and running on the server.
    I will post the rewrite rules again in the code brackets. Sorry for the long post. - If some one can try them out on their Leopard Server to see if they can get them to work, it would be much appreciated. Again, these work on my Leopard Client but I can't get them to work on Server.
    -- The httpd.conf file posted above is just the default conf file found in /private/etc/apache2/
    <code>
    RewriteEngine On
    Options +FollowSymLinks
    RewriteRule ^(.+)/$ http://%{HTTP_HOST}$1 [R=301, L]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.php(.*)\ HTTP
    RewriteRule (.+)\.php(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.asp(.*)\ HTTP
    RewriteRule (.+)\.asp(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.aspx(.*)\ HTTP
    RewriteRule (.+)\.aspx(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.htm.(.)\ HTTP
    RewriteRule (.+)\.htm.(.)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.cfm(.*)\ HTTP
    RewriteRule (.+)\.cfm(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.bak(.*)\ HTTP
    RewriteRule (.+)\.bak(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.inc(.*)\ HTTP
    RewriteRule (.+)\.inc(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\..(.)\ HTTP
    RewriteRule (.+)\..(.)$ $1$2 [R, L]]
    <code>

  • Windows Update in Endless Loop of 'Installing updates" and "Undoing changes" on New Windows 8.1 Pro Install

    I am setting new Windows 8.1 Pro computers, and am installing Windows 8.1 Pro to bare drives.  Everything goes fine until Windows Update starts installing updates, and then the computer goes for hours installing updates, and then "We
    could not complete the updates Undoing changes".   It's an endless loop. It seems to be the same 38 updates.  This is a recent phenomenon.  I have not run into this until the last week or two on several new computer installs.
    Again these are brand new installs, so something is clearly wrong with the Windows updates.
    If anyone can please tell me how to avoid this, it would be much appreciated.
    Michael

    Hi Michael,
    "  This is a recent phenomenon"
    Have you made any modifications to the machines ?
    To resolve this issue ,running the built-in troubleshoot tool is a very good beginning .It will automatically diagnostic the windows update components and check the configurations for us .
     Control Panel\All Control Panel Items\Troubleshooting\Fix problems with Windows Update
    If there are antivirus software installed in these machines, please turn off them temporarily to have a check.
    The command line included in the link as S.Sengupta posted is very useful and convenient to repair the windows corrupted files .We can have a try .
    "sfc /scannow" ,"DISM.EXE /online /cleanup-image /restorehealth "
    We also can check the windowsupdate.log for more information to troubleshoot this issue .
     Run "windowsupdate.log"
    If you have trouble in analyzing the log ,please upload them to the OneDrive and paste the link here .
    Best regards

  • Endless loading after trying to update Adobe Exchange in Photoshop CC

    Hi,
    When I open Window > Extensions > Adobe Exchange, I cannot use it becouse it asks me to update. When I click yes it starts downloading and installing and popups a dialogue box saying "Adobe Extension Manager is required to install this extension. Do you want to launch Extension Manager now?".
    If I click yes, there appears an endlessly spinning circle in the Adobe Exchange Window. And that's it.
    All CC programs are up to date. The Adobe Extension Manager is installed and can be opened manually from the start menu.
    I did the same procedure in Fireworks without any problem.
    Can anyone please tell me what to do so I can install plugins in Photoshop?
    Thanks in Advance,
    Roeland
    Adobe Photoshop Version: 14.1.2 (14.1.2 20130923.r.427 2013/09/23:23:00:00) x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:10, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 4
    Logical processor count: 8
    Processor speed: 3392 MHz
    Built-in memory: 16265 MB
    Free memory: 11025 MB
    Memory available to Photoshop: 14609 MB
    Memory used by Photoshop: 60 %
    Image tile size: 1024K
    Image cache levels: 4
    Display: 1
    Display Bounds: top=0, left=0, bottom=1200, right=1920
    OpenGL Drawing: Enabled.
    OpenGL Allow Old GPUs: Not Detected.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    NumGPUs=1
    gpu[0].OGLVersion="3.0"
    gpu[0].MemoryMB=2108
    gpu[0].RectTextureSize=8192
    gpu[0].Renderer="Intel(R) HD Graphics 2000"
    gpu[0].RendererID=258
    gpu[0].Vendor="Intel"
    gpu[0].VendorID=32902
    gpu[0].HasNPOTSupport=1
    gpu[0].DriverVersion="9.17.10.2932"
    gpu[0].Driver="igdumd64.dll,igd10umd64.dll,igd10umd64.dll,igdumd32,igd10umd32,igd10umd32"
    gpu[0].DriverDate="20121212000000.000000-000"
    gpu[0].CompileProgramGLSL=1
    gpu[0].TestFrameBuffer=1
    gpu[0].OCLSupported=0
    gpu[0].CUDASupported=0
    gpu[0].glGetString[GL_SHADING_LANGUAGE_VERSION]="1.30 - Intel Build 9.17.10.2932"
    gpu[0].glGetProgramivARB[GL_FRAGMENT_PROGRAM_ARB][GL_MAX_PROGRAM_INSTRUCTIONS_ARB]=[1447]
    gpu[0].glGetIntegerv[GL_MAX_TEXTURE_UNITS]=[8]
    gpu[0].glGetIntegerv[GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS]=[16]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS]=[16]
    gpu[0].glGetIntegerv[GL_MAX_TEXTURE_IMAGE_UNITS]=[16]
    gpu[0].glGetIntegerv[GL_MAX_DRAW_BUFFERS]=[8]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_UNIFORM_COMPONENTS]=[512]
    gpu[0].glGetIntegerv[GL_MAX_FRAGMENT_UNIFORM_COMPONENTS]=[1024]
    gpu[0].glGetIntegerv[GL_MAX_VARYING_FLOATS]=[41]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_ATTRIBS]=[16]
    gpu[0].extension[AIF::OGL::GL_ARB_VERTEX_PROGRAM]=1
    gpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_PROGRAM]=1
    gpu[0].extension[AIF::OGL::GL_ARB_VERTEX_SHADER]=1
    gpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_SHADER]=1
    gpu[0].extension[AIF::OGL::GL_EXT_FRAMEBUFFER_OBJECT]=1
    gpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_RECTANGLE]=1
    gpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_FLOAT]=1
    gpu[0].extension[AIF::OGL::GL_ARB_OCCLUSION_QUERY]=1
    gpu[0].extension[AIF::OGL::GL_ARB_VERTEX_BUFFER_OBJECT]=1
    gpu[0].extension[AIF::OGL::GL_ARB_SHADER_TEXTURE_LOD]=0
    Serial number: 90970778960516965976
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\
    Temporary file path: C:\Users\ROELAN~1.BIC\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Startup, 111,2G, 44,1G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Required\Plug-Ins\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Plug-ins\
    Installed components:
       ACE.dll   ACE 2013/07/14-12:09:50   79.543790   79.543790
       adbeape.dll   Adobe APE 2013/02/04-09:52:32   0.1160850   0.1160850
       AdobeLinguistic.dll   Adobe Linguisitc Library   7.0.0  
       AdobeOwl.dll   Adobe Owl 2013/03/03-12:10:08   5.0.13   79.533484
       AdobePDFL.dll   PDFL 2013/03/13-12:09:15   79.499517   79.499517
       AdobePIP.dll   Adobe Product Improvement Program   7.0.0.1786  
       AdobeXMP.dll   Adobe XMP Core 2013/03/13-12:09:15   79.151481   79.151481
       AdobeXMPFiles.dll   Adobe XMP Files 2013/03/13-12:09:15   79.151481   79.151481
       AdobeXMPScript.dll   Adobe XMP Script 2013/03/13-12:09:15   79.151481   79.151481
       adobe_caps.dll   Adobe CAPS   7,0,0,21  
       AGM.dll   AGM 2013/07/14-12:09:50   79.543790   79.543790
       ahclient.dll    AdobeHelp Dynamic Link Library   1,8,0,31  
       aif_core.dll   AIF   5.0   79.534508
       aif_ocl.dll   AIF   5.0   79.534508
       aif_ogl.dll   AIF   5.0   79.534508
       amtlib.dll   AMTLib (64 Bit)   7.0.0.169 BuildVersion: 7.0; BuildDate: Mon Apr 8 2013 2:31:50)   1.000000
       ARE.dll   ARE 2013/07/14-12:09:50   79.543790   79.543790
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2013/07/14-12:09:50   79.543790   79.543790
       BIBUtils.dll   BIBUtils 2013/07/14-12:09:50   79.543790   79.543790
       boost_date_time.dll   DVA Product   7.0.0  
       boost_signals.dll   DVA Product   7.0.0  
       boost_system.dll   DVA Product   7.0.0  
       boost_threads.dll   DVA Product   7.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.1.6.30929   2.1.6.30929
       CITThreading.dll   Adobe CITThreading   2.1.6.30929   2.1.6.30929
       CoolType.dll   CoolType 2013/07/14-12:09:50   79.543790   79.543790
       dvaaudiodevice.dll   DVA Product   7.0.0  
       dvacore.dll   DVA Product   7.0.0  
       dvamarshal.dll   DVA Product   7.0.0  
       dvamediatypes.dll   DVA Product   7.0.0  
       dvaplayer.dll   DVA Product   7.0.0  
       dvatransport.dll   DVA Product   7.0.0  
       dvaunittesting.dll   DVA Product   7.0.0  
       dynamiclink.dll   DVA Product   7.0.0  
       ExtendScript.dll   ExtendScript 2013/03/21-12:10:31   79.535742   79.535742
       FileInfo.dll   Adobe XMP FileInfo 2013/03/19-12:09:02   79.151561   79.151561
       filter_graph.dll   AIF   5.0   79.534508
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       imslib.dll   IMSLib DLL   7.0.0.116  
       JP2KLib.dll   JP2KLib 2013/02/19-12:28:44   79.248139   79.248139
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libiomp5md.dll   Intel(R) OMP Runtime Library   5.0  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       LogSession.dll   LogSession   2.1.2.1785  
       mediacoreif.dll   DVA Product   7.0.0  
       MPS.dll   MPS 2013/03/15-13:25:52   79.535029   79.535029
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       PatchMatch.dll   PatchMatch 2013/06/11-12:08:08   79.542390   79.542390
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CC   CC  
       Plugin.dll   Adobe Photoshop CC   CC  
       PlugPlugOwl.dll   Adobe(R) CSXS PlugPlugOwl Standard Dll (64 bit)   4.0.1.34  
       PSArt.dll   Adobe Photoshop CC   CC  
       PSViews.dll   Adobe Photoshop CC   CC  
       SCCore.dll   ScCore 2013/03/21-12:10:31   79.535742   79.535742
       ScriptUIFlex.dll   ScriptUIFlex 2013/03/21-12:10:31   79.535742   79.535742
       svml_dispmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       tbb.dll   Intel(R) Threading Building Blocks for Windows   4, 1, 2012, 1003  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   4, 1, 2012, 1003  
       updaternotifications.dll   Adobe Updater Notifications Library   7.0.1.102 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   7.0.1.102
       WRServices.dll   WRServices Mon Feb 25 2013 16:09:10   Build 0.19078   0.19078
    Required plug-ins:
       3D Studio 14.1.2 (14.1.2 x001)
       Accented Edges 14.1.2
       Adaptive Wide Angle 14.1.2
       Angled Strokes 14.1.2
       Average 14.1.2 (14.1.2 x001)
       Bas Relief 14.1.2
       BMP 14.1.2
       Camera Raw 8.3
       Camera Raw Filter 8.3
       Chalk & Charcoal 14.1.2
       Charcoal 14.1.2
       Chrome 14.1.2
       Cineon 14.1.2 (14.1.2 x001)
       Clouds 14.1.2 (14.1.2 x001)
       Collada 14.1.2 (14.1.2 x001)
       Color Halftone 14.1.2
       Colored Pencil 14.1.2
       CompuServe GIF 14.1.2
       Conté Crayon 14.1.2
       Craquelure 14.1.2
       Crop and Straighten Photos 14.1.2 (14.1.2 x001)
       Crop and Straighten Photos Filter 14.1.2
       Crosshatch 14.1.2
       Crystallize 14.1.2
       Cutout 14.1.2
       Dark Strokes 14.1.2
       De-Interlace 14.1.2
       Dicom 14.1.2
       Difference Clouds 14.1.2 (14.1.2 x001)
       Diffuse Glow 14.1.2
       Displace 14.1.2
       Dry Brush 14.1.2
       Eazel Acquire 14.1.2 (14.1.2 x001)
       Embed Watermark 4.0
       Entropy 14.1.2 (14.1.2 x001)
       Extrude 14.1.2
       FastCore Routines 14.1.2 (14.1.2 x001)
       Fibers 14.1.2
       Film Grain 14.1.2
       Filter Gallery 14.1.2
       Flash 3D 14.1.2 (14.1.2 x001)
       Fresco 14.1.2
       Glass 14.1.2
       Glowing Edges 14.1.2
       Google Earth 4 14.1.2 (14.1.2 x001)
       Grain 14.1.2
       Graphic Pen 14.1.2
       Halftone Pattern 14.1.2
       HDRMergeUI 14.1.2
       IFF Format 14.1.2
       Ink Outlines 14.1.2
       JPEG 2000 14.1.2
       Kurtosis 14.1.2 (14.1.2 x001)
       Lens Blur 14.1.2
       Lens Correction 14.1.2
       Lens Flare 14.1.2
       Liquify 14.1.2
       Matlab Operation 14.1.2 (14.1.2 x001)
       Maximum 14.1.2 (14.1.2 x001)
       Mean 14.1.2 (14.1.2 x001)
       Measurement Core 14.1.2 (14.1.2 x001)
       Median 14.1.2 (14.1.2 x001)
       Mezzotint 14.1.2
       Minimum 14.1.2 (14.1.2 x001)
       MMXCore Routines 14.1.2 (14.1.2 x001)
       Mosaic Tiles 14.1.2
       Multiprocessor Support 14.1.2 (14.1.2 x001)
       Neon Glow 14.1.2
       Note Paper 14.1.2
       NTSC Colors 14.1.2 (14.1.2 x001)
       Ocean Ripple 14.1.2
       Oil Paint 14.1.2
       OpenEXR 14.1.2
       Paint Daubs 14.1.2
       Palette Knife 14.1.2
       Patchwork 14.1.2
       Paths to Illustrator 14.1.2
       PCX 14.1.2 (14.1.2 x001)
       Photocopy 14.1.2
       Photoshop 3D Engine 14.1.2 (14.1.2 x001)
       Photoshop Touch 14.0
       Picture Package Filter 14.1.2 (14.1.2 x001)
       Pinch 14.1.2
       Pixar 14.1.2 (14.1.2 x001)
       Plaster 14.1.2
       Plastic Wrap 14.1.2
       PNG 14.1.2
       Pointillize 14.1.2
       Polar Coordinates 14.1.2
       Portable Bit Map 14.1.2 (14.1.2 x001)
       Poster Edges 14.1.2
       Radial Blur 14.1.2
       Radiance 14.1.2 (14.1.2 x001)
       Range 14.1.2 (14.1.2 x001)
       Read Watermark 4.0
       Reticulation 14.1.2
       Ripple 14.1.2
       Rough Pastels 14.1.2
       Save for Web 14.1.2
       ScriptingSupport 14.1.2
       Shake Reduction 14.1.2
       Shear 14.1.2
       Skewness 14.1.2 (14.1.2 x001)
       Smart Blur 14.1.2
       Smudge Stick 14.1.2
       Solarize 14.1.2 (14.1.2 x001)
       Spatter 14.1.2
       Spherize 14.1.2
       Sponge 14.1.2
       Sprayed Strokes 14.1.2
       Stained Glass 14.1.2
       Stamp 14.1.2
       Standard Deviation 14.1.2 (14.1.2 x001)
       STL 14.1.2 (14.1.2 x001)
       Sumi-e 14.1.2
       Summation 14.1.2 (14.1.2 x001)
       Targa 14.1.2
       Texturizer 14.1.2
       Tiles 14.1.2
       Torn Edges 14.1.2
       Twirl 14.1.2
       Underpainting 14.1.2
       Vanishing Point 14.1.2
       Variance 14.1.2 (14.1.2 x001)
       Variations 14.1.2 (14.1.2 x001)
       Water Paper 14.1.2
       Watercolor 14.1.2
       Wave 14.1.2
       Wavefront|OBJ 14.1.2 (14.1.2 x001)
       WIA Support 14.1.2 (14.1.2 x001)
       Wind 14.1.2
       Wireless Bitmap 14.1.2 (14.1.2 x001)
       ZigZag 14.1.2
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
       Adobe Exchange
       Kuler
    Installed TWAIN devices: NONE

    Remove the EM database file as described here:
    https://forums.adobe.com/thread/1517855?q=guideguide
    It worked for me!

Maybe you are looking for