• aaronsmithisd

    (@aaronsmithisd)


    Greetings WordPress support forum!

    My organization uses a LAMP environment to self-host WordPress. The apache servers access the WordPress application files via CIFS mount points setup in /etc/fstab . Is it possible to configure the apache servers to access WordPress content via REST API instead of mounting the application files content location via CIFS in /etc/fstab?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    No. Doing so would be like trying to fly by pulling up on your bootstraps ??
    The REST API serves content based on specific HTTP(S) requests. WP can only respond if the server receiving such requests can access the WP files. The server can only access the WP files if the resource containing them is mounted.

    You can just accept that the answer is no, but I hope you can also understand why.

    Thread Starter aaronsmithisd

    (@aaronsmithisd)

    Thank you for your response bcworkz.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WordPress content via REST API ?’ is closed to new replies.