LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   running web server (https://www.linuxquestions.org/questions/programming-9/running-web-server-90774/)

pcdebb 09-09-2003 01:39 AM

running web server
 
I dont know if this is the appropriate forum or not but.....

In "the other" operating system I run a mail and webserver. I'd like to run it here too since I spend more time in Linux. I have a few questions:

1. Can I use the inetpub dir from there on linux?
2. Do I have to mount the directory? (to keep from having two locations, that way when i edit/update pages, I only do it once)
3. will it matter if that is iis and this would be run on apache?

The windows partitions are of fat32 and if need be i would make another small partition for a place to share files between both OS's

Any help would be greatly appreciated. Please be gentle, I'm a :newbie:

pcdebb

Andy@DP 09-09-2003 04:40 AM

Here are a few answers

1. Does the site/pages use ASP (VBscript or JavaScript) in any form? If it uses ASP, not easily, possibly quite costly.
2. No I think monting the drive at boot would be just fine. Use apache httpd.conf to point to directory structure.
3. Only if you use VBScript/JavaScript-based ASP.

Just to clarify you can use ASP with Apache using Chilisoft or other package but I can't find a free download except their demo version. I would have settled for an older version as well!

Hope this helps,

pcdebb 09-09-2003 06:55 AM

well actually i dont have any asp running, but I am however getting into php, which I know i can run on windows and linux, so that should make it easy for me.

Andy@DP 09-09-2003 09:25 AM

yeah, I use PHP extensively, but only using Apache2 servers. One on XP and one on RH.
I leave IIS for ASP and Tomcat for JSP. Keeps from getting things complicated when running 3 at once!


All times are GMT -5. The time now is 12:57 AM.