Re: installing PHP under apache

2012-02-19 Thread ian . m . melsom
Hi I would urge you to reconsider adding php as the lack of it really cripples VisualSVN as a product. Most people use a server technology to develop interactive webpages these days, and *AMP (LAMP / WAMP), which uses Apache, PHP and MySQL, as a base for their web technologies. Having to do a

Re: installing PHP under apache

2009-10-08 Thread VisualSVN Support
Hello! >Which version do I choose? Unfortunately we cannot provide any recommendations and/or information. Sorry. -- Regards, Olga Dolidze VisualSVN Support

Re: installing PHP under apache

2009-10-07 Thread gbjbaanb
I don't think there's a problem with VisualSVN not supporting PHP (even if I find the excuse somewhat strange, all script is insecure on the web unless you're careful to configure it correctly) However, I might want to get a PHP script running, I'm happy to support that myself but I need to know

Re: installing PHP under apache

2009-09-23 Thread VisualSVN Support
Hi Andy! > Do you mean that it is not possible to add PHP support through the > custom conf file? > Or that you will not add it by default? You could try to do that on your own risk. -- Regards, Olga Dolidze VisualSVN Support

Re: installing PHP under apache

2009-09-22 Thread ding
Do you mean that it is not possible to add PHP support through the custom conf file? Or that you will not add it by default? Cheers, Andy On Sep 23, 12:53 am, VisualSVN Support wrote: > Hello! > > Using PHP in the VisualSVN Server requires module mod_php. We are not > going to include it into

Re: installing PHP under apache

2009-09-22 Thread VisualSVN Support
Hello! Using PHP in the VisualSVN Server requires module mod_php. We are not going to include it into the server installation according to the security reasons. And we do not support php hosting on the VisualSVN Server. Sorry for such negative reply. -- Regards, Olga Dolidze VisualSVN Support

Re: installing PHP under apache

2009-09-21 Thread ding
I was able to get this working through a bit of a kludge... it works as a CGI but not as an apache module. thoughts? ScriptAlias /php/ "c:/Program Files/php/" AddType application/x-httpd-php .php # For PHP 5 Action application/x-httpd-php "/Program Files/php/php-cgi.exe" On Sep 22, 12:52 pm, d