Linux vs Windows Web Hosting for CMSMS
Linux vs Windows Web Hosting for CMSMS
Hi guys...
Firstly, I would like to start my first post by saying that CMSMS has definitely made life a whole lot simpler.
Now, I was wondering... my host is giving me the option to switch from my shared linux hosting to a shared windows account.
What do you suggest is better for CMSMS? Mind you, they do not provide any support for content management systems.
Cheers.
Firstly, I would like to start my first post by saying that CMSMS has definitely made life a whole lot simpler.
Now, I was wondering... my host is giving me the option to switch from my shared linux hosting to a shared windows account.
What do you suggest is better for CMSMS? Mind you, they do not provide any support for content management systems.
Cheers.
Re: Linux vs Windows Web Hosting for CMSMS
keep it on a linux server, its basicly build for linux. I dont think there is 1 reason why one would switch to windows hosting when using CMSMS
Re: Linux vs Windows Web Hosting for CMSMS
Don't use Windows.
I've read much more Windows related bugs than CMSms related bugs in "installation help" and "general help".
Linux is doing very well for years without paying MS. Why should someone use something else ?
Pierre M.
I've read much more Windows related bugs than CMSms related bugs in "installation help" and "general help".
Linux is doing very well for years without paying MS. Why should someone use something else ?
Pierre M.
Re: Linux vs Windows Web Hosting for CMSMS
Thank you all for your input. I also wanted to ask one more question...
I have recently had problems deleting an old joomla installation on my host, in that when doing things through the webserver, the user is either "nobody" or "apache", and this then causes problems when trying to delete the file later on.
I just want to cover all my basis before doing a clean install, and wanted to find out whether this is a likely case with CMSMS also?
Cheers!
I have recently had problems deleting an old joomla installation on my host, in that when doing things through the webserver, the user is either "nobody" or "apache", and this then causes problems when trying to delete the file later on.
I just want to cover all my basis before doing a clean install, and wanted to find out whether this is a likely case with CMSMS also?
Cheers!
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: Linux vs Windows Web Hosting for CMSMS
Yes, it's likely, Infact very likely.
The httpd process (the web server program itself), runs as somebody. and though this is system dependant, it's usually a user like 'httpd', or 'nobody'. any files created by that process will be owned by that user.
Normally, in hosted environments you're given your own username, and password, and can upload files into one or more directories as that user. Those files are owned by .
CMS allows you to install modules, and themes via XML. These files, when used result in other files being created. And since the process reading the XML files is the httpd process, the files created are owned by the user executing the httpd process. CMS.
As well, any files uploaded by you, or by other users using an HTTP interface will be owned by that same user. Examples of this are images uploaded with the image manager or file manager, or any files (PDF, DOC, ...) uploaded with the uploads module. You will probably have difficulty (using your FTP user account) deleting these files (as they're owned by the httpd process user). Unless of course, the permissions of the file allow your FTP user account to edit/delete the file.
And then this gets into groups, users, permissions, and umaks.
This is not abnormal to any Content management system, bulletin board system, etc.
The httpd process (the web server program itself), runs as somebody. and though this is system dependant, it's usually a user like 'httpd', or 'nobody'. any files created by that process will be owned by that user.
Normally, in hosted environments you're given your own username, and password, and can upload files into one or more directories as that user. Those files are owned by .
CMS allows you to install modules, and themes via XML. These files, when used result in other files being created. And since the process reading the XML files is the httpd process, the files created are owned by the user executing the httpd process. CMS.
As well, any files uploaded by you, or by other users using an HTTP interface will be owned by that same user. Examples of this are images uploaded with the image manager or file manager, or any files (PDF, DOC, ...) uploaded with the uploads module. You will probably have difficulty (using your FTP user account) deleting these files (as they're owned by the httpd process user). Unless of course, the permissions of the file allow your FTP user account to edit/delete the file.
And then this gets into groups, users, permissions, and umaks.
This is not abnormal to any Content management system, bulletin board system, etc.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Linux vs Windows Web Hosting for CMSMS
Thanks for that detailed reply. So, is there any obvious way to overcome this? I have ssh access, although, as can be understood from the point of view of any web host, root access is not allowed. Is there some script, batch process, etc. that I can use to change ownership back to me?
Cheers again!
Cheers again!
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: Linux vs Windows Web Hosting for CMSMS
What you need, in order to delete files (via ftp) that are owned by the web server process, is to upload a script that you can then execute which will open the permissions wide open so that anybody can delete them.
Such a script is available, it's even posted on the wiki, and on the forum if I remember correctly (if not, then I'll post one in the wiki).
Just let me know. it's a simple script.
Such a script is available, it's even posted on the wiki, and on the forum if I remember correctly (if not, then I'll post one in the wiki).
Just let me know. it's a simple script.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Linux vs Windows Web Hosting for CMSMS
Thanks Calguy... Will look in the Wiki. If you know the links of by hand, could you please post it here.
Many thanks for all the help!
Cheers.
Many thanks for all the help!
Cheers.
Last edited by Soulistic on Mon Apr 16, 2007 6:16 pm, edited 1 time in total.
Re: Linux vs Windows Web Hosting for CMSMS
So you can try to chmod directly and then rm.Soulistic wrote: ... I have ssh access...
Pierre M.
Re: Linux vs Windows Web Hosting for CMSMS
Hi,
If someone could please post the script for changing ownership, that would be very helpful.
Many thanks.
Cheers.
If someone could please post the script for changing ownership, that would be very helpful.
Many thanks.
Cheers.