Hello, I have a strange problem. Everything works okay, but some times, the site stop working and when i restart apache and mysql server, it's okay again. I am using ubuntu 12.04. Where can be the problem, and where can I find log files about the problems.
but some times, the site stop working and when i restart apache and mysql server, it's okay again.
Can you elaborate on what "stop working" means?
Check your PHP/Apache error log and FFmpeg log files. But if the unaltered code is working for everyone else, then it's likely an issue with your server.
I am thinking that apache server stop work. I have only remote access and I don't know where can find the log files. Ffmpeg works fine, but i think that apache stop works. Where is the log file of apache ?
I am thinking that apache server stop work. I have only remote access and I don't know where can find the log files. Ffmpeg works fine, but i think that apache stop works. Where is the log file of apache ?
In Ubuntu 11.10, the apache log files are as follows:
I would guess that they're located in the same place for Ubuntu 12.04...
With remote access to the server, you should be able to connect to the remote file system using Filezilla via a SSH/SFTP connection, generally on port 2222. Then you can avoid using the command line interface to access the log files.
I access my ubntu vie putty and i don't have a problem, but when i try to connect vie filezilla with SSH connection on port 2222 i reiceive this message:
Network error: Connection refused
When i connect to server on port 22 i have access on other folders. I try to configure vsftpd but after update on 12.04 it stop work and I can't correct it. Any idea ?
I access my ubntu vie putty and i don't have a problem, but when i try to connect vie filezilla with SSH connection on port 2222 i reiceive this message:
Network error: Connection refused
When i connect to server on port 22 i have access on other folders. I try to configure vsftpd but after update on 12.04 it stop work and I can't correct it. Any idea ?
In Filezilla, try:
Host: server IP address
Port: 2222
Protocol: SFTP-SSH
Login type: normal
User: root user
Password: password of root user
That should work. If it doesn't, contact your hosting provider.
For some reason I thought you might have local access to your server. If you have to establish remote access to the server file system, then FileZilla using SFTP/SSH connection is really the easiest way. You could install the Teamviewer service on Linux, but I've never tried that before, and it's really overkill if all you need is access to the remote file system.
If I were you, I would try to figure out why FileZilla isn't working for me. Maybe SSH/SFTP is configured to run on a port other than 2222? Maybe you entered the wrong root username and/or password?
Clearly SSH is working on your server. What port number do you enter into Putty? Try entering that same port number into Filezilla.
If SSH is working via Putty, then it seems like your FileZilla connection is somehow not set up correctly.
Correct. I insert the same username password and port (22) in filezille and all is okay. Now I am downloading the log files to see from where come the problems. Thanks !
Are you using the ffmpeg.exe file that I provided? Are you using a Windows OS? XAMPP?
Can you post the URLs of any videos that are not converting for you?
Are you able to play the video at "videos/1342856867_500a5ea3425531.60843462.flv"? If you can't play the video, then either the file is corrupt or cURL is not downloading the video correctly.