Search results

  1. N

    Symlinks and Apache Weirdness with DA

    I got good advice on dealing with non-resolving symlinks here: https://forum.directadmin.com/showthread.php?t=57644 and things SEEMED to work ok with harden_symlinks_patch=no. What I discovered was that they would also FAIL to resolve, depending on how apache was started. I manually started...
  2. N

    Need to Downgrade Apache to 2.4.18 - 2.4.26

    With Apache Version 2.4.27 apache changed how it handled symlinks. I have 5 servers running DA and Apache 2.4.18 and all is well. When I built a new server, all my programs broke. DA support tells me this is because my extensive use of a novel file structure based on symlinks is not supported...
  3. N

    Run php files without .php extension -- WHAT'S THE TRICK I USED??

    You know what I mean -- http://mydomain/myfile loads and runs myfile.php, without requiring or showing the .php extension. I did some trick, years ago, and I can't remember what it was. Added a line to some directadmin apache file, I think. Just did this ONE TIME, ONE PLACE, and every website...
  4. N

    Graceful restart fails after move to new IP

    Hi: I am using Digital Ocean to create "droplets" -- cloud virtual machines. They provide a replication service: Take a snapshot of the whole server droplet, then spin up a new droplet based on the snapshot. After spinning up a droplet this way, the only difference between the two servers is...
  5. N

    2 related servers, but 1 can't talk to the other

    See transcript below. I have 2 servers: tmsONE and tmsTWO These have internal ips so they can talk to each 1-to-1. I THOUGHT that these had both been set up exactly the same, but I've missed something. TMS1 can http files from domains resident on TMS2 But TMS2 can't http files from TMS1 WGET...
  6. N

    Shared IP mismatch?

    Transfering users on a new server, all on a shared IP. I haven't let this go live yet. The cp says, for example jreditor admin 0.5590 / unlimited 19.8 / unlimited 1 / unlimited No 67.222.128.135 power-editor.com However http://67.222.128.135/~jreditor fails http://67.222.128.136/~jreditor...
  7. N

    Odd mp3 behavior on new site. VERY ODD

    Hi. I am moving websites to a new server. When using a browser that plays MP3s using QuickTime as an embedded helper (i.e. Firefox, Safari), the MP3s on the new server are truncated. Examples (non-truncated versions will be 2-3 minutes long) OLD SERVER (no problem, not truncated)...
  8. N

    How to enable 'magic' file extensions?

    Hi: On my redhat and fedora4 boxes, apache does some magic with file extensions. For example if I browse "mydomain.com/somefile" Apache loads mydomain.com/somefile.php if that exists mydomain.com/somefile.html if no .php file, and somefile.html exists. My new CentOS4 server doesn't do...
  9. N

    cannot stat libs/libphp4.so

    After successfully following instructions for adding freetype to gd, adding conf info to php and apache, after building php successfully, I get this error message. Installing php... Installing PHP SAPI module: apache [activating module `php4' in /etc/httpd/conf/httpd.conf] cp...
Back
Top