Search results

  1. V

    PHP 5.2.6 + fsockopen on localhost

    Yep, as I wrote I'm running Mac OS X Server 10.5 with PHP 5.2.6. I still get the Connection refused error. It looks like it can't connect to itself.. Searching on google I found it could be a firewall problem but does Mac OS X server have a pre-installed firewall? sorry.. what is the...
  2. V

    OS X server - phpMyAdmin?

    for apache: apachectl [stop|start|restart] for mysql.. I've installed it from mysql so not using the mac os x server pre-installed version and I use: /Library/StartupItems/MySQLCOM/MySQLCOM [stop|start|restart] don't remember if the pre-installed version has something like...
  3. V

    PHP 5.2.6 + fsockopen on localhost

    hi, thanks for your answer. I wrote it that way as an example.. bye, Giovanni. p.s. anyway that was the path to the script that returned the error message, not the file the script were trying to access to.
  4. V

    PHP 5.2.6 + fsockopen on localhost

    Hello, on a Mac OS X Server 10.5 with PHP 5.2.6 i've a problem with an old php script: Warning: fsockopen() [function.fsockopen]: unable to connect to 127.0.0.1:80 (Connection refused) in /path/to/script.php on line 54 I've tried to write a test script with the followin code: <?php...
Back
Top