Unable to start up Personal Web Sharing (OS X 10.3.9)

I have been trying to start up Personal Web Sharing since yesterday. It keeps saying "Web Sharing starting up...", but nothing ever happens.
Actually, what I want to do is to set up a test server environment (not a real server for everyone on the web to access) to learn PHP, MySQL and XOOPS. I bought Teach Yourself PHP, MySQL and Apache by Julie C. Meloni (Sams Publishing) and installed MySQL 5.0.22 and PHP 5.1.4 following the instructions on the book. But I was not able to see anything when I entered http://localhost/phpinfo.php on FireFox. (The book tells me to create a simple script called phpinfo.php and save it to /Library/WebServer/Documents.)
I thought the problem might be that I didn't have Personal Web Sharing on, so I went to System Preferences' Sharing panel to start it up. But it just hangs in starting mode... never starts...
I tried Charles's suggestion to Harvey ( http://discussions.apple.com/thread.jspa?messageID=680762&#680762 ). The /usr/sbin/apachectl configtest command returns the following result:
Processing config directory: /private/etc/httpd/users/*.conf
Processing config file: /private/etc/httpd/users/+entropy-php.conf
Syntax error on line 8 of /private/etc/httpd/users/+entropy-php.conf:
Cannot load /usr/local/php5/libphp5.so into server: (reason unknown)
I'm wondering if PHP 5.x does not support Panther, but php.net doesn't seem to say so... (I downloaded PHP 4.4.4, but haven't figured out how to use it to replace PHP 5.1.4...) Or maybe it's because I'm connecting to the web via an open network (at a cafe)?
Any suggestions will be much appreciated!
powerbook g3 firewire   Mac OS X (10.3.9)   XLR8 G4 upgraded

Thank you~ FifthWheel & Karl~!
Even if you're on an open network, or on no network at all,
Apache should start if it is properly configured (even with
no network, the loopback address 'localhost' is still available).
Thank you for the answer! This has been very confusing to me!
I still haven't been able to find out whether PHP 5.1.4 is compatible with Panther's Apache or not (couldn't even find which version of Apache Panther has...) But a guy from another Mac forum (www.oikos.com.tw) seems to be very certain that Entropy's PHP 5.x package is not compatible with Panther. I guess I will just take what he said. I've already sent my complaint to Sams Publishing.
I found "Building and Installing Apache 2.0.54 and PHP 5.0.4 on Mac OS X 10.3.8" on phpmac.com. But it seems quite risky for someone who does not have unix knowledge like me. So I guess what I should do is to find out how to remove the PHP 5.1.4 I installed and install PHP 4.x instead.
Still seeking for a solution... I guess I should start learning Unix too...

Similar Messages

  • Unable to start/stop Personal Web Sharing

    I do some web development, so I tried making the necessary changes to run PHP files via localhost. I followed various online articles by making some changes to the httpd.conf file, and then downloading MySQL and a later version of PHP (5.0). Since installing yesterday afternoon, I've been unable to start or stop Personal Web Sharing. Any ideas?
    Thank you.
    Nathan

    Are you sure you got the proper version of each for your platform? Depending on which version you dowloaded it may not have been a universal bianary and you might be running ppc instead of x86 or vice versa. I wouldnt expect you to have broken apache if you made only the modifications you noted in your inital post - but perhaps if it was trying to load the php module and it was the worng platform it might through that error and prevent it fromt starting.. but normally whn php fails it jsut throws a warning and continues without it loaded (at least with Marc's automatic configuration). But thats the only thing i can think of.
    So next steps:
    1.) Verify you are running the x86/PPC (or Universal) versions of PHP and MySQL (MySQL shouldnt really matter but since its one of the majorchanges before apache broke we'll look at it as well).
    2.) on the command line run this command and post the output back here:
    <pre style="scrolling: auto; width: 90%;">httpd -V</pre>
    3.) lets restore your old config:
    <pre style="scrolling: auto; width: 90%;">
    sudo cp /etc/httpd/httpd.conf /etc/httpd/httpd.conf.121906.bak
    sudo cp /etc/httpd/httpd.conf.default /etc/httpd/httpd.conf
    sudo apachectl start</pre>
    And then post the ouput of the start command back here.

  • PERSONAL WEB SHARING ON iMAC G5 WILL NOT START

    hello:
    i am hoping someone would be able to help me on this issue. i attempted to start the Personal Web Sharing service on my computer (iMAC G5 with MAC OS 10.4) from System Preferences > Sharing. however, after i highlight Personal Web Sharing on the list of services and click the Start button, the message changes to "web sharing starting up..." and simply remains that way (i've waited for a long time). it does not change to "web sharing on".
    am i doing something wrong? is it possible that my Apache installation has been compromised? my goal is to be able to use my computer to create and run .php web pages.
    any help / suggestions are greatly appreciated
    iMac G5   Mac OS X (10.4.8)  

    Sorry, this still doesn't seem to be working.
    Actually, it's me steering you wrong. It's been a while since I fooled around with the Entropy PHP installation and it looks like he's changed it.
    He used to put the configuration stuff for PHP at the bottom of the main Apache config file, but now he's putting it in that separate file in the httpd users directory. That's why moving the default Apache configuration file into place didn't help.
    You have two choices: one is to just forget about the PHP5 stuff for now and go with Apple's default PHP install. The other is to try to get PHP5 up and running.
    The first option is very easy: just run this command:
    <pre class="command">mv private/etc/httpd/users/+entropy-php.conf ~/Desktop</pre>That will put the offending file on the desktop. Now try starting the web server. Most likely, PHP won't work yet, but Apache should start. In order to use the default PHP5, you need to make some changes to the httpd.conf file. You can use pico in the Terminal. It's pretty simple and the key commands are printed at the bottom. Where you see the up arrow listed, that means to use the "control" key, i.e., "control"-x to exit. You need to use sudo, though so you have root privileges:
    <pre class="command">sudo pico /etc/httpd/httpd.conf</pre>Search ("control"-w) for "php". The first line you'll see is this:
    <pre class="command">#LoadModule php4_module libexec/httpd/libphp4.so</pre>Uncomment it by removing the "#" from the start of the line. Search again until you find this line:
    <pre>#AddModule mod_php4.c</pre>Again, remove the "#". Now search again until you find these lines:
    <pre class="command"><IfModule mod_php4.c>
    # If php is turned on, we repsect .php and .phps files.
    AddType application/x-httpd-php .php
    AddType application/x-httpd-php-source .phps
    # Since most users will want index.php to work we
    # also automatically enable index.php
    <IfModule mod_dir.c>
    DirectoryIndex index.html index.php
    </IfModule>
    </IfModule></pre>Just verify that they look like these. If they don't, copy and paste your corresponding lines into a reply. Now stop and restart the web server and see if PHP pages will work. You should be using OS X's built-in 4.x version.
    If, on the other hand, you'd rather use the Entropy PHP5 installation, post back and tell me and we'll see if we can figure out what's up with that...
    charlie

  • Personal Web Sharing doesn't want to start. (Apache problem)

    I have accidently deleted apache folders from my iBook. Then I reinstalled the apache, but when I tried to start my Personal Web Sharing, it just won't start. It says "Web Sharing Starting Up", but it stays that way for ages. Any idea? It worked before (I mean before the accident). I dunno if it's got to do with the mySQL coz I reinstalled another version of mySQL.
    iMac   Mac OS X (10.4.4)  

    I am experiencing the same problem: going through the System Preferences (in OSX 10.4.10), to the Sharing pane, then the Services Tab, and clicking Start Personal Web Sharing only gives me "Starting Web Sharing..." and never actually starts it.
    I have tried the following solutions:
    • replaced httpd.conf files using both the httpd.conf.default file from the machine in error as well as from another Mac (adapting the usernames as appropriate)
    • replacing the entire /private/etc/httpd directory with the one from the other Mac, whose Web Server will start up
    • when starting it via Terminal, i get "fopen: no such file or directory" so I created it... no dice.
    Can anybody give me any more suggestions?
    If not, I do have AppleCare on it - think they might help?

  • Personal web sharing is not starting up

    when i start my personal web sharing i get this error
    dyld: NSLinkModule() error
    dyld: Symbol not found: ap_popenfex
    Referenced from: /usr/libexec/httpd/modlogforensic.so
    Expected in: flat namespace
    /usr/sbin/apachectl: line 175: 10617 Trace/BPT trap $HTTPD
    /usr/sbin/apachectl start: httpd could not be started
    May 30 14:27:19 JavaJax crashdump[10618]: httpd crashed
    May 30 14:27:19 JavaJax crashdump[10618]: crash report written to: /Library/Logs/CrashReporter/httpd.crash.log
    i have no idea what any of that means

    "
    total 4664
    -rw-r--r-- 1 root wheel 8304 Jun 27 2001 httpd.exp
    -rwxr-xr-x 1 root wheel 113376 Jun 27 2001 libdav.so
    -rwxr-xr-x 1 root wheel 223700 Jun 27 2001 libperl.so
    -r-xr-xr-x 1 root wheel 1184376 Jun 27 2001 libphp4.so
    -rwxr-xr-x 1 root wheel 71640 Jun 27 2001 libproxy.so
    -rwxr-xr-x 1 root wheel 145880 Jun 27 2001 libssl.so
    -rwxr-xr-x 1 root wheel 13512 Jun 27 2001 mod_access.so
    -rwxr-xr-x 1 root wheel 9472 Jun 27 2001 mod_actions.so
    -rwxr-xr-x 1 root wheel 13928 Jun 27 2001 mod_alias.so
    -rwxr-xr-x 1 root wheel 8956 Jun 27 2001 mod_asis.so
    -rwxr-xr-x 1 root wheel 13872 Jun 27 2001 mod_auth.so
    -rwxr-xr-x 1 root wheel 9340 Jun 27 2001 modauthanon.so
    -rwxr-xr-x 1 root wheel 9544 Jun 27 2001 modauthdbm.so
    -rwxr-xr-x 1 root wheel 28960 Jun 27 2001 mod_autoindex.so
    -rwxr-xr-x 1 root wheel 33128 Jan 30 2006 mod_bonjour.so
    -rwxr-xr-x 1 root wheel 9644 Jun 27 2001 modcernmeta.so
    -rwxr-xr-x 1 root wheel 15048 Jun 27 2001 mod_cgi.so
    -rwxr-xr-x 1 root wheel 13816 Jun 27 2001 mod_digest.so
    -rwxr-xr-x 1 root wheel 9228 Jun 27 2001 mod_dir.so
    -rwxr-xr-x 1 root wheel 9236 Jun 27 2001 mod_env.so
    -rwxr-xr-x 1 root wheel 13664 Jun 27 2001 mod_expires.so
    -rwxr-xr-x 1 root wheel 9180 Jun 27 2001 mod_headers.so
    -rwxr-xr-x 1 root wheel 9100 Jun 28 2001 modhfsapple.so
    -rwxr-xr-x 1 root wheel 18440 Jun 27 2001 mod_imap.so
    -rwxr-xr-x 1 root wheel 32904 Jun 27 2001 mod_include.so
    -rwxr-xr-x 1 root wheel 18988 Jun 27 2001 mod_info.so
    -rwxr-xr-x 1 root wheel 20020 Jun 27 2001 modlogconfig.so
    -rwxr-xr-x 1 root wheel 13968 Jan 30 2006 modlogforensic.so
    -rwxr-xr-x 1 root wheel 14576 Jun 27 2001 mod_mime.so
    -rwxr-xr-x 1 root wheel 23804 Jun 27 2001 modmimemagic.so
    -rwxr-xr-x 1 root wheel 28392 Jun 27 2001 mod_negotiation.so
    -rwxr-xr-x 1 root wheel 51936 Jun 27 2001 mod_rewrite.so
    -rwxr-xr-x 1 root wheel 13784 Jun 27 2001 mod_setenvif.so
    -rwxr-xr-x 1 root wheel 14052 Jun 27 2001 mod_speling.so
    -rwxr-xr-x 1 root wheel 22428 Jun 27 2001 mod_status.so
    -rwxr-xr-x 1 root wheel 9272 Jun 27 2001 moduniqueid.so
    -rwxr-xr-x 1 root wheel 9188 Jun 27 2001 mod_userdir.so
    -rwxr-xr-x 1 root wheel 9652 Jun 27 2001 mod_usertrack.so
    -rwxr-xr-x 1 root wheel 13576 Jun 27 2001 modvhostalias.so
    "

  • Personal Web Sharing on 10.4.8

    I have read other topics about this, but couldn't find any that help me.
    My problem is this - when I click on Start (for Personal Web Sharing) in the Preferences app, the service never starts. When I open terminal and enter -
    cd /etc/httpd/
    ls -l httpd.conf
    I get -
    -rw-r--r-- 1 root wheel 38414 Nov 23 09:27 httpd.conf
    When I enter apachectl start, I get this -
    fopen: Permission denied
    httpd: could not open error log file /private/var/log/httpd/error_log.
    /usr/sbin/apachectl start: httpd could not be started
    When I look at my account in PREFERENCES : Accounts, I see it as an Admin account.
    What the heck is wrong? Any ideas?
    Murray

    And, by the way, you're absolutely right about the
    two versions of PHP - I upgraded to 5.0x, and that's
    when the trouble started!
    I made that exact mistake and that's exactly what happened to me too.
    The following lines, which are found in the file /etc/httpd/httpd.conf had to be uncommented to make PHP work:
    LoadModule php4_module libexec/httpd/libphp4.so
    AddModule mod_php4.c
    I don't know if recommenting them (putting a #) in front of them) will work for you; when I installed PHP 5 on top of PHP 4 I eventually wound up having to reinstall the OS ( I mean, there's a reason I don't tamper around with it much).
    I may some time soon try upgrading, but for now I'll hang with PHP 4; it works.
    SJK

  • Personal Web Sharing server will not start.

    I cannot start Personal Web Sharing. Have tried to install apache2, mysql and php from here: http://www.serverlogistics.com/downloads.php and since then it would not start.
    What can I do? Is there anyway I can reverse to old settings from a sertain date like you can on a windows system?
    If I try to start Apache in Termianl I get this:
    vayu-robins-computer:~ vayu$ /usr/sbin/apachectl start
    Processing config directory: /private/etc/httpd/users/*.conf
    Processing config file: /private/etc/httpd/users/+entropy-php.conf
    [Fri Jul 21 12:27:18 2006] [warn] module mod_php5.c is already added, skipping
    Processing config file: /private/etc/httpd/users/postgres.conf
    Processing config file: /private/etc/httpd/users/vayu.conf
    fopen: Permission denied
    httpd: could not open error log file /private/var/log/httpd/error_log.
    /usr/sbin/apachectl start: httpd could not be started
    I hope this will help.
    Thanks
    Vayu
    Imac Intel Core Duo   Mac OS X (10.4.7)  

    If you're just trying to get the default install to work again, we'll need to determine if the ServerLogistics install you said you tried has overwritten the system files, or set itself up separately.
    To see what version is installed in the default location, from the Terminal run:
    /usr/sbin/httpd -v
    This will report something like:
    Server version: Apache/1.3.33 (Darwin)
    Second, you can test your config files to see if they are all valid by running:
    /sbin/apachectl configtest
    This is what Apache does when it starts up, but without changing the process status. You'll be looking for a "Syntax OK" at the end of the output, or else specific error messages in your config files.
    Finally, you can check whether you have an Apache process already running a few different ways. One is to look in the /var/run directory for a 'httpd.pid' file, which will contain the process ID of any running Apache process. The other is to search the active process list:
    ps -ax | grep httpd
    If you see any matches other than your own 'grep httpd' command in the list, you may already have an Apache running and thus be unable to get another one to start via the Personal Web Sharing control panel.
    Again, the remedy would be clearer with some input from the ServerLogistics install documentation - what files were put where, how do they interact (if at all) with Apple's versions, etc.
    PowerBook G4, et al.   Mac OS X (10.4.7)  

  • Personal web sharing will not start up

    my personal web sharing will not start up.
    i tried to start it up at work on my laptop and i got a message that said anther computer on the network was using the same name. since then the personal web sharing can be clicked on but, never starts up.
    anyone have any ideas how i can fix this? i am trying to learn PHP and i need to have it working so i can sync up with apache.

    Try changing your computer's name. To do so go to the Sharing preference pane and change the computer's name to something else. Try restarting web sharing after this...

  • Personal web sharing will not start

    my personal web sharing will not start up.
    i tried to start it up at work on my laptop and i got a message that said anther computer on the network was using the same name. since then the personal web sharing can be clicked on but, never starts up.
    anyone have any ideas how i can fix this? i am trying to learn PHP and i need to have it working so i can sync up with apache.

    my personal web sharing will not start up.
    i tried to start it up at work on my laptop and i got
    a message that said anther computer on the network
    was using the same name. since then the personal web
    sharing can be clicked on but, never starts up.
    anyone have any ideas how i can fix this? i am trying
    to learn PHP and i need to have it working so i can
    sync up with apache.
    The solution to your problem is most likely contained within your question.
    You'll need to locate the machine on your network that has the same name as yours and change its name... or you'll need to rename your computer to something else.

  • Personal Web sharing not starting

    I've been trying to start personal web sharing and it's not starting up...I already did the apachectl start command in the terminal and I got the following message:
    Syntax error on line 8 of /private/etc/httpd/users/+entropy-php.conf:
    Cannot load /usr/local/php5/libphp5.so into server: (reason unknown)
    /usr/sbin/apachectl start: httpd could not be started
    [Process exited - exit code 3]
    I had problems installing php before that happened...and it seems that I can't still the latest version of php since I tried installing it many times and all came out with errors. What can I do in order to make web sharng start? Thanks in advance
    Never mind guys...sorry but I think I found the answer, I searched the forum before but I couldn't find it...sorry about that...be safe
    Message was edited by: GaToRMade

    Cosizzle, not sure this will help either, but try trashing...
    /Users/nnnn/Library/Preferences... the whole Prefs folder there.
    /Library/Preferences/SystemConfiguration... the whole SysConfig folder.
    /Library/Preferences/com.apple.AppleFileServer.plist
    Reboot... of course you dont have to trash them, you can just move them to the desktop to drag back if it doesn't work.

  • 'Personal Web Sharing' is taking an indefinite amount of time to start

    Hi, for some reason, 'Personal Web Sharing' is taking an indefinite amount of time to startup. This started happening after I installed PHP 5. Any idea on how I can fix this/debug this?

    What do you mean by indefinite exactly?
    Have you repaired permissions since installing PHP5?
    Indefinite, as it forever stays as 'Web Sharing starting up...'. Yes, I have repaired perms.

  • Personal Web Sharing doesn't start up

    A while ago I shut off the "Personal Web Sharing" tool simply because I did not need it. However at this moment I'm trying to restart it (which I assume is the Apache web service). So I go to System Preferences -> Sharing, and tick the "Personal Web Sharing" box. However, when I do, all I get is the message "Web sharing is starting up..." It stalls there and doesn't go any further.
    I haven't made any changes to Apache, but I have attempted to install PHP on my system using the package on http://www.entropy.ch/software/macosx/ -- it failed, giving me a generic error message.
    Is there a solution to this problem? Does it have anything to do with the messed-up PHP installation?

    I am experiencing the same problem: going through the System Preferences (in OSX 10.4.10), to the Sharing pane, then the Services Tab, and clicking Start Personal Web Sharing only gives me "Starting Web Sharing..." and never actually starts it.
    I have tried the following solutions:
    • replaced httpd.conf files using both the httpd.conf.default file from the machine in error as well as from another Mac (adapting the usernames as appropriate)
    • replacing the entire /private/etc/httpd directory with the one from the other Mac, whose Web Server will start up
    • when starting it via Terminal, i get "fopen: no such file or directory" so I created it... no dice.
    Can anybody give me any more suggestions?
    If not, I do have AppleCare on it - think they might help?

  • Personal Web Sharing won't start up

    I'm sorry if this is duplicated but I when I try to start up my web sharing, it goes grey, says starting but never gets anywhere.
    I was tring to install PHP and tried the 5.0 verison as I have the intel mac. I guess that was a big mistake.
    When I try to use terminal to launch apache I get the following message.
    AllisonServer:~ allisonserver$ apachectl start
    Processing config directory: /private/etc/httpd/users/*.conf
    Processing config file: /private/etc/httpd/users/+entropy-php.conf
    fopen: No such file or directory
    httpd: could not open document config file /private/etc/httpd/users/+entropy-php.conf
    /usr/sbin/apachectl start: httpd could not be started
    In the console utility, when I go to /var/log and then into httpd the window is empty.
    In the console log I'm getting this message
    Processing config directory: /private/etc/httpd/users/*.conf
    Processing config file: /private/etc/httpd/users/+entropy-php.conf
    fopen: No such file or directory
    httpd: could not open document config file /private/etc/httpd/users/+entropy-php.conf
    /usr/sbin/apachectl start: httpd could not be started
    Can anybody help me clear out the PHP5 if that's my problem.
    I would also like to know how to tell if i have apache 1.2 or 2.0?
    Thank you in advance

    Go here and read the PHP Problems part:
    http://Gnarlodious.com/Computer/Apache

  • Personal Web Sharing Works on One Mac, Not on Other

    I can't get Personal Web Sharing to work with my MacBook Pro. It does work with my iMac. Yes, I can turn it on just fine on the MacBook, by means of System Preferences->Sharing, but I can't successfully use the Personal Web http:// link I see there as a URL in my iMac's browser. When I try, it tells me it can't connect to the host, i.e., the MacBook. When I do the same in reverse, from my MacBook browser with my iMac as target (though the local IP address and the short-user-name are of course different), the connection works fine. 
    I don't think I'm using an incorrect local IP address to try to get to my MacBook. I've checked that. And I do have an index.html file in the appropriate Sites folder on each machine. 
    I'm using Mac OS Leopard 10.5.8 on both machines.
    The problem also shows up on Safari on my iPhone. It can access Personal Web Sharing on the iMac but it can't on the MacBook.  
    I wonder if it's a Bonjour problem? I don't exactly know if Bonjour is running on the MacBook, or how to tell if it is, or how to activate it if it isn't running.
    Or, if it's not Bonjour, what could it be?

    Doug,
    'sudo apachectl start' asked for my password and seemed to have no complaints after getting it. But it didn't tell me anything, and it didn't make a difference.
    After checking out some FAQs at
    http://httpd.apache.org/
    I tried 'apachectl -k start' and got:
    (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
    It made no difference whether Personal Web Sharing was on or off in System Preferences when I did that.
    I do know that the Apache log file is apparently not there where apachectl expects it. I don't understand the other stuff it said, but it looks like maybe it was trying to use an IP address of 0.0.0.0 instead of 10.0.1.16.
    10.0.1.16 is the local IP address of my MacBook.
    I tried 'apachectl configtest' and got 'Syntax OK'.
    I tried moving index.html to /Library/WebServer/Documents -- no help.
    I tried creating a new configuration file in the way you said to try -- no help.
    No matter what I try, I get:
    Unable to connect
    Firefox can't establish a connection to the server at 10.0.1.16.
    I'm beginning to wonder if the Apache environment might not need to be reinstalled. But I'm not sure how. I'm running Leopard 10.5.8, but the original install disk I have is 10.5.1. Software Update moved me up from that to 10.5.8 over time. Your further thoughts and advice will be greatly appreciated ...

  • Please tell me how to reinstall Personal Web Sharing

    I did something to my Personal Web Sharing. I thought maybe it was the file permissions but they seem to be right. Owner is "myusername" and group is also "myusername". In any case Personal Web sharing will NOT turn on. Do I have to reinstall the OS X? This will be a pain since I have to start from the install cd's and work my way up to tiger. Seems like there should be an easier way, like can someone just give me a copy of the folder? Would that be the same for a g5. I am on tiger.
    thanks,

    I don't know which log you want but I looked in the filemaker server log. I wouldn't think the filemaker server has anything to do with why the personal file sharing can't be turned on? This was earlier today anyway.
    Mac OS X Version 10.4.11 (Build 8S165)
    2009-01-16 16:41:25 -0800
    Jan 16 16:41:26 J-Rs-Computer mDNSResponder: Adding browse domain local.
    2009-01-16 16:41:27.465 SystemUIServer[96] lang is:en
    Processing config directory: /private/etc/httpd/users/*.conf
    Processing config file: /private/etc/httpd/users/jr.conf
    Processing config file: /private/etc/httpd/users/user.conf
    fopen: No such file or directory
    httpd: could not open document config file /Library/FileMaker Server/Admin/admin-helper/WEB-INF/conf/mod_jk.conf
    /usr/sbin/apachectl start: httpd could not be started
    Debugger() was called!
    This was the FM SErver Advanced re- install. I keep trying to configure it and it sticks. This is where I notice the Personal WEb sharing doesn't work.
    2009-01-15 15:32:36.877 -0800 Information 488 serendipity Stopping FileMaker Server...
    2009-01-15 15:32:37.163 -0800 Information 488 serendipity Stopping FileMaker Server...
    2009-01-15 15:32:37.265 -0800 Information 410 serendipity Stopping FileMaker Database Engine...
    2009-01-15 15:32:37.719 -0800 Information 412 serendipity FileMaker Database Engine stopped.
    2009-01-15 15:32:37.737 -0800 Information 490 serendipity FileMaker Server stopped.
    2009-01-15 15:33:54.062 -0800 Information 162 J R’s Computer Starting FileMaker Server 9.0v1 (06-18-2007)...
    2009-01-15 15:33:54.215 -0800 Information 657 J R’s Computer Client access logging disabled.
    2009-01-15 15:33:54.245 -0800 Information 178 J R’s Computer Maximum size of log file: 40 MB
    2009-01-15 15:33:54.305 -0800 Information 658 J R’s Computer Email notification to administrators: None
    2009-01-15 15:33:54.369 -0800 Information 174 J R’s Computer Statistics logging disabled.
    2009-01-15 15:33:54.379 -0800 Information 614 J R’s Computer Maximum number of client connections permitted by FileMaker Server License: 250
    2009-01-15 15:33:54.421 -0800 Information 616 J R’s Computer Maximum number of Web Publishing Engine sessions permitted by FileMaker Server License : 100
    2009-01-15 15:33:54.458 -0800 Information 677 J R’s Computer XDBC connections are allowed by this FileMaker Server license.
    2009-01-15 15:33:54.542 -0800 Information 679 J R’s Computer IWP connections are allowed by this FileMaker Server license.
    2009-01-15 15:33:54.569 -0800 Information 606 J R’s Computer Default database location: filemac:/Macintosh HD/Library/FileMaker Server/Data/Databases/
    2009-01-15 15:33:54.602 -0800 Information 622 J R’s Computer Additional database folder: Disabled
    2009-01-15 15:33:54.635 -0800 Information 620 J R’s Computer Runtime Solutions custom database extensions: Disabled
    2009-01-15 15:33:54.686 -0800 Information 434 J R’s Computer Default backup location: filemac:/Macintosh HD/Library/FileMaker Server/Data/Backups/
    2009-01-15 15:33:54.734 -0800 Information 602 J R’s Computer Administrator authentication method: Require no password
    2009-01-15 15:33:54.793 -0800 Information 498 J R’s Computer Secure (SSL) Network Encryption: Disabled
    2009-01-15 15:33:54.813 -0800 Information 472 J R’s Computer Server scheduling enabled.
    2009-01-15 15:33:54.829 -0800 Information 74 J R’s Computer Maximum number of files to host: 50
    2009-01-15 15:33:54.866 -0800 Information 112 J R’s Computer The cache will flush every 1 minutes.
    2009-01-15 15:33:54.886 -0800 Information 466 J R’s Computer File list filtering: Disabled
    2009-01-15 15:33:54.912 -0800 Information 500 J R’s Computer Client authentication method: FileMaker accounts only
    2009-01-15 15:33:54.914 -0800 Information 596 J R’s Computer Disconnect idle clients disabled.
    2009-01-15 15:33:54.916 -0800 Information 492 J R’s Computer Sample statistics every 15 seconds.
    2009-01-15 15:33:54.918 -0800 Information 532 J R’s Computer Automatic updates disabled.
    2009-01-15 15:33:54.921 -0800 Information 406 J R’s Computer Starting FileMaker Database Engine...
    2009-01-15 15:33:55.717 -0800 Information 637 J R’s Computer Open files without consistency check: Disabled
    2009-01-15 15:33:55.718 -0800 Information 116 J R’s Computer Server host name type: System
    2009-01-15 15:33:55.729 -0800 Information 613 J R’s Computer Maximum number of client connections configured in FileMaker Server: 250
    2009-01-15 15:33:55.795 -0800 Information 615 J R’s Computer Maximum number of Web Publishing Engine sessions configured in FileMaker Server : 100
    2009-01-15 15:33:55.841 -0800 Information 166 J R’s Computer Database cache size: 64 MB.
    2009-01-15 15:33:55.842 -0800 Information 608 J R’s Computer XDBC connections are not allowed.
    2009-01-15 15:33:55.876 -0800 Information 408 J R’s Computer FileMaker Database Engine started.
    2009-01-15 15:33:58.009 -0800 Information 486 J R’s Computer FileMaker Server started.
    2009-01-15 15:33:58.054 -0800 Information 418 J R’s Computer Opening database "FMServer_Sample"...
    2009-01-15 15:33:59.322 -0800 Information 184 J R’s Computer Opened database "FMServer_Sample".
    2009-01-15 15:34:31.054 -0800 Information 518 J R’s Computer Administrator connected: "fmsadmin" (192.168.1.88).
    2009-01-16 11:50:10.879 -0800 Information 488 J R’s Computer Stopping FileMaker Server...
    2009-01-16 11:50:11.197 -0800 Information 488 J R’s Computer Stopping FileMaker Server...
    2009-01-16 11:50:11.208 -0800 Information 410 J R’s Computer Stopping FileMaker Database Engine...
    2009-01-16 11:50:11.286 -0800 Information 140 J R’s Computer Closing database "FMServer_Sample"...
    2009-01-16 11:50:11.289 -0800 Information 168 J R’s Computer Database "FMServer_Sample" closed.
    2009-01-16 11:50:11.715 -0800 Information 520 J R’s Computer Administrator disconnected: "fmsadmin" (192.168.1.88).
    2009-01-16 11:50:12.530 -0800 Information 412 J R’s Computer FileMaker Database Engine stopped.
    2009-01-16 11:50:12.531 -0800 Information 490 J R’s Computer FileMaker Server stopped.
    2009-01-16 12:05:07.028 -0800 Information 162 J R’s Computer Starting FileMaker Server 9.0v1 (06-18-2007)...
    2009-01-16 12:05:07.044 -0800 Information 657 J R’s Computer Client access logging disabled.
    2009-01-16 12:05:07.058 -0800 Information 178 J R’s Computer Maximum size of log file: 40 MB
    2009-01-16 12:05:07.065 -0800 Information 658 J R’s Computer Email notification to administrators: None
    2009-01-16 12:05:07.066 -0800 Information 174 J R’s Computer Statistics logging disabled.
    2009-01-16 12:05:07.068 -0800 Information 606 J R’s Computer Default database location: filemac:/Macintosh HD/Library/FileMaker Server/Data/Databases/
    2009-01-16 12:05:07.069 -0800 Information 622 J R’s Computer Additional database folder: Disabled
    2009-01-16 12:05:07.070 -0800 Information 620 J R’s Computer Runtime Solutions custom database extensions: Disabled
    2009-01-16 12:05:07.071 -0800 Information 434 J R’s Computer Default backup location: filemac:/Macintosh HD/Library/FileMaker Server/Data/Backups/
    2009-01-16 12:05:07.072 -0800 Information 602 J R’s Computer Administrator authentication method: Require no password
    2009-01-16 12:05:07.074 -0800 Information 498 J R’s Computer Secure (SSL) Network Encryption: Disabled
    2009-01-16 12:05:07.079 -0800 Information 614 J R’s Computer Maximum number of client connections permitted by FileMaker Server License: 250
    2009-01-16 12:05:07.080 -0800 Information 616 J R’s Computer Maximum number of Web Publishing Engine sessions permitted by FileMaker Server License : 100
    2009-01-16 12:05:07.106 -0800 Information 677 J R’s Computer XDBC connections are allowed by this FileMaker Server license.
    2009-01-16 12:05:07.108 -0800 Information 679 J R’s Computer IWP connections are allowed by this FileMaker Server license.
    2009-01-16 12:05:07.130 -0800 Information 74 J R’s Computer Maximum number of files to host: 50
    2009-01-16 12:05:07.131 -0800 Information 112 J R’s Computer The cache will flush every 1 minutes.
    2009-01-16 12:05:07.203 -0800 Information 466 J R’s Computer File list filtering: Disabled
    2009-01-16 12:05:07.218 -0800 Information 500 J R’s Computer Client authentication method: FileMaker accounts only
    2009-01-16 12:05:07.266 -0800 Information 596 J R’s Computer Disconnect idle clients disabled.
    2009-01-16 12:05:07.331 -0800 Information 492 J R’s Computer Sample statistics every 15 seconds.
    2009-01-16 12:05:07.345 -0800 Information 532 J R’s Computer Automatic updates disabled.
    2009-01-16 12:05:07.375 -0800 Information 406 J R’s Computer Starting FileMaker Database Engine...
    2009-01-16 12:05:07.377 -0800 Information 472 J R’s Computer Server scheduling enabled.
    2009-01-16 12:05:07.827 -0800 Information 637 J R’s Computer Open files without consistency check: Disabled
    2009-01-16 12:05:07.829 -0800 Information 116 J R’s Computer Server host name type: System
    2009-01-16 12:05:07.830 -0800 Information 613 J R’s Computer Maximum number of client connections configured in FileMaker Server: 250
    2009-01-16 12:05:07.832 -0800 Information 615 J R’s Computer Maximum number of Web Publishing Engine sessions configured in FileMaker Server : 100
    2009-01-16 12:05:08.037 -0800 Information 166 J R’s Computer Database cache size: 64 MB.
    2009-01-16 12:05:08.040 -0800 Information 608 J R’s Computer XDBC connections are not allowed.
    2009-01-16 12:05:08.056 -0800 Information 408 J R’s Computer FileMaker Database Engine started.
    2009-01-16 12:05:11.047 -0800 Information 486 J R’s Computer FileMaker Server started.
    2009-01-16 12:05:11.065 -0800 Information 418 J R’s Computer Opening database "FMServer_Sample"...
    2009-01-16 12:05:11.423 -0800 Information 184 J R’s Computer Opened database "FMServer_Sample".
    2009-01-16 12:05:35.063 -0800 Information 518 J R’s Computer Administrator connected: "fmsadmin" (192.168.1.88).
    2009-01-16 12:46:01.114 -0800 Information 488 J R’s Computer Stopping FileMaker Server...
    2009-01-16 12:46:01.287 -0800 Information 488 J R’s Computer Stopping FileMaker Server...
    2009-01-16 12:46:01.289 -0800 Information 410 J R’s Computer Stopping FileMaker Database Engine...
    2009-01-16 12:46:01.676 -0800 Information 140 J R’s Computer Closing database "FMServer_Sample"...
    2009-01-16 12:46:01.685 -0800 Information 168 J R’s Computer Database "FMServer_Sample" closed.
    2009-01-16 12:46:02.201 -0800 Information 412 J R’s Computer FileMaker Database Engine stopped.
    2009-01-16 12:46:02.214 -0800 Information 490 J R’s Computer FileMaker Server stopped.
    2009-01-16 13:03:06.108 -0800 Information 162 J R’s Computer Starting FileMaker Server 9.0v1 (06-18-2007)...
    2009-01-16 13:03:06.143 -0800 Information 657 J R’s Computer Client access logging disabled.
    2009-01-16 13:03:06.144 -0800 Information 178 J R’s Computer Maximum size of log file: 40 MB
    2009-01-16 13:03:06.145 -0800 Information 658 J R’s Computer Email notification to administrators: None
    2009-01-16 13:03:06.145 -0800 Information 174 J R’s Computer Statistics logging disabled.
    2009-01-16 13:03:06.146 -0800 Information 606 J R’s Computer Default database location: filemac:/Macintosh HD/Library/FileMaker Server/Data/Databases/
    2009-01-16 13:03:06.147 -0800 Information 622 J R’s Computer Additional database folder: Disabled
    2009-01-16 13:03:06.148 -0800 Information 620 J R’s Computer Runtime Solutions custom database extensions: Disabled
    2009-01-16 13:03:06.377 -0800 Information 434 J R’s Computer Default backup location: filemac:/Macintosh HD/Library/FileMaker Server/Data/Backups/
    2009-01-16 13:03:06.379 -0800 Information 602 J R’s Computer Administrator authentication method: Require no password
    2009-01-16 13:03:06.385 -0800 Information 498 J R’s Computer Secure (SSL) Network Encryption: Disabled
    2009-01-16 13:03:06.526 -0800 Information 614 J R’s Computer Maximum number of client connections permitted by FileMaker Server License: 250
    2009-01-16 13:03:06.578 -0800 Information 616 J R’s Computer Maximum number of Web Publishing Engine sessions permitted by FileMaker Server License : 100
    2009-01-16 13:03:06.623 -0800 Information 677 J R’s Computer XDBC connections are allowed by this FileMaker Server license.
    2009-01-16 13:03:06.667 -0800 Information 679 J R’s Computer IWP connections are allowed by this FileMaker Server license.
    2009-01-16 13:03:06.701 -0800 Information 74 J R’s Computer Maximum number of files to host: 50
    2009-01-16 13:03:06.752 -0800 Information 112 J R’s Computer The cache will flush every 1 minutes.
    2009-01-16 13:03:06.802 -0800 Information 466 J R’s Computer File list filtering: Disabled
    2009-01-16 13:03:06.838 -0800 Information 500 J R’s Computer Client authentication method: FileMaker accounts only
    2009-01-16 13:03:06.876 -0800 Information 596 J R’s Computer Disconnect idle clients disabled.
    2009-01-16 13:03:06.933 -0800 Information 492 J R’s Computer Sample statistics every 15 seconds.
    2009-01-16 13:03:06.948 -0800 Information 532 J R’s Computer Automatic updates disabled.
    2009-01-16 13:03:07.018 -0800 Information 406 J R’s Computer Starting FileMaker Database Engine...
    2009-01-16 13:03:07.058 -0800 Information 472 J R’s Computer Server scheduling enabled.
    2009-01-16 13:03:07.869 -0800 Information 637 J R’s Computer Open files without consistency check: Disabled
    2009-01-16 13:03:07.871 -0800 Information 116 J R’s Computer Server host name type: System
    2009-01-16 13:03:07.902 -0800 Information 613 J R’s Computer Maximum number of client connections configured in FileMaker Server: 250
    2009-01-16 13:03:07.916 -0800 Information 615 J R’s Computer Maximum number of Web Publishing Engine sessions configured in FileMaker Server : 100
    2009-01-16 13:03:08.106 -0800 Information 166 J R’s Computer Database cache size: 64 MB.
    2009-01-16 13:03:08.108 -0800 Information 608 J R’s Computer XDBC connections are not allowed.
    2009-01-16 13:03:08.127 -0800 Information 408 J R’s Computer FileMaker Database Engine started.
    2009-01-16 13:03:11.466 -0800 Information 486 J R’s Computer FileMaker Server started.
    2009-01-16 13:03:11.643 -0800 Information 418 J R’s Computer Opening database "FMServer_Sample"...
    2009-01-16 13:03:14.089 -0800 Information 184 J R’s Computer Opened database "FMServer_Sample".
    2009-01-16 13:03:42.578 -0800 Information 518 J R’s Computer Administrator connected: "fmsadmin" (192.168.1.88).
    2009-01-16 13:13:38.892 -0800 Information 488 J R’s Computer Stopping FileMaker Server...
    2009-01-16 13:13:39.043 -0800 Information 488 J R’s Computer Stopping FileMaker Server...
    2009-01-16 13:13:39.101 -0800 Information 410 J R’s Computer Stopping FileMaker Database Engine...
    2009-01-16 13:13:39.310 -0800 Information 140 J R’s Computer Closing database "FMServer_Sample"...
    2009-01-16 13:13:39.397 -0800 Information 168 J R’s Computer Database "FMServer_Sample" closed.
    2009-01-16 13:13:40.156 -0800 Information 412 J R’s Computer FileMaker Database Engine stopped.
    2009-01-16 13:13:40.170 -0800 Information 490 J R’s Computer FileMaker Server stopped.
    2009-01-16 13:20:11.976 -0800 Information 162 J R’s Computer Starting FileMaker Server 9.0v1 (06-18-2007)...
    2009-01-16 13:20:12.003 -0800 Information 657 J R’s Computer Client access logging disabled.
    2009-01-16 13:20:12.062 -0800 Information 178 J R’s Computer Maximum size of log file: 40 MB
    2009-01-16 13:20:12.063 -0800 Information 658 J R’s Computer Email notification to administrators: None
    2009-01-16 13:20:12.065 -0800 Information 174 J R’s Computer Statistics logging disabled.
    2009-01-16 13:20:12.066 -0800 Information 606 J R’s Computer Default database location: filemac:/Macintosh HD/Library/FileMaker Server/Data/Databases/
    2009-01-16 13:20:12.067 -0800 Information 622 J R’s Computer Additional database folder: Disabled
    2009-01-16 13:20:12.069 -0800 Information 620 J R’s Computer Runtime Solutions custom database extensions: Disabled
    2009-01-16 13:20:12.071 -0800 Information 434 J R’s Computer Default backup location: filemac:/Macintosh HD/Library/FileMaker Server/Data/Backups/
    2009-01-16 13:20:12.074 -0800 Information 602 J R’s Computer Administrator authentication method: Require no password
    2009-01-16 13:20:12.076 -0800 Information 498 J R’s Computer Secure (SSL) Network Encryption: Disabled
    2009-01-16 13:20:12.150 -0800 Information 614 J R’s Computer Maximum number of client connections permitted by FileMaker Server License: 250
    2009-01-16 13:20:12.152 -0800 Information 616 J R’s Computer Maximum number of Web Publishing Engine sessions permitted by FileMaker Server License : 100
    2009-01-16 13:20:12.210 -0800 Information 677 J R’s Computer XDBC connections are allowed by this FileMaker Server license.
    2009-01-16 13:20:12.235 -0800 Information 679 J R’s Computer IWP connections are allowed by this FileMaker Server license.
    2009-01-16 13:20:12.248 -0800 Information 74 J R’s Computer Maximum number of files to host: 50
    2009-01-16 13:20:12.282 -0800 Information 112 J R’s Computer The cache will flush every 1 minutes.
    2009-01-16 13:20:12.283 -0800 Information 466 J R’s Computer File list filtering: Disabled
    2009-01-16 13:20:12.285 -0800 Information 500 J R’s Computer Client authentication method: FileMaker accounts only
    2009-01-16 13:20:12.286 -0800 Information 596 J R’s Computer Disconnect idle clients disabled.
    2009-01-16 13:20:12.287 -0800 Information 492 J R’s Computer Sample statistics every 15 seconds.
    2009-01-16 13:20:12.291 -0800 Information 532 J R’s Computer Automatic updates disabled.
    2009-01-16 13:20:12.293 -0800 Information 406 J R’s Computer Starting FileMaker Database Engine...
    2009-01-16 13:20:12.294 -0800 Information 472 J R’s Computer Server scheduling enabled.
    2009-01-16 13:20:12.866 -0800 Information 637 J R’s Computer Open files without consistency check: Disabled
    2009-01-16 13:20:12.867 -0800 Information 116 J R’s Computer Server host name type: System
    2009-01-16 13:20:12.868 -0800 Information 613 J R’s Computer Maximum number of client connections configured in FileMaker Server: 250
    2009-01-16 13:20:12.869 -0800 Information 615 J R’s Computer Maximum number of Web Publishing Engine sessions configured in FileMaker Server : 100
    2009-01-16 13:20:12.940 -0800 Information 166 J R’s Computer Database cache size: 64 MB.
    2009-01-16 13:20:12.942 -0800 Information 608 J R’s Computer XDBC connections are not allowed.
    2009-01-16 13:20:12.961 -0800 Information 408 J R’s Computer FileMaker Database Engine started.
    2009-01-16 13:20:15.438 -0800 Information 486 J R’s Computer FileMaker Server started.
    2009-01-16 13:20:15.526 -0800 Information 418 J R’s Computer Opening database "FMServer_Sample"...
    2009-01-16 13:20:16.961 -0800 Information 184 J R’s Computer Opened database "FMServer_Sample".
    2009-01-16 13:20:57.630 -0800 Information 518 J R’s Computer Administrator connected: "fmsadmin" (192.168.1.88).
    2009-01-16 15:15:32.269 -0800 Information 488 J R’s Computer Stopping FileMaker Server...
    2009-01-16 15:15:32.808 -0800 Information 488 J R’s Computer Stopping FileMaker Server...
    2009-01-16 15:15:32.904 -0800 Information 410 J R’s Computer Stopping FileMaker Database Engine...
    2009-01-16 15:15:32.905 -0800 Information 140 J R’s Computer Closing database "FMServer_Sample"...
    2009-01-16 15:15:32.906 -0800 Information 168 J R’s Computer Database "FMServer_Sample" closed.
    2009-01-16 15:15:33.258 -0800 Information 412 J R’s Computer FileMaker Database Engine stopped.
    2009-01-16 15:15:33.272 -0800 Information 490 J R’s Computer FileMaker Server stopped.
    2009-01-16 15:17:07.306 -0800 Information 162 J R’s Computer Starting FileMaker Server 9.0v1 (06-18-2007)...
    2009-01-16 15:17:07.361 -0800 Information 657 J R’s Computer Client access logging disabled.
    2009-01-16 15:17:07.405 -0800 Information 178 J R’s Computer Maximum size of log file: 40 MB
    2009-01-16 15:17:07.406 -0800 Information 658 J R’s Computer Email notification to administrators: None
    2009-01-16 15:17:07.417 -0800 Information 174 J R’s Computer Statistics logging disabled.
    2009-01-16 15:17:07.521 -0800 Information 606 J R’s Computer Default database location: filemac:/Macintosh HD/Library/FileMaker Server/Data/Databases/
    2009-01-16 15:17:07.540 -0800 Information 622 J R’s Computer Additional database folder: Disabled
    2009-01-16 15:17:07.563 -0800 Information 620 J R’s Computer Runtime Solutions custom database extensions: Disabled
    2009-01-16 15:17:07.862 -0800 Information 434 J R’s Computer Default backup location: filemac:/Macintosh HD/Library/FileMaker Server/Data/Backups/
    2009-01-16 15:17:07.863 -0800 Information 602 J R’s Computer Administrator authentication method: Require no password
    2009-01-16 15:17:07.935 -0800 Information 498 J R’s Computer Secure (SSL) Network Encryption: Disabled
    2009-01-16 15:17:07.979 -0800 Information 614 J R’s Computer Maximum number of client connections permitted by FileMaker Server License: 250
    2009-01-16 15:17:08.002 -0800 Information 616 J R’s Computer Maximum number of Web Publishing Engine sessions permitted by FileMaker Server License : 100
    2009-01-16 15:17:08.027 -0800 Information 677 J R’s Computer XDBC connections are allowed by this FileMaker Server license.
    2009-01-16 15:17:08.069 -0800 Information 679 J R’s Computer IWP connections are allowed by this FileMaker Server license.
    2009-01-16 15:17:08.095 -0800 Information 74 J R’s Computer Maximum number of files to host: 50
    2009-01-16 15:17:08.129 -0800 Information 112 J R’s Computer The cache will flush every 1 minutes.
    2009-01-16 15:17:08.157 -0800 Information 466 J R’s Computer File list filtering: Disabled
    2009-01-16 15:17:08.159 -0800 Information 500 J R’s Computer Client authentication method: FileMaker accounts only
    2009-01-16 15:17:08.160 -0800 Information 596 J R’s Computer Disconnect idle clients disabled.
    2009-01-16 15:17:08.161 -0800 Information 492 J R’s Computer Sample statistics every 15 seconds.
    2009-01-16 15:17:08.162 -0800 Information 532 J R’s Computer Automatic updates disabled.
    2009-01-16 15:17:08.164 -0800 Information 472 J R’s Computer Server scheduling enabled.
    2009-01-16 15:17:08.165 -0800 Information 406 J R’s Computer Starting FileMaker Database Engine...
    2009-01-16 15:17:08.827 -0800 Information 637 J R’s Computer Open files without consistency check: Disabled
    2009-01-16 15:17:08.830 -0800 Information 116 J R’s Computer Server host name type: System
    2009-01-16 15:17:08.860 -0800 Information 613 J R’s Computer Maximum number of client connections configured in FileMaker Server: 250
    2009-01-16 15:17:08.869 -0800 Information 615 J R’s Computer Maximum number of Web Publishing Engine sessions configured in FileMaker Server : 100
    2009-01-16 15:17:09.138 -0800 Information 166 J R’s Computer Database cache size: 64 MB.
    2009-01-16 15:17:09.141 -0800 Information 608 J R’s Computer XDBC connections are not allowed.
    2009-01-16 15:17:09.168 -0800 Information 408 J R’s Computer FileMaker Database Engine started.
    2009-01-16 15:17:12.485 -0800 Information 486 J R’s Computer FileMaker Server started.
    2009-01-16 15:17:12.581 -0800 Information 418 J R’s Computer Opening database "FMServer_Sample"...
    2009-01-16 15:17:13.984 -0800 Information 184 J R’s Computer Opened database "FMServer_Sample".
    2009-01-16 15:17:42.162 -0800 Information 518 J R’s Computer Administrator connected: "fmsadmin" (192.168.1.88).
    2009-01-16 16:40:28.956 -0800 Information 488 J R’s Computer Stopping FileMaker Server...
    2009-01-16 16:40:29.160 -0800 Information 488 J R’s Computer Stopping FileMaker Server...
    2009-01-16 16:40:29.207 -0800 Information 410 J R’s Computer Stopping FileMaker Database Engine...
    2009-01-16 16:40:29.475 -0800 Information 140 J R’s Computer Closing database "FMServer_Sample"...
    2009-01-16 16:40:29.536 -0800 Information 168 J R’s Computer Database "FMServer_Sample" closed.
    2009-01-16 16:40:29.955 -0800 Information 520 J R’s Computer Administrator disconnected: "fmsadmin" (192.168.1.88).
    2009-01-16 16:40:30.410 -0800 Information 412 J R’s Computer FileMaker Database Engine stopped.
    2009-01-16 16:40:30.431 -0800 Information 490 J R’s Computer FileMaker Server stopped.
    2009-01-16 16:41:31.615 -0800 Information 162 J R’s Computer Starting FileMaker Server 9.0v1 (06-18-2007)...
    2009-01-16 16:41:31.629 -0800 Information 657 J R’s Computer Client access logging disabled.
    2009-01-16 16:41:31.630 -0800 Information 178 J R’s Computer Maximum size of log file: 40 MB
    2009-01-16 16:41:31.632 -0800 Information 658 J R’s Computer Email notification to administrators: None
    2009-01-16 16:41:31.636 -0800 Information 174 J R’s Computer Statistics logging disabled.
    2009-01-16 16:41:31.659 -0800 Information 606 J R’s Computer Default database location: filemac:/Macintosh HD/Library/FileMaker Server/Data/Databases/
    2009-01-16 16:41:31.660 -0800 Information 622 J R’s Computer Additional database folder: Disabled
    2009-01-16 16:41:31.662 -0800 Information 620 J R’s Computer Runtime Solutions custom database extensions: Disabled
    2009-01-16 16:41:31.670 -0800 Information 434 J R’s Computer Default backup location: filemac:/Macintosh HD/Library/FileMaker Server/Data/Backups/
    2009-01-16 16:41:31.673 -0800 Information 602 J R’s Computer Administrator authentication method: Require no password
    2009-01-16 16:41:31.674 -0800 Information 498 J R’s Computer Secure (SSL) Network Encryption: Disabled
    2009-01-16 16:41:31.702 -0800 Information 614 J R’s Computer Maximum number of client connections permitted by FileMaker Server License: 250
    2009-01-16 16:41:31.704 -0800 Information 616 J R’s Computer Maximum number of Web Publishing Engine sessions permitted by FileMaker Server License : 100
    2009-01-16 16:41:31.706 -0800 Information 677 J R’s Computer XDBC connections are allowed by this FileMaker Server license.
    2009-01-16 16:41:31.707 -0800 Information 679 J R’s Computer IWP connections are allowed by this FileMaker Server license.
    2009-01-16 16:41:31.710 -0800 Information 74 J R’s Computer Maximum number of files to host: 50
    2009-01-16 16:41:31.711 -0800 Information 112 J R’s Computer The cache will flush every 1 minutes.
    2009-01-16 16:41:31.713 -0800 Information 466 J R’s Computer File list filtering: Disabled
    2009-01-16 16:41:31.714 -0800 Information 500 J R’s Computer Client authentication method: FileMaker accounts only
    2009-01-16 16:41:31.716 -0800 Information 596 J R’s Computer Disconnect idle clients disabled.
    2009-01-16 16:41:31.717 -0800 Information 492 J R’s Computer Sample statistics every 15 seconds.
    2009-01-16 16:41:31.718 -0800 Information 532 J R’s Computer Automatic updates disabled.
    2009-01-16 16:41:31.752 -0800 Information 406 J R’s Computer Starting FileMaker Database Engine...
    2009-01-16 16:41:31.905 -0800 Information 637 J R’s Computer Open files without consistency check: Disabled
    2009-01-16 16:41:31.906 -0800 Information 116 J R’s Computer Server host name type: System
    2009-01-16 16:41:31.908 -0800 Information 613 J R’s Computer Maximum number of client connections configured in FileMaker Server: 250
    2009-01-16 16:41:31.910 -0800 Information 615 J R’s Computer Maximum number of Web Publishing Engine sessions configured in FileMaker Server : 100
    2009-01-16 16:41:31.924 -0800 Information 472 J R’s Computer Server scheduling enabled.
    2009-01-16 16:41:32.081 -0800 Information 166 J R’s Computer Database cache size: 64 MB.
    2009-01-16 16:41:32.082 -0800 Information 608 J R’s Computer XDBC connections are not allowed.
    2009-01-16 16:41:32.102 -0800 Information 408 J R’s Computer FileMaker Database Engine started.
    2009-01-16 16:41:35.497 -0800 Information 486 J R’s Computer FileMaker Server started.
    2009-01-16 16:41:35.557 -0800 Information 418 J R’s Computer Opening database "FMServer_Sample"...
    2009-01-16 16:41:36.156 -0800 Information 184 J R’s Computer Opened database "FMServer_Sample".
    2009-01-16 16:41:55.664 -0800 Information 518 J R’s Computer Administrator connected: "fmsadmin"
    I reinstalled it so it should have wiped out the other settings. I also uninstalled FM Server Advanced. If it is uninstalled theoretically Personal WEb SErving should be okay. I don't think Personal WEb sharing was affected by the Fm SErver install. it has separate php config files.

Maybe you are looking for

  • Training and Event Management in XSS

    Hello Forum, I'm running ERP 2004, Portal 6.0, MSS/ESS Business Package 60.1. Where can I configure Training Management for ESS? There are no Worksets, iViews, Pages, ... for this application in my Portal Catalog. I have the same problem with Team Vi

  • Setting up OD / DNS in a Mac/Win Envoironment

    Hi, I'm not really new to MacOsX but to setting up an XServe: Trying to do what I want I experienced a few problems and didn't find a solution so hopefully someone can give me a hint - what i'm trying to do is the following: I have an XServe that sha

  • Standard tcode FBL5N dump in pre production.

    I am getting a dump when I execute the standard tcode FBL5N (Customer line item) with one company code.  FBL5N tcode is not at all giving dump in production system, however it dumps in pre production. The dump exists in the function module : fdm_loca

  • IPhone 5 iOS 6 FaceTime on wifi and 3G bug

    Think this is a bug. I have iPhone 5 with latest IOS 6.0.2 I think. When I have 3G mobile, but not data enabled and I have a wifi connection FaceTime does not work and says 'connecting' but no connection is ever made. If I change the settings to 3G w

  • HT1386 Is Apple not compatible with Windows 8.1? When I open iTunes, my device doesn't show at all.

    When I open iTunes, my device does not show up... connected with USB cable. I'm using a PC with Windows 8.1. Anyone else having this problem? I can't sync wired or wirelessly at all.