Results 1 to 7 of 7

Thread: Error compiling easyapache

  1. #1
    Join Date
    Apr 2010
    Posts
    80

    Error compiling easyapache

    I am currently testing CPanel 11 from the install OVH, I encounter a problem with EasyApache.
    If I use WHM
    -> Service Configuration
    -> Configure PHP and Suexec
    I then selected "To take advantage of new features thesis, click here to upgrade your Apache installation with EasyApache 3." it nothing happens, I landed on a white screen. I do not disassemble, I cast a glance at the doc, is launching an SSH session and then the command:

    PHP Code:
    Scripts easyapache 
    Of course, I try to locate the missing file as announced loadCpConf.pm but in vain. can anyone already encountered this problem? Please help.
    Thanks in advance.

  2. #2
    Join Date
    Feb 2008
    Posts
    1,852

    Re: Error compiling easyapache

    It is not possible to disable it because the log file of the is placed at the time of compilation. You should recompile manually because easyapache always will define the fine grading (see the / usr / local / cpanel / logs / easy / apache /) and grep for "suexec_log" and you will see were it is defined. If you want to compile it manually just go to the dir of easyapache left in / home and you can get the source after it has been connected. A simpler solution is just the echo cron> notation every few minutes.

  3. #3
    Join Date
    May 2008
    Posts
    2,297

    Re: Error compiling easyapache

    If you want compile Apache with additional php modules which are not implemented in Easyapache type:
    ~# touch /var/cpanel/easy/apache/rawopts/all_php5
    edit your file
    ~# nano /var/cpanel/easy/apache/rawopts/all_php5
    and add the modules
    –enable-module1
    –enable-module2

    check and reply.

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    Re: Error compiling easyapache

    Check the steps:

    * Apache Update
    * Check / Repair a Perl Script
    * Install a Perl Module
    * Install a RPM
    * Module Installers
    * Rebuild RPM Database
    * Software Update Server
    * Update System Software


  5. #5
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Error compiling easyapache

    You need to turn off register_globals. register_globals will inject your scripts with all sorts of variables, such as an HTML form variables. Link to the fact that PHP does not require variable initialization means writing insecure code is that much simpler.
    register_globals = We
    Replace with:
    register_globals = Off

  6. #6
    Join Date
    Nov 2005
    Posts
    1,323

    Re: Error compiling easyapache

    The biggest problem with PHP is that the cPanel servers operate as "nobody" (nobody). When defining the permissions of a PHP script to 777, which means it can be read, written and performed a pro, or that the file belongs to anyone. So if someone in the same server to create a script to find files with the permission of 777, that person can inject whatever you want in this case, committing to the user account that has the "attack .

  7. #7
    Join Date
    Feb 2010
    Posts
    533

    Re: Error compiling easyapache

    The phpsuexec PHP is running so that the permissions of 777 are not allowed. There are some points phpsuexec cons, but its use is recommended on servers and security of all. The PHP Safe Mode does not prevent a user commits the files of another user. This is where the phpsuexec enter, preventing a user in bad faith in order to read and write files from other users.

Similar Threads

  1. Error 2 while compiling kernel in gentoo
    By Virr in forum Operating Systems
    Replies: 5
    Last Post: 30-05-2011, 08:08 PM
  2. error when compiling clamav-0.95.tar.gz
    By KennedII in forum Networking & Security
    Replies: 4
    Last Post: 24-04-2010, 04:35 AM
  3. Getting an Error while Compiling the Java program
    By Rob Dizzle in forum Software Development
    Replies: 4
    Last Post: 18-01-2010, 10:24 PM
  4. Compiling file Error in DVD Studio Pro
    By BEORNIA in forum Operating Systems
    Replies: 3
    Last Post: 30-04-2009, 02:15 PM
  5. Error message when compiling SQL and C# project
    By Duck in forum Software Development
    Replies: 3
    Last Post: 01-12-2008, 02:13 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,005,724.61453 seconds with 16 queries