where is the /etc/httpd/ folder?

yais

Verified User
Joined
Jan 20, 2009
Messages
8
Hi,

i'm new to all things to do with a webserver so please excuse the ignorance. i'm trying to locate the SSL keys which are saved in the following locations:

/etc/httpd/conf/ssl.crt/server.crt
/etc/httpd/conf/ssl.key/server.key

However, I cant find those folders using ftp access. Where are they and how can I access them?

Thanks!
 
you can access them via ssh with root user.

you can use WinSCP (google it) that will show you the list like regular FTP client.
 
i still cant find it when i connect via ssh:

wvprmv.jpg
 
You have to change your directory to:
Code:
/etc/httpd
You can't see it now because you're in the /root directory.

Jeff
 
You have to change your directory to:
Code:
/etc/httpd
You can't see it now because you're in the /root directory.

Jeff

how do i do that. i have been trying to figure out a way but no such luck...I have searched the subfolder and nothing...
 
Last edited:
i still cant find it when i connect via ssh:

wvprmv.jpg

What program is that? Its not ssh. Looks like a scp program.

how do i do that. i have been trying to figure out a way but no such luck...I have searched the subfolder and nothing

Click the change folder button. Right now you are in /root. You need to change to /etc/httpd
 
Back
Top