File access from web server to secondary storage server
I'm developing a website for my friend. I'm stuck in a place where i need to create a folder -in a second server not directly accessible for public-and populate it with some config files when a user sign up.
To be clear the web server holds only the php files to serve the client request. it is the second server that is used to store important user credentials like user uploaded files.
Can anyone give an insight on how to do? Its possible by SSH. but is there an easier way using just an HTTP server like apache? Thanks in advance for the help and support
To be clear the web server holds only the php files to serve the client request. it is the second server that is used to store important user credentials like user uploaded files.
Can anyone give an insight on how to do? Its possible by SSH. but is there an easier way using just an HTTP server like apache? Thanks in advance for the help and support
0