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.
Pages: [1]
1
CentOS 7 Problems / How to solve time out in phpmyadmin?
« on: August 29, 2022, 11:31:44 AM »
Hello
can you please help to find the PhpMyAdmin path to increase $cfg['ExecTimeLimit']=0;
Regards,
can you please help to find the PhpMyAdmin path to increase $cfg['ExecTimeLimit']=0;
Regards,
2
SSL / Install Auto SSL for local domain : DNS of your domain doesn't point
« on: September 30, 2019, 03:39:06 AM »
Hello
I managed to configure a domain name on local abcde.com and the domain name is accessible from other machines in the local network and I want to add SSL but I have an error message
Regards
I managed to configure a domain name on local abcde.com and the domain name is accessible from other machines in the local network and I want to add SSL but I have an error message
Regards
3
FFMPEG / ffmpeg issue
« on: September 19, 2015, 11:59:57 AM »
Hi
I try to install ffmpeg but i have this error
Any help please
I try to install ffmpeg but i have this error
Code: [Select]
# tail -f /var/log/ffmpeg-installer.log
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: centos.quelquesmots.fr
* extras: centos.crazyfrogs.org
* rpmforge: mirrors.ircam.fr
* updates: mirrors.ircam.fr
Package gcc-c++-4.4.7-16.el6.x86_64 already installed and latest version
Package nasm-2.07-7.el6.x86_64 already installed and latest version
Package prelink-0.4.6-3.1.el6_4.x86_64 already installed and latest version
Package 1:emacs-23.1-28.el6.x86_64 already installed and latest version
Package 1:tk-devel-8.5.7-5.el6.x86_64 already installed and latest version
Package byacc-1.9.20070509-7.el6.x86_64 already installed and latest version
Package subversion-1.6.11-15.el6_7.x86_64 already installed and latest version
Nothing to do
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: centos.quelquesmots.fr
* extras: centos.crazyfrogs.org
* rpmforge: mirrors.ircam.fr
* updates: mirrors.ircam.fr
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: centos.quelquesmots.fr
* extras: centos.crazyfrogs.org
* rpmforge: mirrors.ircam.fr
* updates: mirrors.ircam.fr
Package ruby-1.8.7.374-4.el6_6.x86_64 already installed and latest version
Nothing to do
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: centos.quelquesmots.fr
* extras: centos.crazyfrogs.org
* rpmforge: mirrors.ircam.fr
* updates: mirrors.ircam.fr
Package gcc-4.4.7-16.el6.x86_64 already installed and latest version
No package g++ available.
Package 1:make-3.81-20.el6.x86_64 already installed and latest version
Package automake-1.11.1-4.el6.noarch already installed and latest version
Package autoconf-2.63-5.1.el6.noarch already installed and latest version
Package libcurl-devel-7.19.7-46.el6.x86_64 already installed and latest version
Package openssl-devel-1.0.1e-42.el6.x86_64 already installed and latest version
Package zlib-devel-1.2.3-29.el6.x86_64 already installed and latest version
Package httpd-devel-2.2.15-47.el6.centos.x86_64 already installed and latest version
Package apr-devel-1.3.9-5.el6_2.x86_64 already installed and latest version
Package apr-util-devel-1.3.9-3.el6_0.1.x86_64 already installed and latest version
Package sqlite-devel-3.6.20-1.el6_7.2.x86_64 already installed and latest version
Nothing to do
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: centos.quelquesmots.fr
* extras: centos.crazyfrogs.org
* rpmforge: mirrors.ircam.fr
* updates: mirrors.ircam.fr
Package ruby-1.8.7.374-4.el6_6.x86_64 already installed and latest version
Package rubygems-1.3.7-5.el6.noarch already installed and latest version
Nothing to do
Building native extensions. This could take a while...
Successfully installed flvtool2-1.0.6
1 gem installed
Installing ri documentation for flvtool2-1.0.6...
Installing RDoc documentation for flvtool2-1.0.6...
flvtool2 (1.0.6)
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: centos.quelquesmots.fr
* extras: centos.crazyfrogs.org
* rpmforge: mirrors.ircam.fr
* updates: mirrors.ircam.fr
Package subversion-1.6.11-15.el6_7.x86_64 already installed and latest version
Nothing to do
Checked out revision 499.
apachectl=/usr/local/apache/bin/apachectl
Stopping httpd: [ OK ]
Starting httpd: [ OK ]
Installation Failed!
# which ffmpeg
/usr/bin/which: no ffmpeg in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
[root@host2 ~]# whereis ffmpeg
ffmpeg:
Any help please
4
Varnish / Varnish works on localhost only
« on: March 31, 2015, 12:24:12 AM »
Hello
the varnish works with localhost but when i read my website header i see no varnish
any advise please
the varnish works with localhost but when i read my website header i see no varnish
any advise please
5
Apache / directory change when i change port
« on: March 29, 2015, 03:45:04 PM »
Hello
I'm using CWP version: 0.9.8.4 on Centos 6
I try to user nginx as reverse proxy
my site is located in /home/XXX/public_html but when i change the port to 81 it load an other directory
i tried to add
<VirtualHost 127.0.0.1:81>
ServerName www.yourwebsite.com
ServerAlias yourwebsite.com
DocumentRoot /home/xxx/public_html
<Directory "/home/xxx/public_html">
Options FollowSymLinks -Includes
AllowOverride All
Order allow,deny
Allow from all
</Directory>
RewriteEngine on
</VirtualHost>
but it load always index.html stored in hdocs
I found out Apache is using another root path as CentOS Web panel is expecting. CWP is storing the config file in: /usr/local/apache/conf/httpd.conf
But Apache is reading the configuration in /etc/httpd/conf/httpd.conf:
Any adea please
I'm using CWP version: 0.9.8.4 on Centos 6
I try to user nginx as reverse proxy
my site is located in /home/XXX/public_html but when i change the port to 81 it load an other directory
i tried to add
<VirtualHost 127.0.0.1:81>
ServerName www.yourwebsite.com
ServerAlias yourwebsite.com
DocumentRoot /home/xxx/public_html
<Directory "/home/xxx/public_html">
Options FollowSymLinks -Includes
AllowOverride All
Order allow,deny
Allow from all
</Directory>
RewriteEngine on
</VirtualHost>
but it load always index.html stored in hdocs
I found out Apache is using another root path as CentOS Web panel is expecting. CWP is storing the config file in: /usr/local/apache/conf/httpd.conf
But Apache is reading the configuration in /etc/httpd/conf/httpd.conf:
Any adea please
6
FTP / 530 Login authentication failed
« on: January 10, 2015, 08:32:34 PM »
Hello
I have issue when i try to access to ftp
Statut : Résolution de l'adresse de mercatocar.com
Statut : Connexion ŕ 92.xx.Xx.xxx:21...
Statut : Connexion établie, attente du message d'accueil...
Réponse : 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Réponse : 220-You are user number 1 of 50 allowed.
Réponse : 220-Local time is now 20:30. Server port: 21.
Réponse : 220-IPv6 connections are also welcome on this server.
Réponse : 220 You will be disconnected after 15 minutes of inactivity.
Commande : USER xxxxxxxxx
Réponse : 331 User mercato OK. Password required
Commande : PASS ********
Réponse : 530 Login authentication failed
Erreur : Erreur critique : Impossible d'établir une connexion au serveur
Any Help please
I have issue when i try to access to ftp
Statut : Résolution de l'adresse de mercatocar.com
Statut : Connexion ŕ 92.xx.Xx.xxx:21...
Statut : Connexion établie, attente du message d'accueil...
Réponse : 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Réponse : 220-You are user number 1 of 50 allowed.
Réponse : 220-Local time is now 20:30. Server port: 21.
Réponse : 220-IPv6 connections are also welcome on this server.
Réponse : 220 You will be disconnected after 15 minutes of inactivity.
Commande : USER xxxxxxxxx
Réponse : 331 User mercato OK. Password required
Commande : PASS ********
Réponse : 530 Login authentication failed
Erreur : Erreur critique : Impossible d'établir une connexion au serveur
Any Help please
Pages: [1]