Apache PW Authentication & Leopard

i have an apache site running on my G%. i had password authentication working fine under Panther and Tiger. just upgraded to Leopard and it seems not to be working. it's as though none of the httpd.conf edits (that i see are still there) are not taking effect OR something changed with Apache in Leopard -- or the like.
the httpdd.conf customizations that have worked for quite some time are:
Order deny,allow
Deny from all
Allow from 127.0.0.1
AuthName "By Invitation Only"
AuthType Basic
AuthUserFile /Library/WebServer/.htpasswd
Require valid-user
Satisfy Any
and they are still in what i believe to be the active httpd.conf file. additionally, the .htpasswd file is also located in the right place and is intact after the upgrade.
it's not as though the site is inaccessible. access to my site from the outside world is just swell... just no authentication before providing access.
any ideas of why the password authentication would just not work??
thanks!!

That was exactly it!
I am grateful and so glad I decided to put the question to the forums. I stared and poked at it for more than an hour. I'm not an expert by far, so I was "double checking" myself in circles at 2AM. Thanks SO much for the dot connection.
Any idea where I can read more about the Leopard specific Apache install???
Separately, it was funny because it still took me a while to find the issue. Even when I found my way to /etc/apache2, when i then invoked bbedit httpd.conf from within that directory, it opened up the old one -- or rather the one I was already familiar with in /etc/httpd. I eventually had to have bbedit 'open hidden' to get to the proper new one.
Anyway, thanks for the info!
David

Similar Messages

  • Apache authentication & Leopard

    i have an apache site running on my G%. i had password authentication working fine under Panther and Tiger. just upgraded to Leopard and it seems not to be working. it's as though none of the httpd.conf edits (that i see are still there) are not taking effect OR something changed with Apache in Leopard -- or the like.
    the httpdd.conf customizations that have worked for quite some time are:
    Order deny,allow
    Deny from all
    Allow from 127.0.0.1
    AuthName "By Invitation Only"
    AuthType Basic
    AuthUserFile /Library/WebServer/.htpasswd
    Require valid-user
    Satisfy Any
    and they are still in what i believe to be the active httpd.conf file. additionally, the .htpasswd file is also located in the right place and is intact after the upgrade.
    it's not as though the site is inaccessible. access to my site from the outside world is just swell... just no authentication before providing access.
    any ideas of why the password authentication would just not work??
    thanks!!

    That was exactly it!
    I am grateful and so glad I decided to put the question to the forums. I stared and poked at it for more than an hour. I'm not an expert by far, so I was "double checking" myself in circles at 2AM. Thanks SO much for the dot connection.
    Any idea where I can read more about the Leopard specific Apache install???
    Separately, it was funny because it still took me a while to find the issue. Even when I found my way to /etc/apache2, when i then invoked bbedit httpd.conf from within that directory, it opened up the old one -- or rather the one I was already familiar with in /etc/httpd. I eventually had to have bbedit 'open hidden' to get to the proper new one.
    Anyway, thanks for the info!
    David

  • Proper parameters for Apache in Snow Leopard

    Since reinstalling Snow Leopard, I'm having a terrible time getting Apache to work. I have a redirect going on my web site from www.xxxxx.com to www2.xxxxx.com:8102. This redirect is not working and I think the problem exists in my httpd.conf file which I had to rebuild from scratch after the reinstallation. Here are the configuration parameters - are there any obvious errors I've made? I'm banging my head against the wall here! Thanks:
    ServerRoot "/private/etc/apache2"
    # Listen: Allows you to bind Apache to specific IP addresses and/or
    # ports, instead of the default. See also the <VirtualHost>
    # directive.
    # Change this to Listen on specific IP addresses as shown below to
    # prevent Apache from glomming onto all bound IP addresses.
    #Listen 12.34.56.78:80
    Listen 80
    Listen 8102
    The apachectl -t test is showing this:
    httpd: Syntax error on line 54 of /private/etc/apache2/httpd.conf: Cannot load /private/etc/apache2/libexec/apache2/modauthnfile.so into server: dlopen(/private/etc/apache2/libexec/apache2/modauthnfile.so, 10): image not found
    Jim-Coyles-iMac:apache2 jimcoyle$
    It's seeming that there is some sort of linkage missing between /private and the Apache executables. I could use some insight into this issue too.

    Thanks for your help. I'm a bit of a novice at this. Here it is:
    Jim-Coyles-iMac:apache2 jimcoyle$ ls -ale@ /private/etc/apache2/libexec/apache2/modauthnfile.so
    ls: /private/etc/apache2/libexec/apache2/modauthnfile.so: No such file or directory
    To me, this means one of three things: either I have the Server Root wrong in the httpd.conf, OR, there is some sort of linkage missing between /private/etc/apache2 and the location of the modules which, in fact, is in /usr/libexec/apache2.
    Would you happen to know what the Server Root should be set to?

  • Apache .htpasswd authentication

    hi
    i need to write a custom authentication servlet filter which needs to authenticate users against a Apache .htpasswd file.
    does anyone know of a Java class library which would authenticate users against a .htpasswd file?

    Actually, I upgraded my IE to 5.5 and when I type in or click on the link, it works beautifully. But if I put the same link inside a servlet:
    response.sendRedirect("url"), it doesn't work. Does anybody knows why??
    Thanks.

  • Apache error on Leopard

    After upgrading to Leopard, I always get the following error when trying to use the Apache control script (apachectl):
    dyld: Symbol not found: apr_socketsendfile
    Referenced from: /usr/local/apache2/bin/httpd
    Expected in: /usr/local/apache2/lib/libapr-1.0.dylib
    /usr/sbin/apachectl: line 78: 24314 Trace/BPT trap $HTTPD -k $ARGV
    However, I can still start Apache manually using "sudo httpd -k start"; but that doesn't work for autostarting at boot time.
    I tried recompiling Apache, and even upgrading to 2.2.6. Neither solution worked.
    Does anybody know where this problem is coming from, and how to fix it?
    Thanks!

    Thanks, that did the trick. Although, in order to get APR to compile, I had to change the "APRHASSENDFILE" constant to 0 in 'httpd-2.2.6/srclib/includes/apr/apr.h'. Apparently a version of sendfile hasn't been written for my system, or else I just don't have it.
    Thanks again.

  • Apache Verison for Leopard?

    Please help.
    Can anyone tell me with what version of Apache Leopard ships? All I can find on the web site are references to Leopard Server.
    Thanks.
    Matt

    FYI. To work it out I did this:
    - Start web services (either turn on web sharing or use sudo apachectl -k start in Terminal
    - Open Browser
    - Go to: localhost/manual (which is same as "The Apache documentation has been included with this distribution." link on dummy page)
    It says 2.2. Whether the x.x.6 matters for you I'm not sure.
    Regards

  • CF9 not connected to MAMP Apache in Snow Leopard

    I am trying to set up a MAMP/CF9 multi-site development environment on my local MacBook Pro.
    I found this article and followed it as my guide with one exception.
    http://www.ryanjeffords.com/blog/entry/setting-up-a-solid-local-development-environment-us ing-coldfusion-9-apache-and-mysql-on-mac-os-x
    Where it talks about editing the hostd.conf file for the multiple local sites, I instead installed VirtualHostX app.
    So I installed MAMP (Mac Apache MySQL PHP) on my MacBook Pro.  It started up and runs serving web pages.  I then installed VirtualHostX and defined a couple local sites I have for development. I then installed CF9 (32 bit).  I specified CF in /Applications and I specified the CFIDE to go into my (user)/Sites/www directory. My local sites are each in their own directory under (user)/Sites/.  It said it all ran fine but when I went to /localhost/CFIDE/administrator/index.cfm it gives a 404 error. I try to go to one of the dev sites and it displays the page but as text, not CF rendered code.
    I looked in the wsconf.log file and found this one error msg:
    11/21 20:31:04 error Configuring 32 bit connector is not allowed.
    jrunx.connectorinstaller.ConnectorInstallerException: Configuring 32 bit connector is not allowed.
    at jrunx.connectorinstaller.WebServerInfo.getResourcePath(WebServerInfo.java:809)
    at jrunx.connectorinstaller.WebServerInfo.getResourcePath(WebServerInfo.java:759)
    at jrunx.connectorinstaller.ApacheInstaller.copyFiles(ApacheInstaller.java:1124)
    at jrunx.connectorinstaller.ApacheInstaller.installConnector(ApacheInstaller.java:225)
    at jrunx.connectorinstaller.ConnectorInstaller.installConnector(ConnectorInstaller.java:338)
    at jrunx.connectorinstaller.ConnectorInstaller.doIt(ConnectorInstaller.java:272)
    at jrunx.connectorinstaller.ConnectorInstaller.main(ConnectorInstaller.java:762)
    It suggests that the CF install step where it tries to set up the connector between Apache and CF9 failed.  I don't know where to go from here to resolve this issue.  I've looked and looked on the web and can't find anything yet.  I've spent hours and hours.
    Any guidance to resolve this would be much appreciated.

    I have since confirmed that the Apache in the MAMP I downloaded is 2.0.63 and it is NOT 64 bit but 32 bit architecture. I was able to get it working with my 64 bit install of CF9 but only after I manually extracted the 32 bit .so file from the .war that came with the CF9 installer. I also had to change some permissions on it before it would work. I also had to hack the httpd.conf file to include stuff that never made it in the file, regarding the jrun awareness of CF file types.
    I'm up and running now. I tried so many things I'm not 100% sure what was the fix but changing the .so file, it's permissions and the httpd.conf were key. I haven't ready Andy's post but I suspect he has some key info too.  Besides Andy's blog post I would suggest others also use this blog post as well:
    http://www.ryanjeffords.com/blog/entry/setting-up-a-solid-local-development-environment-us ing-coldfusion-9-apache-and-mysql-on-mac-os-x
    and this help on the Adobe site
    http://help.adobe.com/en_US/ColdFusion/9.0/Admin/WSc3ff6d0ea77859461172e0811cbf363a5d-7ffb .html
    For help on using MAMP and VirtualHostX (but no mention of CF) see this one:
    http://seansperte.com/entry/Setting_Up_a_Killer_Local_Web_Development_Environment_on_a_Mac _with_MAMP_an/
    This post may be of help too. It is for CF8 but should be applicable for CF9. It may hold the key for getting the httpd.conf file rewritten automatically instead of the hack I had to do.
    http://www.oxalto.co.uk/blog/post.cfm/cf8-mamp-on-osx-step-by-step
    Another good post on the subject from Adobe:
    http://blogs.adobe.com/samwong/2009/10/installing_coldfusion9_mamp_sn.html
    Hope this thread helps others out.

  • OES2 Apache ldap authentication

    Perhaps saying OES2 is enough to post this here?
    Trying to get apache to authenticate users in eDirectory, to allow access to directories on server. No "virtual server" per se, just "deeper" folders.
    A distinction without a difference? I don't know. Only know it's not working. ldap requests via apache are not getting off the box. ldapsearch queries are. tcpdump says so.
    Is there a secret directive? Well, of course there are, but we can't speak of those here.
    joe a.

    After a bit of sleuthing and general nosing about the docs, etc, this has been edited to correctly use the standard error codes
    and execute the index.blah correctly, as well as redirect http->https "correctly".
    joe a.
    Originally Posted by joea
    Below is a sanitized snippet from /etc/apache2/default-server.conf. This was originally set up by another
    person, a long while back, and may not have been correctly setup to begin with.
    Note the error message, which just display index.htm.
    I have to look into that. Probably should have been a virtual server from the start.
    This way, it does not try to find index.htm or html, instead appears to want css
    file, etc. Hence the error messages hack to redirect it. I've been on more pressing matters,
    so have not had the time to refresh my apache "skills".
    <Directory /srv/www/htdocs/my_page>
    AllowOverride None
    RewriteEngine on
    RewriteCond %{https} ^off$
    rewriterule ^/(.*)$ https://%{SERVER_NAME}/a/$1
    SSLOptions +StrictRequire
    SSLRequireSSL
    SSLRequire %{HTTP_HOST} eq "some-dns-address"
    ErrorDocument 402 /my_page/index.htm
    ErrorDocument 401 /my_page/index.htm
    ErrorDocument 403 /my_page/index.htm
    ErrorDocument 404 /my_page/index.htm
    AuthType Basic
    AuthName "My_Secure(?) Location"
    AuthUserFile /dev/null
    AuthBasicAuthoritative On
    AuthBasicProvider ldap
    AuthzLDAPAuthoritative On
    AuthLDAPURL "ldaps://11.22.33.44/o=my_location???(objectClass=user)"
    AuthLDAPBindDN "cn=my_LDAP_User,o=my_location"
    AuthLDAPBindPassword the_password
    Require ldap-group cn=allowed_group, ou=my_ou, o=my_location
    Satisfy All
    Options +FollowSymlinks
    </Directory>

  • Apache configuration with Leopard

    In Tiger, I had my own installation of Apache2. Now that I've upgraded, Apache is no longer starting at boot time and when I start it up manually, it loads Apple's version. I know some editing needs to be done somewhere, but can't remember....I'd appreciate someone telling me what I need to edit so that MY Apache2 (which lives in the root Library) loads instead of Apple's.
    Thanks.

    I'm getting closer, I finally got the connector to install
    with the folling command line, and a 1.4 version of the JDK
    installed:
    C:\jdk1.4.2_13\bin\java -Dtrace.ci=1 -jar wsconfig.jar
    -server coldfusion -ws apache -dir C:\Apache\conf -bin
    C:\Apache\bin\httpd.exe -coldfusion -v
    That was a lot of work for something that should be easy, I
    hope Adobe corrects this problem in their installer soon, or at
    least provides steps that are a little more clear for WinXP users.

  • Apache and Weblogic authentication

    Apache 2.0 and WL 8.1 SP6;
    Apache redirects to a wl web app and the web app's front page is password protected using Apache's authentication services.
    Turns out, the users configured with Apache's 'htpasswd' have to be duplicated in weblogic. Curious to know why this is. There appears to be no documentation of this necessity that I could find.
    Any ideas about the configuration principles involved here?
    Thanks,
    Karoly

    Hi Scott,
    The only way it can work is when Apache adds another token to the request
    say
    MyToken : value
    U can create a Custom Identity Asserter to read that token and authenticate the user.
    U can find the steps to create custom identity asserter here
    http://weblogic-wonders.com/weblogic/2010/03/15/custom-identity-asserter-for-weblogic-server/
    HTH,
    Faisal

  • How to re-install Apache on Leopard?

    I got interested in playing around with PHP / Apache on my MBP. Went into "sharing" in SysPrefs and enabled Web Sharing, but it doesn't work. eg: type http:/localhost, or http://localhost/~myusername in the browser address bar gives a "Can't establish a connection to the server" error.
    From what I understand, the built-in Apache web server should work out of the box. Typing 'sudo apachectl start' in Terminal gives me "org.apache.httpd: Already Loaded".
    Is there a log file somewhere that I can look at to determine what the problem is? Or, failing that, is there some way to re-install Apache from my OSX Installation disk?

    roach999 wrote:
    I got interested in playing around with PHP / Apache on my MBP. Went into "sharing" in SysPrefs and enabled Web Sharing, but it doesn't work. eg: type http:/localhost, or http://localhost/~myusername in the browser address bar gives a "Can't establish a connection to the server" error.
    From what I understand, the built-in Apache web server should work out of the box. Typing 'sudo apachectl start' in Terminal gives me "org.apache.httpd: Already Loaded".
    Is there a log file somewhere that I can look at to determine what the problem is? Or, failing that, is there some way to re-install Apache from my OSX Installation disk?
    Your best bet is to user your TM or other backup to reinstall your OS to a time just prior to your modifying the OS. Simply reinstalling Apache may not fix anything.
    You might try using Pacifist to extract Apache from the Leopard DVD, but Apache is so tightly wrapped into the system that this might not work.

  • After upgrade to 10.6 Apache is running but port 80 is not open

    Hello,
    I just upgraded from 10.5 to 10.6. The server is a simple set up that is only used for web hosting. Everything appears to work fine except the browser can't connect. Server Admin and Activity Monitor shows Apache running. Port scan from another machine does not show 80 or 8080 as open ports. However it does show ftp 21, ssh 22 and others open. I double-checked firewall settings and even turn of the firewall software and it still does not work. The 10.5 setup was a clean install and manual migration from 10.4 so I don't that has anything to do with it. I'm not sure what to try next.
    Below is the Setup.log created during the upgrade process:
    10:34:56.152 local KDC set up
    10:34:56.292 Beginning setup migration extras
    10:34:57.828 Starting migration extras with arguments:
    --sourceRoot /Previous System --targetRoot / --purge 1 --language en --sourceVersion 10.5.8 --sourceType System
    10:34:58.656 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/1_SystemKeychainReady.sh
    RESULT CODE: 0
    STDOUT: certs = emptydictionary
    accounts:error = <62706c69 73743030 d4010203 04050626 27582476 65727369 6f6e5824 6f626a65 63747359 24617263 68697665 72542474 6f701200 0186a0a8 07081112 1a1b1c22 55246e75 6c6cd409 0a0b0c0d 0e0f1058 4e53446f 6d61696e 5a4e5355 73657249 6e666f56 4e53436f 64655624 636c6173 73800280 031103e8 80075f10 1c636f6d 2e617070 6c652e73 65727665 726d6772 5f616363 6f756e74 73d30c13 14151618 574e532e 6b657973 5a4e532e 6f626a65 63747380 06a11780 04a11980 055f1016 4e534c6f 63616c69 7a656444 65736372 69707469 6f6e5f10 164e6f20 4c444150 206d6173 74657220 70726573 656e74d2 1d1e1f20 5a24636c 6173736e 616d6558 24636c61 73736573 5c4e5344 69637469 6f6e6172 79a21f21 584e534f 626a6563 74d21d1e 2324574e 53457272 6f72a225 21574e53 4572726f 725f100f 4e534b65 79656441 72636869 766572d1 28295472 6f6f7480 01000800 11001a00 23002d00 32003700 40004600 4f005800 63006a00 71007300 75007800 7a009900 a000a800 b300b500 b700b900 bb00bd00 d600ef00 f400ff01 08011501 18012101 26012e01 31013901 4b014e01 53000000 00000002 01000000 00000000 2a000000 00000000 00000000 00000001 55>
    accounts:errorDescription = "No LDAP master present"
    accounts:errorCode = 1000
    STDERR: 2009-10-15 10:34:58.407 serveradmin[607:903] -[CertsRequestHandler(KeychainOpenSSLExport) existingPassphraseInKeychainForSha1DigestString:]: SecKeychainFindGenericPassword(5151426A4CB1E7F5E1D9817914F586474E2A0241) status: -25300
    2009-10-15 10:34:58.547 serveradmin[607:903] --Module NSBundle </usr/share/servermgrd/bundles/servermgr_certs.bundle> (loaded)'s response has retain count of 3.
    2009-10-15 10:34:58.620 serveradmin[609:903] -[AccountsRequestHandler(AccountsOpenDirectoryHelpers) openLocalLDAPNodeIfNeeded]: dsLocalLDAP = (null), error = Error Domain=com.apple.OpenDirectory Code=2000 UserInfo=0x10050cc80 "Unable to open Directory node with name /LDAPv3/127.0.0.1."
    2009-10-15 10:34:58.632 serveradmin[609:903] -[AccountsRequestHandler(AccountsOpenDirectoryHelpers) openLocalLDAPNodeIfNeeded]: dsLocalLDAP = (null), error = Error Domain=com.apple.OpenDirectory Code=2000 UserInfo=0x100217b70 "Unable to open Directory node with name /LDAPv3/127.0.0.1."
    10:34:58.945 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/10_dnsconfigmigrator.sh
    RESULT CODE: 0
    STDOUT: /System/Library/ServerSetup/MigrationExtras/10_dnsconfigmigrator.sh: Migrating DNS config files...
    /System/Library/ServerSetup/MigrationExtras/10_dnsconfigmigrator.sh: Ensuring DNS configuration files are the correct version...
    dns:configuration:acls:array_index:0:addressMatchList:_arrayindex:0 = "localnets"
    dns:configuration:acls:arrayindex:0:name = "com.apple.ServerAdmin.DNS.public"
    dns:configuration:views:arrayid:BD7790B8-2EEC-4FDD-A1D3-D8BAF698CA69:secondaryZones = emptyarray
    dns:configuration:views:arrayid:BD7790B8-2EEC-4FDD-A1D3-D8BAF698CA69:reverseZones = emptyarray
    dns:configuration:views:arrayid:BD7790B8-2EEC-4FDD-A1D3-D8BAF698CA69:primaryZones = emptyarray
    dns:configuration:views:arrayid:BD7790B8-2EEC-4FDD-A1D3-D8BAF698CA69:allow-recursion = ""com.apple.ServerAdmin.DNS.public";"
    dns:configuration:views:arrayid:BD7790B8-2EEC-4FDD-A1D3-D8BAF698CA69:name = "com.apple.ServerAdmin.DNS.public"
    dns:configuration:isBonjourClientBrowsingEnabled = no
    dns:configuration:loggingLevel = "info"
    dns:upgradeSuccess = yes
    dns:readStatus = 0
    dns:dnsConfigurationFileVersion = 2
    /System/Library/ServerSetup/MigrationExtras/10_dnsconfigmigrator.sh: Migrating the launchd plist state...
    /System/Library/ServerSetup/MigrationExtras/10_dnsconfigmigrator.sh: /Previous System/private/var/db/launchd.db/com.apple.launchd/overrides.plist not found
    /System/Library/ServerSetup/MigrationExtras/10_dnsconfigmigrator.sh: no launchd overrides file: /Previous System/private/var/db/launchd.db/com.apple.launchd/overrides.plist; checking state in launchd plist
    /System/Library/ServerSetup/MigrationExtras/10_dnsconfigmigrator.sh: named disabled in /Previous System/System/Library/LaunchDaemons/org.isc.named.plist; not starting
    STDERR:
    purge: 1
    sourceRoot: /Previous System
    sourceType: System
    sourceVersion: 10.5.8
    targetRoot: /
    language: en
    10:34:59.411 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/30-afctlmigrator.pl
    RESULT CODE: 0
    STDOUT: AFCTL_DISABLED = true AFCTL_ENABLED = disabled AFCTL_STATE =
    state = false
    STDERR: Print: Entry, ":Disabled", Does Not Exist
    mv: rename //private/var/db/af/whitelist to //private/var/db/af/whitelist.previous: No such file or directory
    mv: rename //private/var/db/af/blacklist to //private/var/db/af/blacklist.previous: No such file or directory
    mv: rename /Previous System/private/var/db/af/whitelist to //private/var/db/af/whitelist: No such file or directory
    mv: rename /Previous System/private/var/db/af/blacklist to //private/var/db/af/blacklist: No such file or directory
    purge: 1
    sourceRoot: /Previous System
    sourceType: System
    sourceVersion: 10.5.8
    targetRoot: /
    language: en
    10:34:59.727 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/30-dsmconfigmigrator.pl
    RESULT CODE: 0
    STDOUT:
    STDERR: Print: Entry, ":Disabled", Does Not Exist
    purge: 1
    sourceRoot: /Previous System
    sourceType:
    sourceVersion:
    targetRoot: /
    language:
    10:35:00.664 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/30-ftpconfigmigrator.pl
    RESULT CODE: 0
    STDOUT:
    STDERR: Print: Entry, ":Disabled", Does Not Exist
    purge: 1
    sourceRoot: /Previous System
    sourceType: System
    sourceVersion: 10.5.8
    targetRoot: /
    language: en
    10:35:01.463 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/30-ipfilterconfigmigrator.pl
    RESULT CODE: 0
    STDOUT:
    STDERR:
    purge: 1
    sourceRoot: /Previous System
    sourceType: System
    sourceVersion: 10.5.8
    targetRoot: /
    language: en
    10:35:01.778 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/30-natconfigmigrator.pl
    RESULT CODE: 0
    STDOUT:
    STDERR:
    purge: 1
    sourceRoot: /Previous System
    sourceType: System
    sourceVersion: 10.5.8
    targetRoot: /
    language: en
    10:35:02.456 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/30-snmpconfigmigrator.pl
    RESULT CODE: 0
    STDOUT:
    STDERR: launchctl: Error unloading: org.net-snmp.snmpd
    10:35:04.637 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/42_odconfigmigrator
    RESULT CODE: 0
    STDOUT: /usr/sbin/slapconfig -migrateldapserver 1 /Previous System / 10.5.8 System en
    STDERR: sso_util command failed with status 2
    purge: 1
    sourceRoot: /Previous System
    sourceType: System
    sourceVersion: 10.5.8
    targetRoot: /
    language: en
    Not an ldapmaster so there is no local node users to copy.
    10:35:04.829 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/45-restoreUsersFolder.pl
    RESULT CODE: 0
    STDOUT:
    STDERR:
    purge: 1
    sourceRoot: /Previous System
    sourceType: System
    sourceVersion: 10.5.8
    targetRoot: /
    language: en
    10:35:05.614 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/50-vpnconfigmigrator.pl
    RESULT CODE: 0
    STDOUT:
    STDERR: launchctl: Error unloading: com.apple.ppp.l2tp
    launchctl: Error unloading: com.apple.ppp.pptp
    10:35:05.695 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/51_afpconfigmigrator
    RESULT CODE: 0
    STDOUT:
    STDERR: No old afp settings record to update
    purge: 1
    sourceRoot: /Previous System
    sourceType: System
    sourceVersion: 10.5.8
    targetRoot: /
    language: en
    10:35:08.617 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/58_jabbermigrator.pl
    RESULT CODE: 0
    STDOUT: Warning, /usr/libexec/jabberconfigmigrator.pl returned error status: 256:
    STDERR: Print: Entry, ":org.jabber.jabberd:Disabled", Does Not Exist
    Print: Entry, ":org.jabber.jabberd:Disabled", Does Not Exist
    10:35:10.501 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/59_calendarmigrator.py
    RESULT CODE: 0
    STDOUT:
    STDERR:
    10:35:15.088 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/60_mysqlconfigmigrator
    RESULT CODE: 0
    STDOUT: mysql:upgradeStatus = 0
    STDERR:
    10:35:15.508 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/60_printconfigmigrator
    RESULT CODE: 0
    STDOUT: print:status = 0
    STDERR:
    10:35:16.672 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/60_swupdateconfigmigrator
    RESULT CODE: 0
    STDOUT: swupdate:upgradeStatus = 0
    STDERR:
    10:35:16.830 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/61migrate_cyrusdb
    RESULT CODE: 0
    STDOUT: Nothing to migrate
    STDERR: grep: /etc/imapd.conf: No such file or directory
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: * Web Service SnowLeopard migration start *
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: /System/Library/ServerSetup/MigrationExtras/61_webconfigmigrator.rb --purge 1 --sourceRoot /Previous System --targetRoot / --sourceType System --sourceVersion 10.5.8 --language en
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Processing: /etc/apache2/httpd.conf.saved-Pre-SnowLeopard-unmodified
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Checksum indicates customized Apache 2.2 Leopard main config file. Updating for SnowLeopard.
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Added userdir module directives, disabled
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Removed spotlight module
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Adjusted the set of LoadModule directives
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Changed user from www to _www
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Changed group from www to _www
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Removed spotlight-search handler
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Added dmgpart mime type
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Added mobileconfig mime type
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Added m3u8 mime type
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Added ts mime type
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Removed <IfModule> block for Spotlight
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: De-activated reference to WO Adaptor
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Processing: /etc/apache2/sites/0000any_80.conf.saved-Pre-SnowLeopard-unmodified
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: ...Creating: /etc/apache2/sites/0000any_80.conf
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Checksum indicates customized Apache 2.2 Leopard vhost config file. Updating for SnowLeopard.
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Replaced SSL directives with more secure protocol and cipher suite
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Deleted Include for httpd_directory.conf
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Deleted Include for httpd_directory.conf
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Processing: /etc/apache2/sites/000169.7.39.129_80rolandsystemsgroup.com.conf.saved-Pre-SnowLeopard-unmodified
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: ...Creating: /etc/apache2/sites/000169.7.39.129_80rolandsystemsgroup.com.conf
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Checksum indicates customized Apache 2.2 Leopard vhost config file. Updating for SnowLeopard.
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Appended port number to host in ServerName directive
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Replaced SSL directives with more secure protocol and cipher suite
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Deleted Include for httpd_directory.conf
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Processing: /etc/apache2/sites/000269.7.39.129_443admin.rolandsystemsgroup.com.conf.saved-Pre-SnowLeopard-unmodified
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: ...Creating: /etc/apache2/sites/000269.7.39.129_443admin.rolandsystemsgroup.com.conf
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Checksum indicates customized Apache 2.2 Leopard vhost config file. Updating for SnowLeopard.
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Appended port number to host in ServerName directive
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Replaced SSL directives with more secure protocol and cipher suite
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Deleted Include for httpd_directory.conf
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Processing: /etc/apache2/sites/000369.7.39.129_80edirol.com.conf.saved-Pre-SnowLeopard-unmodified
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: ...Creating: /etc/apache2/sites/000369.7.39.129_80edirol.com.conf
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Checksum indicates customized Apache 2.2 Leopard vhost config file. Updating for SnowLeopard.
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Appended port number to host in ServerName directive
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Replaced SSL directives with more secure protocol and cipher suite
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Deleted Include for httpd_directory.conf
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Processing: /etc/apache2/sites/000469.7.39.129_80rssamerica.com.conf.saved-Pre-SnowLeopard-unmodified
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: ...Creating: /etc/apache2/sites/000469.7.39.129_80rssamerica.com.conf
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Checksum indicates customized Apache 2.2 Leopard vhost config file. Updating for SnowLeopard.
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Appended port number to host in ServerName directive
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Replaced SSL directives with more secure protocol and cipher suite
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Deleted Include for httpd_directory.conf
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Processing: /etc/apache2/sites/000569.7.39.129_80rolandsystemsgroup.ca.conf.saved-Pre-SnowLeopard-unmodified
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: ...Creating: /etc/apache2/sites/000569.7.39.129_80rolandsystemsgroup.ca.conf
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Checksum indicates customized Apache 2.2 Leopard vhost config file. Updating for SnowLeopard.
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Appended port number to host in ServerName directive
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Replaced SSL directives with more secure protocol and cipher suite
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Deleted Include for httpd_directory.conf
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Processing: /etc/apache2/sites/000669.7.39.129_80v-mixingsystem.com.conf.saved-Pre-SnowLeopard-unmodified
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: ...Creating: /etc/apache2/sites/000669.7.39.129_80v-mixingsystem.com.conf
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Checksum indicates customized Apache 2.2 Leopard vhost config file. Updating for SnowLeopard.
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Appended port number to host in ServerName directive
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Replaced SSL directives with more secure protocol and cipher suite
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Deleted Include for httpd_directory.conf
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Processing: /etc/apache2/sites/000769.7.39.129_80personalmixing.com.conf.saved-Pre-SnowLeopard-unmodified
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: ...Creating: /etc/apache2/sites/000769.7.39.129_80personalmixing.com.conf
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Checksum indicates customized Apache 2.2 Leopard vhost config file. Updating for SnowLeopard.
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Appended port number to host in ServerName directive
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Replaced SSL directives with more secure protocol and cipher suite
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Deleted Include for httpd_directory.conf
    Thu Oct 15 10:35:18 2009: 61_webconfigmigrator.rb: Designating wild card vhost as collaboration site
    Thu Oct 15 10:35:21 2009: 61_webconfigmigrator.rb: Updated Apache configuration is valid
    Thu Oct 15 10:35:22 2009: 61_webconfigmigrator.rb: Migrated default wiki theme, set to com.apple.block.green.banner
    Thu Oct 15 10:35:22 2009: 61_webconfigmigrator.rb: Migrated max wiki attachment size, set to 52428800
    Thu Oct 15 10:35:22 2009: 61_webconfigmigrator.rb: The launchd plist for org.apache.tomcat has been unloaded based on pre-upgrade status
    Thu Oct 15 10:35:24 2009: 61_webconfigmigrator.rb: The launchd plist for org.apache.httpd has been loaded based on pre-upgrade status
    Thu Oct 15 10:35:24 2009: 61_webconfigmigrator.rb: The launchd plist for org.apache.htcacheclean has been unloaded based on pre-upgrade status
    Thu Oct 15 10:35:26 2009: 61_webconfigmigrator.rb: The launchd plist for com.apple.wikid has been loaded based on pre-upgrade status
    Thu Oct 15 10:35:26 2009: 61_webconfigmigrator.rb: * Web Service SnowLeopard migration end *
    10:35:26.388 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/61_webconfigmigrator.rb
    RESULT CODE: 0
    STDOUT:
    STDERR:
    10:35:26.774 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/62upgrade_cyrusopts
    RESULT CODE: 0
    STDOUT:
    STDERR:
    2009-10-15 10:35:26 -0700: 62_wikiCreatorMigrator: * Starting migration of wiki creators
    2009-10-15 10:35:26 -0700: 62_wikiCreatorMigrator: Migrating from sourceVersion = "10.5.8" sourceRoot="/Previous System" to targetRoot="/"
    2009-10-15 10:35:27 -0700: 62_wikiCreatorMigrator: Wiki Creators have not been migrated from the previous system. You must use Server Admin Web to add them. Specific problem:WhitePages framework cannot find vhost for GUID: 7580C977-5C04-458B-8FD1-752152324E84
    10:35:27.777 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/62_wikiCreatorMigrator
    RESULT CODE: 0
    STDOUT:
    STDERR: 2009-10-15 10:35:27.771 62_wikiCreatorMigrator[935:903] * -[WPSession createRecordWithType:attributes:inNode:resolveNamingConflict:error:]: * Warning: the record of type dsRecTypeStandard:Config was created successfully, but OpenDirectoryFramework cannot find it. More info: recordName 'ServicesInformation' in /Local/Default
    2009-10-15 10:35:27.772 62_wikiCreatorMigrator[935:903] * -[WPWebServices createServicesInformationRecordInLocalNodeWithSession:]: couldn't create the Computer record in /Local/Default. Reason: (null)
    10:35:27.907 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/63notificationmigrator.sh
    RESULT CODE: 0
    STDOUT:
    STDERR:
    10:35:43.528 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/64postfixmigrator
    RESULT CODE: 0
    STDOUT: Upgrading Postfix...
    STDERR:
    10:37:05.578 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/65mailmigrator.pl
    RESULT CODE: 0
    STDOUT:
    STDERR:
    10:37:05.741 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/66clamavmigrator
    RESULT CODE: 0
    STDOUT:
    STDERR:
    10:37:05.835 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/66spam_assassinmigrator
    RESULT CODE: 0
    STDOUT:
    STDERR: crontab: no crontab for root
    10:37:05.869 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/67_CreateABSACLIfNeeded.sh
    RESULT CODE: 0
    STDOUT:
    STDERR:
    10:37:06.142 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/70_smbconfigmigrator
    RESULT CODE: 0
    STDOUT:
    STDERR:
    10:37:07.307 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/80_radiusconfigmigrator.pl
    RESULT CODE: 0
    STDOUT: 80_radiusconfigmigrator.pl: Migrating RADIUS configuration...
    80_radiusconfigmigrator.pl: Migrating certificate parameters into eap.conf...
    80_radiusconfigmigrator.pl: extracting eap.conf dictionary from radius dictionary
    80_radiusconfigmigrator.pl: extracting certificate params from eap.conf dictionary
    80_radiusconfigmigrator.pl: No certificates in eap.conf, nothing to install
    80_radiusconfigmigrator.pl: Done migrating certificate parameters into eap.conf
    80_radiusconfigmigrator.pl: RADIUS migration complete
    STDERR:
    10:38:04.002 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/90_CertificateMigrator.sh
    RESULT CODE: 0
    STDOUT: certs = emptydictionary
    STDERR: 2009-10-15 10:38:03.746 serveradmin[2358:903] --Module NSBundle </usr/share/servermgrd/bundles/servermgr_certs.bundle> (loaded)'s response has retain count of 9.
    10:38:04.227 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/91_qtssmigrator
    RESULT CODE: 0
    STDOUT: /System/Library/ServerSetup/MigrationExtras/91_qtssmigrator: removing /Previous System/Library/QuickTimeStreaming
    STDERR:
    Thu Oct 15 10:38:04 2009: 93_pcastmigrator.rb: * Podcast Service Leopard->SnowLeopard migration start *
    Thu Oct 15 10:38:04 2009: 93_pcastmigrator.rb: Error: Unable to copy all files from the source system: unknown file type: /Previous System/Library/Preferences/com.apple.pcastserverd.plist
    Thu Oct 15 10:38:05 2009: 93_pcastmigrator.rb: pcastserverd has been unloaded based on pre-upgrade status
    10:38:05.027 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/93_pcastmigrator.rb
    RESULT CODE: 0
    STDOUT:
    STDERR:
    10:38:07.634 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/94-wiki-group-migrator.py
    RESULT CODE: 0
    STDOUT:
    STDERR: 2009-10-15 10:38:07.561 Python[3052:d0f] * -[NSAutoreleasePool release]: This pool has already been released, do not drain it (double release).
    10:38:08.667 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/95-wikicalendarmigrator.py
    RESULT CODE: 0
    STDOUT: Logging to /Library/Logs/ServerAssistant.log
    Starting
    Options: {'wiki': None, 'sourceWikiPath': 'Library/Collaboration/Groups', 'guid': None, 'verbose': 1, 'language': 'en', 'targetRoot': '/', 'sourceCalendarPath': 'Library/CalendarServer/Documents', 'sourceRoot': '/Previous System', 'purge': True, 'output': None, 'calendar': None, 'sourceVersion': '10.5.8', 'targetCalendarPath': 'Library/CalendarServer/Documents', 'sourceType': 'System'}
    Looking for wiki group plists in /Library/Collaboration/Groups
    Found group plists: []
    Chowning /Library/CalendarServer/Documents to 93:93
    Done
    STDERR:
    10:38:10.365 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/95migratedhcp.pl
    RESULT CODE: 0
    STDOUT: 95migratedhcp.pl: Migrating DHCP and NetBoot configuration...
    95migratedhcp.pl: migrating etc/bootpd.plist
    95migratedhcp.pl: migrating private/tftpboot
    95migratedhcp.pl: migrating System/Library/LaunchDaemons/bootps.plist
    95migratedhcp.pl: DHCP is disabled for all interfaces
    95migratedhcp.pl: netboot_enabled not found in bootpd.plist
    95migratedhcp.pl: DHCP and NetBoot are both disabled in //etc/bootpd.plist: not loading //System/Library/LaunchDaemons/bootps.plist
    95migratedhcp.pl: DHCP and NetBoot migration complete
    STDERR:
    10:38:11.125 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/99-wikipermissionsfixer.py
    RESULT CODE: 0
    STDOUT:
    STDERR:
    purge: 1
    sourceRoot: /Previous System
    sourceType: System
    sourceVersion: 10.5.8
    targetRoot: /
    language: en
    10:38:11.270 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/111-alfconfigmigrator.pl
    RESULT CODE: 0
    STDOUT:
    STDERR:
    purge: 1
    sourceRoot: /Previous System
    sourceType: System
    sourceVersion: 10.5.8
    targetRoot: /
    language: en
    Missing: /Previous System/private/etc/syslog.conf
    10:38:11.331 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/111-syslogconfigmigrator.pl
    RESULT CODE: 0
    STDOUT:
    STDERR:
    purge: 1
    sourceRoot: /Previous System
    sourceType: System
    sourceVersion: 10.5.8
    targetRoot: /
    language: en
    10:38:11.440 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/111-webobjects.pl
    RESULT CODE: 0
    STDOUT:
    STDERR:
    10:38:15.054 Migration extra succeeded:
    path: /System/Library/ServerSetup/MigrationExtras/BlojsomMigration.py
    RESULT CODE: 0
    STDOUT:
    STDERR: /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/zope /_init_.py:1: UserWarning: Module twisted was already imported from /usr/share/caldavd/lib/python/twisted/_init_.pyc, but /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python is being added to sys.path
    _import__('pkg_resources').declare_namespace(__name_)
    10:38:15.241 Setup extra succeeded:
    path: /System/Library/ServerSetup/CommonExtras/AddAppServerUserToAppServerGroups.sh
    RESULT CODE: 0
    STDOUT:
    STDERR:
    10:38:15.492 Setup extra succeeded:
    path: /System/Library/ServerSetup/CommonExtras/carddav.sh
    RESULT CODE: 0
    STDOUT:
    STDERR:
    10:38:15.693 Setup extra succeeded:
    path: /System/Library/ServerSetup/CommonExtras/DisableBootP.sh
    RESULT CODE: 0
    STDOUT:
    STDERR:
    10:38:15.718 Setup extra succeeded:
    path: /System/Library/ServerSetup/CommonExtras/EnableDSProxy.sh
    RESULT CODE: 0
    STDOUT:
    STDERR:
    10:38:15.981 Setup extra succeeded:
    path: /System/Library/ServerSetup/CommonExtras/GenerateRNDCKey.sh
    RESULT CODE: 0
    STDOUT:
    STDERR: wrote key file "/private/etc/rndc.key"
    10:38:16.040 Setup extra succeeded:
    path: /System/Library/ServerSetup/CommonExtras/MarkServerFolderAsLocalizable.sh
    RESULT CODE: 0
    STDOUT:
    STDERR:
    10:38:16.559 Setup extra succeeded:
    path: /System/Library/ServerSetup/CommonExtras/SetAFPEncoding.rb
    RESULT CODE: 0
    STDOUT:
    STDERR:
    10:38:16.637 Setup extra succeeded:
    path: /System/Library/ServerSetup/CommonExtras/SetDefaultNFSThreadCount.sh
    RESULT CODE: 0
    STDOUT:
    STDERR:
    10:38:16.886 Setup extra succeeded:
    path: /System/Library/ServerSetup/CommonExtras/SetSMBCodePage.rb
    RESULT CODE: 0
    STDOUT:
    STDERR:
    10:38:17.060 Setup extra succeeded:
    path: /System/Library/ServerSetup/CommonExtras/setupsecurityproxymail.sh
    RESULT CODE: 0
    STDOUT:
    STDERR:
    10:38:17.346 Setup extra succeeded:
    path: /System/Library/ServerSetup/CommonExtras/SetupClamAV.sh
    RESULT CODE: 0
    STDOUT: Configuring Anti-Virus scanner...
    done.
    STDERR:
    10:38:17.372 Setup extra succeeded:
    path: /System/Library/ServerSetup/CommonExtras/SetUpFTPSharePoints.sh
    RESULT CODE: 0
    STDOUT:
    STDERR:
    10:38:17.672 Setup extra succeeded:
    path: /System/Library/ServerSetup/CommonExtras/SetupMailman.sh
    RESULT CODE: 0
    STDOUT: Configuring mailman for this host...
    done.
    Compiling mailman...
    Listing /usr/share/mailman/Mailman ...
    Listing /usr/share/mailman/Mailman/Archiver ...
    Listing /usr/share/mailman/Mailman/Bouncers ...
    Listing /usr/share/mailman/Mailman/Cgi ...
    Listing /usr/share/mailman/Mailman/Commands ...
    Compiling /usr/share/mailman/Mailman/Defaults.py ...
    Listing /usr/share/mailman/Mailman/Gui ...
    Listing /usr/share/mailman/Mailman/Handlers ...
    Listing /usr/share/mailman/Mailman/Logging ...
    Listing /usr/share/mailman/Mailman/MTA ...
    Listing /usr/share/mailman/Mailman/Queue ...
    Compiling /usr/share/mailman/Mailman/mm_cfg.py ...
    done.
    STDERR:
    10:38:17.750 Setup extra succeeded:
    path: /System/Library/ServerSetup/CommonExtras/SetUpNetBoot
    RESULT CODE: 0
    STDOUT:
    STDERR:
    10:38:17.964 Setup extra succeeded:
    path: /System/Library/ServerSetup/CommonExtras/websetup
    RESULT CODE: 0
    STDOUT:
    STDERR:
    10:38:22.136 touching AppleSetupDone

    Thanks for your help.
    I discovered that there was an issue with the virtual host config files. I am not sure why but the problem passed the Apache startup routine. I discovered the offending VH config file by turning them all off and reactivating them one at a time. The real head scratcher is why I couldn't scan or ping port 80 during the problem.

  • Issue with using poi.hwpf.HWPFDocument in servlet on Apache 6.0.16

    Hi Friends,
    I have come to the point where I just don't know what to do now. I am trying to extract text from a word document using the POI from apache. When I run the program locally there is no issue at all. However, when I try to run it on through a servlet I get the above error. I have read somewhere else that this might have something to do JRE, etc.
    All help will be highly appreciated.
    Here is the stack trace of the issue:
    17-08-2008 16:17:49 org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet UploadFileDataServlet threw exception
    java.lang.NoSuchMethodError: org.apache.poi.POIDocument: method <init>()V not found
    at org.apache.poi.hwpf.HWPFDocument.<init>(HWPFDocument.java:113)
    at myDataSharer.reader.MSWordParse.getDocWords(MSWordParse.java:48)
    at myDataSharer.dataset.UploadFileDataServlet.doPost(UploadFileDataServlet.java:165)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
    at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:568)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    at java.lang.Thread.run(Thread.java:619)
    Source code of the program running locally :
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    package myDataSharer.reader;
    import org.apache.poi.hwpf.extractor.*;
    import org.apache.poi.POIDocument;
    import java.io.*;
    import org.apache.poi.poifs.filesystem.*;
    import org.apache.poi.hwpf.*;
    * @author MDANANI
    public class MSWordParse {
    private String fileName = "";
    public MSWordParse() {
    public static void main(String[] args){
    MSWordParse wp = new MSWordParse();
    System.out.println(wp.getDocWords());
    public String getDocWords() {
    String docWords = "";
    this.fileName = "c:/Project1.doc";
    try {
    POIFSFileSystem fs = new POIFSFileSystem(new FileInputStream(fileName));
    // Create a document for this file
    HWPFDocument doc = new HWPFDocument(fs);
    WordExtractor we = new WordExtractor(doc);
    docWords = we.getText();
    } catch (Exception e) {
    e.printStackTrace();
    return docWords;
    return docWords;
    }

    i have added commons-fileupload.jar but the error still remains.
    Please take a look at this line of exception:
    Please adjust your web.xml to use org.apache.myfaces.webapp.filter.ExtensionsFilter
    whereas in my web.xml Extensions filter is from:
    org.apache.myfaces.component.html.util.ExtensionsFilter
    I get a broken link error if i try to point to org.apache.myfaces.webapp.filter.ExtensionsFilter

  • How do you configure the webserver on Leopard?

    I'm not sure what version of Apache is on Leopard but what file is edited to add things like PHP etc?
    I've looked under /etc/http/ but this directory is empty so how to I check PHP is turned on and turn it on if it isn't?
    Thanks for your help.

    The configuration directory for apache is /etc/apache2/
    Also this topic should help you.
    Mihalis.

  • Leopard client login problem (Tiger server)... why can't I authenticate?

    I look after a number of Macs and PCs at my company. Most Macs are running the latest version of Tiger but the newest machine came with Leopard. All users log into network accounts on our Xserve, running OSX Server (Tiger). However, the Leopard client machine refuses to log in to any network account, including the one I set up specifically for the machine's user, shaking its login window at me.
    Users connect using Open Directory Master on the server and none of the Tiger clients have ever had problems logging in.
    On the troublesome client machine, I have bound to the server correctly in Directory Utility which declares that the server is responding normally. At the login screen I get a green light and "Network Accounts Available" when I click through the options above the user name field so I know the machine can see the server.
    I can successfully log in to a local account and subsequently mount the server volumes using the new name and password I've set up for the user.
    What have I missed?
    So far, in my attempts to resolve this I have done the following:
    Removed the password from the new account;
    Unbound from the server, changed the short name of the computer, re-bound to the server;
    Tried logging in to other accounts known to be working;
    In WGM checked that the NFSHomeDirectory entry shows the complete path for the user's home directory;
    Trawled through endless forums for clues.
    Kerberos is not running. Does it need to be for authenticating Leopard users?
    Is there an issue with clear text passwords in Leopard? Seemingly eliminated through a no-password test account.
    I'm sure that I logged in successfully once after setting up the machine but, after installing Leopard updates, logging in has consistently failed.
    Anyone else having similar problems? Better yet, anyone have any answers?

    No need to apologize. I learned the same way you are...
    I think you may end up re-binding the 10.4 clients if you kerberize the server.
    You may want to go to the server forum for folks with more definitive annswers.
    http://discussions.apple.com/category.jspa?categoryID=96
    In any case, make sure you have a reliable backup before you do anything.
    Jeff
    Message was edited by: Jeff Kelleher

Maybe you are looking for