This is a discussion on Does Apache support ASP? within the Apache Web Server forums, part of the Web Server and Related Forums category; Good morning, Am I correct in assuming that Apache does not support ASP and that I'll have to convert ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Good morning,
Am I correct in assuming that Apache does not support ASP and that I'll have to convert any scripts to PHP? - or is there a 'patch' that can be installed to ensure that the server can recognise ASP? I am currently experimenting with both PHP and ASP and was hoping to run both on the same web server to compare speed etc. Many thanks, Andrew |
|
|||
|
ajr <ajr@nospam.com> wrote:
> Am I correct in assuming that Apache does not support ASP and that I'll have > to convert any scripts to PHP? - or is there a 'patch' that can be installed > to ensure that the server can recognise ASP? The only thing that "works" is SunONE (formerly Chili!ASP), but it works only for very simple scripts and is quite expensive. If you want ASP, use IIS. Davide |
|
|||
|
"Davide Bianchi" <davideyeahsure@onlyforfun.net> wrote in message news:botcpi$1hlncv$2@ID-18487.news.uni-berlin.de... > ajr <ajr@nospam.com> wrote: > > Am I correct in assuming that Apache does not support ASP and that I'll have > > to convert any scripts to PHP? - or is there a 'patch' that can be installed > > to ensure that the server can recognise ASP? > > The only thing that "works" is SunONE (formerly Chili!ASP), but it > works only for very simple scripts and is quite expensive. > If you want ASP, use IIS. > > Davide Davide, Thanks for clarifying that. Cheers, Andrew |
|
|||
|
Mario Schmidt wrote:
> Davide Bianchi schrieb: >> If you want ASP, use IIS. > Which is expensive, too! Not really, if you have XP Pro, IIS and ASP are included... However, if you don't have XP Pro, that is expensive. ;) -- Justin Koivisto - spam@koivi.com PHP POSTERS: Please use comp.lang.php for PHP related questions, alt.php* groups are not recommended. |
|
|||
|
Justin Koivisto schrieb:
> Mario Schmidt wrote: > >> Davide Bianchi schrieb: >> >>> If you want ASP, use IIS. >> >> Which is expensive, too! > > > Not really, if you have XP Pro, IIS and ASP are included... However, if > you don't have XP Pro, that is expensive. ;) You can setup only one virtual host on a workstation IIS. |
|
|||
|
Mario Schmidt wrote:
> Justin Koivisto schrieb: > >> Mario Schmidt wrote: >> >>> Davide Bianchi schrieb: >>> >>>> If you want ASP, use IIS. >>> >>> Which is expensive, too! >> >> Not really, if you have XP Pro, IIS and ASP are included... However, >> if you don't have XP Pro, that is expensive. ;) > > You can setup only one virtual host on a workstation IIS. Didn't know that this was a concern... -- Justin Koivisto - spam@koivi.com PHP POSTERS: Please use comp.lang.php for PHP related questions, alt.php* groups are not recommended. |
|
|||
|
*** ajr wrote/escribió (Wed, 12 Nov 2003 12:06:16 -0000):
> Am I correct in assuming that Apache does not support ASP and that I'll have > to convert any scripts to PHP? - or is there a 'patch' that can be installed > to ensure that the server can recognise ASP? Apart from SunONE you have a Perl module that allows you to execute ASP scripts... written in Perl. If you're to convert to PHP, you might find the asp2php program useful. Its conversion is not perfect at all but it's a good start point. -- -- -- Álvaro G. Vicario - Burgos, Spain -- |
| Thread Tools | |
| Display Modes | |
|
|