Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - earnolmartin

Pages: 1 ... 16 17 [18] 19 20 21
256
Bugs / Re: Ftp user permissions
« on: January 21, 2015, 06:46:12 pm »
Please run the following command and paste the output here:

Code: [Select]
sudo cat /etc/apache2/envvars | grep "APACHE_RUN_USER"

Was the user able to upload the files to the server without issue via FTP?  What exactly is the problem here?  Is it that FTP file transfers are failing for some reason, or is not FTP related?  Is it WordPress related? 

Can you describe to me step by step how to reproduce this issue?  Like, go and download wordpress from here, setup user like this, and install this.  Then try doing this.  I really need more specifics here before I can help you because I cannot currently reproduce this issue.

257
Bugs / Re: Ftp user permissions
« on: January 18, 2015, 11:13:29 am »
I'll need more information than that.

Post the output of:

Code: [Select]
ls -alhi /var/www/vhosts

The owner of the files should be vsftpd, and the group should be www-data.

If they're not, run the following command:

Code: [Select]
sudo chown vsftpd:www-data -R /var/www/vhosts
sudo chmod 775 -R /var/www/vhosts

258
General / Re: Update Log
« on: January 05, 2015, 11:47:57 pm »
New update out.

259
I got it installed thanks anyways.

Cool, glad you got it working!

260
Technical Help / Re: How would i fix this ?
« on: December 16, 2014, 05:02:07 pm »
ok i only need it for one domain and its mine so can you help me please ?

Login as admin, select the domain you want to remove the restriction from in the panel, and then click on Edit Apache Template.

Scroll down to the bottom of the apache template text and find the <VirtualHost *> entry that has the server alias with www.yourdomain.com.

Remove the following lines from this VirtualHost entry (should be similar to what is shown below):

Code: [Select]
php_admin_value open_basedir "{homedir}:{otherpaths}"
php_admin_value upload_tmp_dir {homedir}/{otherpaths}
php_admin_value session.save_path 0;660;{homedir}/{otherpaths}

Save the template.  The restriction should no longer apply to this domain after the EHCP daemon runs the domain sync.  If that doesn't happen within a minute, restart the ehcp daemon by running this command:

Code: [Select]
sudo service ehcp restart

261
Technical Help / Re: How would i fix this ?
« on: December 15, 2014, 08:49:26 pm »
Why do you need the realpath?  This is a PHP security setting.  It can be removed on a site specific basis by editing the apache template for the domain.  However, this is not recommended.  Users should be limited to their website home files.

262
General / Re: Update Log
« on: December 11, 2014, 08:27:42 pm »
New update out.

263
Technical Help / Re: SVN
« on: December 09, 2014, 09:02:02 pm »
Ah yes, the process for updating software including EHCP Force to be fully compatible with later versions of php will be fun...

264
Technical Help / Re: PHPMyAdmin - Can't Login As root User
« on: December 09, 2014, 09:01:18 pm »
Cool, thanks for letting me know that it worked.

265
Technical Help / Re: index/ 403 forbidden
« on: December 09, 2014, 09:01:07 pm »
Cool, thanks for letting me know that it worked.

266
Technical Help / Re: Sloooooooowwwww Control Panel
« on: December 09, 2014, 04:08:10 pm »
Is there going to be any pro like themes we can use for our clients im sorry but those two themes you mentioned above are very plain is there going to be any new ones ?

What's wrong with picante?  Is there anything wrong with plain?  You're welcome to try using Skyhost or upgrading that theme with the extra functions I've added.  Perhaps that is more of what you're looking for?

267
Technical Help / Re: inedx/ 403 forbbidden
« on: December 07, 2014, 10:50:33 pm »
Run this command with sudo permissions:

Code: [Select]
sudo -i
APACHE2Conf="/etc/apache2/apache2.conf"
if [ -e "$APACHE2Conf" ]; then
sed -i "s/^Options.*/Options +Indexes +FollowSymLinks/g" "$APACHE2Conf"
service apache2 restart
fi

You should now be able to see a list of files if there is no index in a directory. 

268
Technical Help / Re: inedx/ 403 forbbidden
« on: December 07, 2014, 07:34:44 pm »
EHCP Force by default turns the default listing of files off.  However, it can be re-enabled.  I will send you a command that will work when I'm home.

269
Technical Help / Re: SVN
« on: December 07, 2014, 07:33:37 pm »
What version of php is in the svn release and version of php are in stable release since i updated my site has error for php 5.5
Is there a way to roll back the php version?

Hi NukeSter,

The version of PHP that gets installed on your system depends on the operating system package manager.  EHCP Force is written for php 5.x and below.  Our software installs the PHP package by using your distribution's package manager.  In Ubuntu, we install it using apt-get install php5.  What operating system and version are you running?

Is EHCP Force usable at all with PHP 5.5 or not? What kind of errors are you getting?  Can you paste a few of them in here?  I tested with PHP 5.5.x, and I'm not seeing anything that isn't working? 

It may be possible to revert back to a previous version of PHP, but I'll need to know what version of linux you're running before I can attempt to find that information for you.

270
Bugs / Re: Ftp user permissions
« on: December 06, 2014, 08:22:45 am »
Could you please tell me the owner and group on the folders that clients are having issues with?  Also, what are the chmod permissions?

Permissions should work correctly out of the box so that wordpress and other applications update properly.

Pages: 1 ... 16 17 [18] 19 20 21