Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Currently I am generating some webpages via a script I run off a Linux server. Unfortunately, the host limits the amount of processing the scripts can do, to conserve their resources. Rather than find another host, I was hoping to either install some sort of Linux program on an old PC or install some sort of Linux program that runs under Windows.
The script will run under:
SuSE LINUX with Apache
Red Hat Linux with Apache
BSDI Unix with Apache
Does anyone have a suggestion as to which option would be easiest for me? I have limited knowledge of Linux so I am not too anxious to tackle a new OS from scratch. Does a program exist that will emulate the systems above on a Windows box? Not sure if it helps but the script will not run under WIN/IIS.
I installed Apache and am now playing around with it. I am going to look around this site for some answers but if you could point me in the direction of how to CHMOD the cgi files, that would be great! I am use to using CuteFTP so I guess I will have to learn the commands to do it manually.
Distribution: Kubuntu, Ubuntu server, SuSE 11, Knoppix, Puppy, Myth. Oh alright then, all of them
Posts: 177
Rep:
Changing file permissions on Windows is completely different than on a *nix system so chmod is effectively a no do.
You might look into running Apache under Cygwin which then allows you to use *nix commands without mucking up your Windows Installation. Perl is well catered for.
See here - Apache on Cygwin for more info.
Please heed the warnings on security if your releasing your site into the wild!
lol, I will be using this locally so I will avoid all of the security risks....I have enough security problems using Windows on a daily basis....I don't need any more
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.