Sentora Support Forums
HTTP headers showing absolute filenames - Printable Version

+- Sentora Support Forums (https://senforums.mach-hosting.com)
+-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5)
+--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32)
+---- Forum: General Support Forum v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=36)
+---- Thread: HTTP headers showing absolute filenames (/showthread.php?tid=1336)



HTTP headers showing absolute filenames - legio314 - 03-28-2015

I just started using Sentora and i found it quite worrying that when i check the contents of the headers as well as the source the Sentora login page shows the absolute file paths of various files (like images and scripts) that i was able to parse through my browser.

Are there any plans to change that in a later release?

Also, how come HTTPS is supported by default on Zpanel/Centora?


RE: HTTP headers showing absolute filenames - Me.B - 03-28-2015

(03-28-2015, 01:43 AM)legio314 Wrote: I just started using Sentora and i found it quite worrying that when i check the contents of the headers as well as the source the Sentora login page shows the absolute file paths of various files (like images and scripts) that i was able to parse through my browser.

Are there any plans to change that in a later release?
Headers showing full file path???? Are we talking about HTTP header or HTML code for headers.

I'm sure you are a bit confused here if you mean source code for the login page show calls for images/JS. That would be normal. What did you expected?

/etc/styles/Sentora_Default/js/jquery.js IS not the absolute path for the file as it's under /etc/sentora/panel so the real path on disk is:

/etc/sentora/panel/etc/styles/Sentora_Default/js/jquery.js

You must be confused with the /etc/!

(03-28-2015, 01:43 AM)legio314 Wrote: Also, how come HTTPS is supported by default on Zpanel/Centora?

SSL & HTTPS in the pipe, also there is already an SSL module.


RE: HTTP headers showing absolute filenames - legio314 - 03-28-2015

Yes indeed, you're right, i just acted like an idiot due to tiredness..

Thanks for the rapid response, though!