• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Question What web server does the Plesk interface use / MIME types / .glb

Paul Larson

Basic Pleskian
Server operating system version
Centos 6
Plesk version and microupdate number
18.0.70 Update #2
Is it Apache? The same Apache a Plesk server's websites/subscription would use?

One reason I ask, is the Plesk File Manager for a domain allows a .glb (model) file upload - but for the life of me, I can't get my CMS to allow an upload of the same file.

If both Plesk, and my website, were Apache, that would be an interesting troubleshooting exercise.

Plesk Mime Type is set as:

model/gltf-binary .glp

mime.png
 
If you have proxy mode enabled under the nginx settings then it's using Apache, otherwise it's using Nginx, of course that could also depends on how you have your PHP configured if you're using PHP for your CMS and if you have proxy mode enabled since you can choose to have the PHP served by Apache or by Nginx with Proxy Mode enabled.

As for file uploads to your CMS, you might want to refer to the documentation of the CMS you're using since a lot of the times they will block a lot of file types by default and you would need to configure it to allow such file types. Another thing to look at is max upload size and as well and need to make sure the domain settings allows whatever max size you allow and for the PHP settings as well (again, if the CMS you're using is PHP. I'm just making an assumption here since you didn't specific what CMS you're using nor if it's using PHP or not so I'm including it to cover the bases).
 
Back
Top