-1

Since i have to change some settings inside "etc/httpd/conf.d/phpMyAdmin.conf".

i can't download this file using "FileZilla", I also tried sudo nano command in putty , it returns empty. i don't know how to change permission for this file.

I spent more than an hour. Guide me if someone know how to resolve this.

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
DeebashVFX
  • 17
  • 8

1 Answers1

0

EC2 is a computer rental service, not a web hosting service, so you won't be able to connect with FTP (filezilla) unless you run an FTP server on your EC2 instance.

As for editing the file while you're connected through SSH (putty), you need to make sure that you're properly referencing the file you want. Try running "sudo nano /etc/httpd/conf.d/phpMyAdmin.conf". Note the leading "/" on the file path; it's important.

Mattias Andersson
  • 2,331
  • 1
  • 17
  • 27