Search results

  1. P

    [HOWTO] mod_ruid2

    Are you sure about that? How did you install it? I used CB2.0 and just looked. All the directives are there. Maybe you should try using CB2.0.
  2. P

    [HOWTO] mod_ruid2

    Jeff, try following the OPs writeup. You will find it doesnt work. So whats the point of seeing it there if its doesnt work. My WHMCS was not working because i followed the OPs method of installation (manual). Then, i blew that away, undid everthing written and used CB2.0. Now, whmcs works and...
  3. P

    [POLL] DirectAdmin MultiServer feature for slave DNS without DirectAdmin itself?

    Thank you. I realize this is a very old thread but im wondering, why would i need to use this if DA already has Multi server setup? Is this for servers that do not run DA? If so, where would this software be installed? On a DA server or non DA server?
  4. P

    CB2.0 problems (PECL doesn't work, PHP switching not working)

    It says specifically I install the same exact version of Centos along with 5.3 5.4 like you and my pecl shows; [root@la1010 extra]# pecl Commands: build Build an Extension From C Source bundle Unpacks a Pecl Package channel-add Add a Channel...
  5. P

    httpd-directories-new.conf

    After upgrading my installation today i see this in /extra/ lrwxrwxrwx 1 root root 26 Mar 23 18:08 httpd-directories.conf -> httpd-directories-old.conf -rw-r--r--. 1 root root 675 Mar 23 18:08 httpd-directories-new.conf -rw-r--r-- 1 root root 517 Mar 23 18:08 httpd-directories-old.conf...
  6. P

    Zend

    I meant not on FreeBSD though. Is there a check to disable this incase its selected on a Freebsd box?
  7. P

    Zend

    If Zend is no longer supported past php 5.2 why is it still included as an option in CB2.0?
  8. P

    [HOWTO] mod_ruid2

    This mod_ruid2 is a complete waste of time and good for the birds. Iv followed the installation to a tee and there is nothing wrong with my manual installation. So far it cant handle uploading images into an upload directory chmod 755 in a wordpress installation. You get an error saying it...
  9. P

    [HOWTO] mod_ruid2

    I need to run 5.3 as CLI and 5.2 as CGI. But i still want to run it under mod_ruid2. Anyone have any which way i should go? I cant run it from CB1.2 because it does not support mod_ruid2 and i cant run it from CB2.0 because it does not install php 5.2. Maybe i can just continue using CB1.2...
  10. P

    [HOWTO] mod_ruid2

    I wish people would update their writeups. I mean anyone setting this up cant be expected to read 24 pages to find the latest changes. NOT EVEYONE will use custom CB2.0. Why, because it doesnt support php 5.2 for instance. I need 5.2 and 5.3 running and since CB2.0 does not support 5.2 i have...
  11. P

    [HOWTO] mod_ruid2

    And of course there are more mysteries. Like for example in the OP's origional writeup he says this; But when i look at my httpd.conf for users i see <IfModule !mod_ruid2.c> SuexecUserGroup user user </IfModule> There is no comment # in from of SuexecUserGroup. Should there be?
  12. P

    [HOWTO] mod_ruid2

    Now my wp installations work and my whmcs loads up but still the chmod 777 thing is a mystery. Again, i may uninstall everything and run CB2.0 but i really cant see what i missed. I bet, the results are the same.
  13. P

    [HOWTO] mod_ruid2

    I cant understand why nobody caught this before.
  14. P

    [HOWTO] mod_ruid2

    I ran a test. Not only was my directory perms of 777 not working but my WHMCS failed to load now for 2 days. So i ran find /home/mydomain/domains/*/public_html -type d -print0 | xargs -0 chmod 755 Now my whmcs is working again. But the 777 issues still remains.
  15. P

    [HOWTO] mod_ruid2

    Well ok lets forget WHMCS for a moment then, howabout Wordpress? I tried uploading an image using the wordpress/admin and it failed. Thats because the uploads directory was 755. Why did it fail? But i think its all about why all my directories are 711. I can see that now and its probably the...
  16. P

    [HOWTO] mod_ruid2

    Nope it wants 777 on the upload directory. I think ill have to remove this bloody thing. All my themes are missing from all my wordpress installations. Says "your theme seems to be missing from your installation" please investigate. yet when i look the theme directory is there and the pages load...
  17. P

    [HOWTO] mod_ruid2

    I guess to test if its really working or not i should try to upload an image file to a wp installation with the uploads directory chmod to 755. That would ultimate tell me if mod_ruid2 is working.
  18. P

    [HOWTO] mod_ruid2

    all my files are user:user including directories. home/mydirectory is user:access and so on.
  19. P

    [HOWTO] mod_ruid2

    Im not running updater or installer. I just moved the 3 directories back under public_html and set the directories to 755. It fails. It wants to see 777. So whats the point of mod_ruid2? I mean, i could uninstall it and move the 3 directories out of the virtual host space to secure them. But...
Back
Top