Recent content by clem_c_rock

  1. C

    Sockets and Mac OS Remote address

    Hello, I am writing a script that uses sockets to attach to a local computer and read a mysql dump file. Now I've successfully achieved this on a windows machine w/ no problem using this simple method: #---- create connection to local machine ----------- $remote_address = getenv(...
  2. C

    phpinfo() not showing changes

    Whew - Finally!!! I've officially got the damn thing running. Would have been sooner had I been able to put more than a few minutes a day into the effort. Thanks for your help, time, and patience. Any questions I can help on email them to: clemrock@hotmail.com Cheers
  3. C

    phpinfo() not showing changes

    Hello, Things are getting close installation is finally successfull. Just one problem left. My Includes are getting ignored. I have the generic document root of: /Library/WebServer/Documents.****For example:**if this script "include_test.php" has this code: <?*****echo "hello...
  4. C

    phpinfo() not showing changes

    Well - Finally getting somewhere. I went back and used the 4.3.4 intstaller and finally things started to work. One thing which is embarassing: after the install, I wasn't restarting the computer. I kept thinking my work G5 was such a magical machine that it didn't need it. I'm...
  5. C

    phpinfo() not showing changes

    Again, thanks so much for your time
  6. C

    phpinfo() not showing changes

    The name is to clearly state it's the backup version of the conf file. I keep backups of all my httpd.conf's in the likely case I screw them up :)
  7. C

    phpinfo() not showing changes

    zipped file. Sorry bout that meant this one:
  8. C

    phpinfo() not showing changes

    Sure Here you go...
  9. C

    phpinfo() not showing changes

    Once again Thanks for your time. Here it is: ## ## httpd.conf -- Apache HTTP server configuration file ## # # Based upon the NCSA server configuration files originally by Rob McCool. # # This is the main Apache server configuration file. It contains the # configuration directives...
  10. C

    phpinfo() not showing changes

    Yeah - I did comment out both of those lines. I am running mac OS 10.3.2 to be exact. Cheers - 1/2 way to Friday
  11. C

    phpinfo() not showing changes

    Again - thanks a lot. Well - got a bit closer w/ this one but then when I went to restart apache (using sudo apachectl graceful) I recieved an error and then I ran the configtest and got this error: Syntax error on line 8 of /usr/local/php/httpd.conf.php: Cannot load...
  12. C

    phpinfo() not showing changes

    Man, Thanks so much for sticking w/ me through this. I installed this package and it still says I'm running version 4.3.2. I have to admit, windows makes things like this so much easier. Clem C
  13. C

    phpinfo() not showing changes

    It was the version that came installed on the G5 at my work.
  14. C

    phpinfo() not showing changes

    it's PHP Version 4.3.2
Back
Top