Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

faffoo

macrumors 6502
Original poster
May 22, 2008
293
46
Glasgow, UK
Hi,

I am new to the mac and have a couple of websites that are programmed in ASP. I DO NOT have time to re program them in PHP or JSP etc so I need to find a way to show ASP files on the mac. I am using dreamweaver to edit the websites and need a way to view them localy.

I have looked around, done several google searches and been to the local AppelStore and the best route I can find was recommended by an employee at the AppleRetail Store.

I have found out that OS X has "Apache" pre installed and that you can download an ASP plug in. I have no idea what Apache is so I need some help.

So my questions; What is Apache? How do I get it to work? Is it what I need?

I recently read on another forum the following:
Apple ships apache with mod_perl [3 cheers] so you don't need to rebuild it. You might need to put the AddModule and LoadModule lines in to activate it, then take a moment in CPAN to install it (perl -MCPAN -e 'install Apache::ASP')

Any help would be a greatly appreciated. Thanks
Faffoo
 
Hi,

I am new to the mac and have a couple of websites that are programmed in ASP. I DO NOT have time to re program them in PHP or JSP etc so I need to find a way to show ASP files on the mac. I am using dreamweaver to edit the websites and need a way to view them localy.

I have looked around, done several google searches and been to the local AppelStore and the best route I can find was recommended by an employee at the AppleRetail Store.

I have found out that OS X has "Apache" pre installed and that you can download an ASP plug in. I have no idea what Apache is so I need some help.

So my questions; What is Apache? How do I get it to work? Is it what I need?

I recently read on another forum the following:


Any help would be a greatly appreciated. Thanks
Faffoo

Apache is a web server. To get Apache to work on your Mac, go to the sharing pane in the system preferences menu. Once you're in there, click on the check box next to the web sharing text. This will start Apache. The configuration file, httpd.conf, will probably be located at /etc/apache2/httpd.conf on your Mac. By default, all documents that are to be served up by Apache should be placed in /Library/WebServer/Documents, as defined by the DocumentRoot setting in the http.conf.

If you want to manage and modify ASP pages, your best bet would be to create a Windows VM, or use bootcamp to boot Windows. That's what I do. I would never consider Apache ASP as an equal replacement to IIS + ASP.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.