Search results

  1. A

    on request #0, error: Connection timed out!

    Solved! :) What happened: As suggested by mistwang, at first I made sure to use php5 in all places where it is requested (external app). I thus, finally, discovered an error in my application which clearly was missing a function used to call a mysql database (mysql_connect). At this point...
  2. A

    on request #0, error: Connection timed out!

    I compiled PHP from the LSWS web interface and it went well with the default parameters proposed by the admin user interface php-compilation form. My "opt/lsws/fcgi-bin/" directory contains the following files: -r-xr-xr-x 1 root root 3317 Dec 30 23:09 lsperld.fpl -r-xr-xr-x 1 nobody...
  3. A

    on request #0, error: Connection timed out!

    Hello, please let me know if you need additional debug info on my end. At the time being I'm running the site having switched back to 3.2.4. Thanks!
  4. A

    on request #0, error: Connection timed out!

    Hello, thank you for your reply. I deleted the existing "stderror.log" and the "error.log" files, and then switched back to 3.3.3 (from 3.2.4). I still get a 503 error when accessing the site. The content of the "stderror.log" doesn't show any PHP-related error (see...
  5. A

    on request #0, error: Connection timed out!

    If I upgrade to 3.3.3 my php application causes a 503 error. When I switch back to 3.2.4 the very same application works flawlessly. How is it? Thanks!
  6. A

    403 Forbidden

    Hello. I'm attempting a very simple configuration of a php-enabled subdirectory: example.com/s3 the directory is owned by the user nobody:nobody and can be read by the server. when I attempt to reach the example.com/s3/index.php I get the following error: 403 Forbidden Access...
  7. A

    Rail application installation in a sub-directory

    Hello. I'd like to run a rails app under a directory of a domain, like in: www.example.com/myrailsapp How do I configure LiteSpeed to access that application? What specific configuration of the rails template/virtual host I've to do to make it working? If I just follow the wki...
  8. A

    Can't run a php script (error)

    Hello. I get the following error: 2006-10-23 11:53:29.297 [NOTICE] [81.75.232.XXX:2307-0#electronicbusiness.com] [STDERR] PHP Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0 2006-10-23 11:53:29.297 [NOTICE]...
  9. A

    Running Rails and PHP in parallel under the same virtual domain/host

    Hello. I've a rails application under the domain "example.com" (configured as a RailsVHost). Under the rails "/public/" directory I've a PHP (survey) application under a "/public/survey" directory, which should be accessible via the URL "example.com/survey". How can I configure LiteSpeed to...
Top