Yes it is possible, up until recently I was running both IIS 5.0 and
Apache 2.0.51 under Win2K Server and they ran fine. You just need to
make sure they are each listening on a different port.
Mind you, I now dumped IIS/ASP completely in favor of Apache/PHP. But
the point - yes they can work to
I have successfully made a PHP script that takes dynamically generated
HTML and creates a Word Doc then saves it to the server and creates a link
to itself. This is fine and dandy but now I have to do a multipage
document using several dynamically generated pages...this isnt a problem
BUT I need
Yes, as long as they are using different tcp ports.
- Frank
>
> Hello
>
> Anyone know if its possible to have a (IIS sql-server) and (apache
> mysql) running on the same machine?
>
> Thanks
>
> André Caridade
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit:
Maybe in different ports
-Mensagem original-
De: Andre [mailto:[EMAIL PROTECTED]
Enviada em: quarta-feira, 5 de janeiro de 2005 14:42
Para: php-windows@lists.php.net
Assunto: [PHP-WIN] Is it possible to have IIS and apache runing
in the same machine, with windows xp?
Hello
Anyone kn
Andre wrote:
Hello
Anyone know if it’s possible to have a (IIS – sql-server) and (apache –
mysql) running on the same machine?
Thanks
André Caridade
If they are listening on different ports then I don't think this is a
problem. Then again I've never actually done this. :)
--
Teach a person to
Hello
Anyone know if its possible to have a (IIS sql-server) and (apache
mysql) running on the same machine?
Thanks
André Caridade
Steve Larabee wrote:
Greetings all:
I have tried a number of things that I have found in these newsgroups, and I
am still receiving 404 errors when I try to open a php page.
PHP is showing as "UP" in the ISAPI Extensions settings screen, I have PHP
allowed as a web service extension. Nothing.
Ive been checking through internet including this mailing list for an
answer and nothing has helped so far. When I try to sablotron processor I
get "XML parser error 4: not well-formed (invalid token)". When I run this
same script on my web-host service providers set up everything works fine.
I
Apologies for the multiple posting.. the PHPDiscuss website was generating
PHP errors so it was not clear as to whether the post was actually sent
Also, no mention was made of the fact that email addresses were to be
verified via a process with a large time delay so I sent it again...
sorry.
Greetings all:
I have tried a number of things that I have found in these newsgroups, and I
am still receiving 404 errors when I try to open a php page.
PHP is showing as "UP" in the ISAPI Extensions settings screen, I have PHP
allowed as a web service extension. Nothing.
Can anyone help? Th
I am working with MS Word through the COM object. I have figrued out how
to do almost everything I need, but I want to insert a page break. This
is the code that I get from the VB Editor:
Selection.InsertBreak Type:=wdPageBreak
I tried this but it doesnt like it:
$word->Selection->InsertBreak(
I am using a VB component for encryption/decryption of data. It in turn uses
the CAPICOM EncryptedData object as provided by Microsoft.
Having instatiated the object successfully, I am trying to run a method on
that object which fails ~60% of the time for no apparent reason.
The weird thing is th
I have a VB component which encrypts/decrypts passwords using the CAPCIOM
EncryptedData object.
Internal to the VB component is an 'On Error Resume Next' statement before
running a method on the decrypt method.
For some reason, if there is an error on the decrypt method, rather than
carry on to t
I have a VB component which encrypts/decrypts passwords using the CAPCIOM
EncryptedData object.
Internal to the VB component is an 'On Error Resume Next' statement before
running a method on the decrypt method.
For some reason, if there is an error on the decrypt method, rather than
carry on to t
Hello
I have installed PHP 4.3.1o manually along with Apache 1.3 under windows xp.
I made the following entries to httpd.conf:
LoadModule php4_module "c:/php/sapi/php4apache.dll"
AddType application/x-httpd-php .php
In addition DocumentRoot and is set.
Scriptalias is set to valid cgi-bin
Hi,
My server is on dynamic IP and I'm using NO-IP.com (or similar service)
to get a boring-weeeird-name.com :) Now, is it possible to send email
via PHP thru that server? Or do I need to use some sort of command-line
MUA / mail client to enable sending EMAILS using PHP?
Using the Apache 1.3.33
16 matches
Mail list logo