Search results

  1. B

    File uploads time out after random times

    I'm using ShareX to upload files via a POST request to my website (the file is POSTed to the PHP script). When uploading large files (100+ MB) and sometimes smaller ones (2-3MB) the upload will time out with "Unable to write data to the transport connection: An existing connection was forcibly...
  2. B

    Can't load multiple PHP pages at once

    I have a site that is supposed to serve files via a PHP page. If this PHP page is serving a file (ie. a 20MB file), nothing else will load at the same time. It waits for the current file to finish loading before loading the next one (and also means the site doesn't work in another tab). Is...
  3. B

    [solved] PHP uploads not setting owner/group

    I have my virtual hosts set up to run off DocRoot UID (so that domain may only access files on that domain via PHP) but it seems that when a file is uploaded it is not owned by the DocRoot UID. This causes 403 access forbidden errors and is very frustrating - what am I doing wrong here :(
  4. B

    Refuses to load page

    I'm trying to load http://www.blackhatservers.net/dj and get the following error [blackhatservers.net] URI '/dj/css/compress.php/login+primary' refers to a static file with PATH_INFO [/login+primary] I have no idea what's wrong but it's breaking the compress.php page because of what's...
  5. B

    [solved] LiteSpeed requires nobody to own files, FTP users can't edit

    As the title suggests, LiteSpeed requires that every file be owned by nobody in order for it to be readable by it, but if I do that, my users can't edit their own files in FTP (using vsftpd). Any help would be appreciated, thanks/.
  6. B

    [solved] Symlinking directories

    I want to sync the contents of /home/banana/srcds/orangebox/garrysmod/cache/*.dua to /home/bananatree/html/redirect/cache/. I did symlink it, but it kept reporting a 404 file not found error - did I miss something?
  7. B

    [solved] Undefined function ImageTTFText

    I'm trying to use the ImageTTFText function on my website but it keeps saying it's an undefined function. I compiled PHP5.3.8 with --with-ttf too =( Am I doing smoething wrong? OS is Ubuntu 10.04 LTS. Thanks
  8. B

    PHP config file not loading

    I've put a php.ini in every single folder I cna think of. every time. My image uploader and my wordpress won't let me upload files (no temp directory being set?). I'm at the point where if I can't resolve this, I'll unwillingly move to NGINX. I really don't want to, but if I can't...
  9. B

    Fresh CentOS 5.5, fresh LSWS Standard, won't start

    I don't get it. I just flashed my VPS and installed LSWS Standard edition. It won't start. It says to check /usr/local/lsws/docs for help. Not sure what information you guys want from me, but here is error.log: 2011-03-26 05:45:55.001 [NOTICE] [12203] Loading LiteSpeed/4.0.20 Standard ...
Top